Update versions for London
[ccsdk/cds.git] / ms / blueprintsprocessor / modules / blueprints / blueprint-validation / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ~ Copyright © 2017-2018 AT&T Intellectual Property.
4   ~
5   ~ Modifications Copyright © 2018 IBM.
6   ~
7   ~ Licensed under the Apache License, Version 2.0 (the "License");
8   ~ you may not use this file except in compliance with the License.
9   ~ You may obtain a copy of the License at
10   ~
11   ~     http://www.apache.org/licenses/LICENSE-2.0
12   ~
13   ~ Unless required by applicable law or agreed to in writing, software
14   ~ distributed under the License is distributed on an "AS IS" BASIS,
15   ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16   ~ See the License for the specific language governing permissions and
17   ~ limitations under the License.
18   -->
19
20 <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">
21     <modelVersion>4.0.0</modelVersion>
22
23     <parent>
24         <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
25         <artifactId>modules-blueprints</artifactId>
26         <version>1.5.0-SNAPSHOT</version>
27     </parent>
28
29     <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId>
30     <artifactId>blueprint-validation</artifactId>
31
32     <name>MS Blueprints Processor Modules - Blueprints - Blueprints Validation Service</name>
33
34     <dependencies>
35         <dependency>
36             <groupId>org.springframework</groupId>
37             <artifactId>spring-core</artifactId>
38         </dependency>
39         <dependency>
40             <groupId>org.springframework</groupId>
41             <artifactId>spring-context</artifactId>
42         </dependency>
43         <dependency>
44             <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId>
45             <artifactId>blueprint-core</artifactId>
46         </dependency>
47         <dependency>
48             <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId>
49             <artifactId>resource-dict</artifactId>
50         </dependency>
51
52         <!--Testing dependencies-->
53         <dependency>
54             <groupId>org.jetbrains.kotlin</groupId>
55             <artifactId>kotlin-test-junit</artifactId>
56         </dependency>
57         <dependency>
58             <groupId>io.mockk</groupId>
59             <artifactId>mockk</artifactId>
60         </dependency>
61         <dependency>
62             <groupId>org.jetbrains.kotlinx</groupId>
63             <artifactId>kotlinx-coroutines-test</artifactId>
64         </dependency>
65     </dependencies>
66 </project>