aboutsummaryrefslogtreecommitdiffstats
path: root/cloudify-client
AgeCommit message (Expand)AuthorFilesLines
2018-08-23Created Ref Data tbl for controllerSelectionPrema Bhatt1-0/+1
2018-08-09junits for HttpClientRedirectStrategyTomasz Gwozdecki1-0/+53
2018-07-31Containerization feature of SOBenjamin, Max (mb388a)53-380/+366
2018-05-24Replace printStackTrace with usage of loggerMichal Korman1-1/+1
2018-04-10Cloudify REST Client unit tests IIArthur Martella3-0/+261
2018-04-06Cloudify REST Client unit testsArthur Martella5-6/+568
2018-03-27Initial commit of VDU plugin implementationKalkere Ramesh, Sharan (sk720x)1-0/+75
2018-03-20NexusIQ security violation - httpclientRob Daugherty1-2/+0
2018-03-19Initial cloudify client unit test cleanupArthur Martella1-8/+1
2018-03-19Add some initial unit test to cloudify clientArthur Martella8-43/+321
2018-03-19Fix the Jar vulnerability and licensingByung-Woo Jun1-1/+1
2018-03-14AT&T 1712 and 1802 release codeRob Daugherty43-0/+3776
http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, software ~ distributed under the License is distributed on an "AS IS" BASIS, ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~ See the License for the specific language governing permissions and ~ limitations under the License. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> <artifactId>modules-services</artifactId> <version>1.1.1</version> </parent> <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> <artifactId>execution-service</artifactId> <packaging>jar</packaging> <name>MS Blueprints Processor Modules - Services - Execution Service</name> <dependencies> <dependency> <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> <artifactId>blueprint-core</artifactId> </dependency> <dependency> <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> <artifactId>processor-core</artifactId> </dependency> <dependency> <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> <artifactId>db-lib</artifactId> </dependency> <dependency> <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> <artifactId>rest-lib</artifactId> </dependency> <dependency> <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> <artifactId>grpc-lib</artifactId> </dependency> <dependency> <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> <artifactId>nats-lib</artifactId> </dependency> <dependency> <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> <artifactId>resource-dict</artifactId> </dependency> <dependency> <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>sli-provider</artifactId> </dependency> <dependency> <groupId>io.grpc</groupId> <artifactId>grpc-testing</artifactId> </dependency> </dependencies> </project>