blob: a53ea2dfd4069e4425c68d56153b1e7e8db8c94e [file] [log] [blame]
Muthuramalingam, Brinda Santh(bs2796)8bcc7272018-08-15 21:31:10 +00001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 ~ Copyright © 2017-2018 AT&T Intellectual Property.
4 ~
Brinda Santhe4d1a922018-08-23 23:34:05 -04005 ~ Modifications Copyright © 2018 IBM.
6 ~
Muthuramalingam, Brinda Santh(bs2796)8bcc7272018-08-15 21:31:10 +00007 ~ 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 -->
Muthuramalingam, Brinda Santh(bs2796)ee9f70f2018-11-13 16:47:33 -050019<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
Muthuramalingam, Brinda Santh(bs2796)8bcc7272018-08-15 21:31:10 +000021 <modelVersion>4.0.0</modelVersion>
Muthuramalingam, Brinda Santh(bs2796)d3efe722018-08-23 15:54:30 +000022 <parent>
23 <groupId>org.onap.ccsdk.apps</groupId>
24 <artifactId>blueprintsprocessor</artifactId>
Timoney, Dan (dt5972)71ed2c92018-10-25 10:34:51 -040025 <version>0.4.0-SNAPSHOT</version>
Muthuramalingam, Brinda Santh(bs2796)d3efe722018-08-23 15:54:30 +000026 </parent>
27 <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)8bcc7272018-08-15 21:31:10 +000028 <artifactId>parent</artifactId>
29 <packaging>pom</packaging>
30 <name>Blueprints Processor Parent</name>
31 <description>Blueprints Processor Parent</description>
32 <properties>
Muthuramalingam, Brinda Santh(bs2796)a9bf0542018-11-10 11:54:05 -050033 <spring.boot.version>2.0.6.RELEASE</spring.boot.version>
34 <spring.version>5.0.10.RELEASE</spring.version>
35 <kotlin.version>1.3.0</kotlin.version>
36 <kotlin.couroutines.version>1.0.1</kotlin.couroutines.version>
Muthuramalingam, Brinda Santh(bs2796)d3efe722018-08-23 15:54:30 +000037 <eelf.version>1.0.0</eelf.version>
Muthuramalingam, Brinda Santh(bs2796)ee9f70f2018-11-13 16:47:33 -050038 <sli.version>0.3.1</sli.version>
Muthuramalingam, Brinda Santh(bs2796)a9bf0542018-11-10 11:54:05 -050039 <guava.version>26.0-jre</guava.version>
Muthuramalingam, Brinda Santh(bs2796)8bcc7272018-08-15 21:31:10 +000040 <springfox.swagger2.version>2.9.2</springfox.swagger2.version>
41 <h2database.version>1.4.197</h2database.version>
Muthuramalingam, Brinda Santh(bs2796)a9bf0542018-11-10 11:54:05 -050042 <powermock.version>1.7.4</powermock.version>
Muthuramalingam, Brinda Santh(bs2796)8bcc7272018-08-15 21:31:10 +000043 </properties>
44 <dependencyManagement>
45 <dependencies>
Muthuramalingam, Brinda Santh(bs2796)d3efe722018-08-23 15:54:30 +000046 <!-- Spring Boot -->
47 <dependency>
48 <groupId>org.springframework.boot</groupId>
49 <artifactId>spring-boot-starter-parent</artifactId>
50 <version>${spring.boot.version}</version>
51 <type>pom</type>
52 <scope>import</scope>
53 </dependency>
54
55 <!-- Logging Dependencies -->
56 <dependency>
57 <groupId>com.att.eelf</groupId>
58 <artifactId>eelf-core</artifactId>
59 <version>${eelf.version}</version>
60 </dependency>
61
62 <!-- Kotlin Dependencies -->
63 <dependency>
64 <groupId>org.jetbrains.kotlin</groupId>
65 <artifactId>kotlin-stdlib</artifactId>
66 <version>${kotlin.version}</version>
67 </dependency>
68 <dependency>
69 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh(bs2796)a9bf0542018-11-10 11:54:05 -050070 <artifactId>kotlinx-couroutines-core</artifactId>
71 <version>${kotlin.couroutines.version}</version>
Muthuramalingam, Brinda Santh(bs2796)d3efe722018-08-23 15:54:30 +000072 </dependency>
73 <dependency>
74 <groupId>org.jetbrains.kotlin</groupId>
75 <artifactId>kotlin-reflect</artifactId>
76 <version>${kotlin.version}</version>
77 </dependency>
Muthuramalingam, Brinda Santh(bs2796)a9bf0542018-11-10 11:54:05 -050078 <dependency>
79 <groupId>org.jetbrains.kotlin</groupId>
80 <artifactId>kotlin-stdlib-jdk8</artifactId>
81 <version>${kotlin.version}</version>
82 </dependency>
83 <dependency>
84 <groupId>org.jetbrains.kotlin</groupId>
85 <artifactId>kotlin-stdlib-jdk7</artifactId>
86 <version>${kotlin.version}</version>
87 </dependency>
88
Muthuramalingam, Brinda Santh(bs2796)ee9f70f2018-11-13 16:47:33 -050089 <!-- SLI Version -->
90 <dependency>
91 <groupId>org.onap.ccsdk.sli.core</groupId>
92 <artifactId>sli-provider</artifactId>
93 <version>${sli.version}</version>
94 <exclusions>
95 <exclusion>
96 <groupId>commons-lang</groupId>
97 <artifactId>commons-lang</artifactId>
98 </exclusion>
99 <exclusion>
100 <groupId>org.apache.commons</groupId>
101 <artifactId>*</artifactId>
102 </exclusion>
103 <exclusion>
104 <groupId>org.slf4j</groupId>
105 <artifactId>*</artifactId>
106 </exclusion>
107 <exclusion>
108 <groupId>org.opendaylight.mdsal.model</groupId>
109 <artifactId>*</artifactId>
110 </exclusion>
111 <!--<exclusion>-->
112 <!--<groupId>org.opendaylight.controller</groupId>-->
113 <!--<artifactId>*</artifactId>-->
114 <!--</exclusion>-->
115 <exclusion>
116 <groupId>org.apache.tomcat</groupId>
117 <artifactId>*</artifactId>
118 </exclusion>
119 <exclusion>
120 <groupId>org.apache.karaf.shell</groupId>
121 <artifactId>*</artifactId>
122 </exclusion>
123 <exclusion>
124 <groupId>org.mariadb.jdbc</groupId>
125 <artifactId>*</artifactId>
126 </exclusion>
127 </exclusions>
128 </dependency>
129
Muthuramalingam, Brinda Santh(bs2796)d3efe722018-08-23 15:54:30 +0000130
Muthuramalingam, Brinda Santh(bs2796)8bcc7272018-08-15 21:31:10 +0000131 <!-- Application Module Dependencies -->
132 <dependency>
133 <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
134 <artifactId>db-lib</artifactId>
135 <version>${project.version}</version>
136 </dependency>
137 <dependency>
138 <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
139 <artifactId>rest-lib</artifactId>
140 <version>${project.version}</version>
141 </dependency>
142 <dependency>
143 <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
144 <artifactId>core</artifactId>
145 <version>${project.version}</version>
146 </dependency>
147 <dependency>
148 <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
149 <artifactId>db-service</artifactId>
150 <version>${project.version}</version>
151 </dependency>
152 <dependency>
153 <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
154 <artifactId>execution-service</artifactId>
155 <version>${project.version}</version>
156 </dependency>
157 <dependency>
158 <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)ee9f70f2018-11-13 16:47:33 -0500159 <artifactId>workflow-service</artifactId>
160 <version>${project.version}</version>
161 </dependency>
162 <dependency>
163 <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)8bcc7272018-08-15 21:31:10 +0000164 <artifactId>resolution-service</artifactId>
165 <version>${project.version}</version>
166 </dependency>
167 <dependency>
168 <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
169 <artifactId>resource-api</artifactId>
170 <version>${project.version}</version>
171 </dependency>
172 <dependency>
173 <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
174 <artifactId>selfservice-api</artifactId>
175 <version>${project.version}</version>
176 </dependency>
177
178 <!-- Application Component Dependency -->
179 <dependency>
Muthuramalingam, Brinda Santh(bs2796)d3efe722018-08-23 15:54:30 +0000180 <groupId>org.onap.ccsdk.apps.controllerblueprints</groupId>
181 <artifactId>resource-dict</artifactId>
Muthuramalingam, Brinda Santh(bs2796)a9bf0542018-11-10 11:54:05 -0500182 <version>${project.version}</version>
Muthuramalingam, Brinda Santh(bs2796)8bcc7272018-08-15 21:31:10 +0000183 </dependency>
184
185 <!--Swagger Dependencies -->
186 <dependency>
187 <groupId>io.springfox</groupId>
188 <artifactId>springfox-swagger2</artifactId>
189 <version>${springfox.swagger2.version}</version>
190 </dependency>
191 <dependency>
192 <groupId>io.springfox</groupId>
193 <artifactId>springfox-swagger-ui</artifactId>
194 <version>${springfox.swagger2.version}</version>
195 </dependency>
196
Muthuramalingam, Brinda Santh(bs2796)d3efe722018-08-23 15:54:30 +0000197 <!-- Common Libs -->
198 <dependency>
199 <groupId>org.apache.commons</groupId>
200 <artifactId>commons-lang3</artifactId>
201 <version>3.2.1</version>
202 </dependency>
203 <dependency>
204 <groupId>commons-collections</groupId>
205 <artifactId>commons-collections</artifactId>
206 <version>3.2.2</version>
207 </dependency>
208 <dependency>
209 <groupId>commons-io</groupId>
210 <artifactId>commons-io</artifactId>
211 <version>2.6</version>
212 </dependency>
213 <dependency>
214 <groupId>org.apache.velocity</groupId>
215 <artifactId>velocity</artifactId>
216 <version>1.7</version>
217 </dependency>
218 <dependency>
219 <groupId>com.google.guava</groupId>
220 <artifactId>guava</artifactId>
Muthuramalingam, Brinda Santh(bs2796)a9bf0542018-11-10 11:54:05 -0500221 <version>${guava.version}</version>
Muthuramalingam, Brinda Santh(bs2796)d3efe722018-08-23 15:54:30 +0000222 </dependency>
Muthuramalingam, Brinda Santh(bs2796)8bcc7272018-08-15 21:31:10 +0000223
Muthuramalingam, Brinda Santh(bs2796)8bcc7272018-08-15 21:31:10 +0000224 <!-- Database -->
225 <dependency>
226 <groupId>com.h2database</groupId>
227 <artifactId>h2</artifactId>
228 <version>${h2database.version}</version>
229 </dependency>
230 <!-- Test Dependency -->
231 <dependency>
Brinda Santhe4d1a922018-08-23 23:34:05 -0400232 <groupId>org.powermock</groupId>
233 <artifactId>powermock-api-mockito2</artifactId>
Muthuramalingam, Brinda Santh(bs2796)a9bf0542018-11-10 11:54:05 -0500234 <version>${powermock.version}</version>
Brinda Santhe4d1a922018-08-23 23:34:05 -0400235 <scope>test</scope>
236 </dependency>
237 <dependency>
Muthuramalingam, Brinda Santh(bs2796)8bcc7272018-08-15 21:31:10 +0000238 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh(bs2796)a9bf0542018-11-10 11:54:05 -0500239 <artifactId>kotlin-test-junit</artifactId>
Muthuramalingam, Brinda Santh(bs2796)8bcc7272018-08-15 21:31:10 +0000240 <version>${kotlin.version}</version>
241 <scope>test</scope>
242 </dependency>
243 </dependencies>
244 </dependencyManagement>
245 <dependencies>
Muthuramalingam, Brinda Santh(bs2796)8bcc7272018-08-15 21:31:10 +0000246
Brinda Santhe4d1a922018-08-23 23:34:05 -0400247 <!-- Application Component Dependency -->
Muthuramalingam, Brinda Santh(bs2796)8bcc7272018-08-15 21:31:10 +0000248 <dependency>
Brinda Santhe4d1a922018-08-23 23:34:05 -0400249 <groupId>org.onap.ccsdk.apps.controllerblueprints</groupId>
250 <artifactId>resource-dict</artifactId>
Muthuramalingam, Brinda Santh(bs2796)8bcc7272018-08-15 21:31:10 +0000251 </dependency>
252 </dependencies>
253 <build>
254 <plugins>
255 <plugin>
256 <groupId>org.jetbrains.kotlin</groupId>
257 <artifactId>kotlin-maven-plugin</artifactId>
258 <version>${kotlin.version}</version>
259 <executions>
260 <execution>
261 <id>compile</id>
Muthuramalingam, Brinda Santh(bs2796)ee9f70f2018-11-13 16:47:33 -0500262 <goals>
Muthuramalingam, Brinda Santh(bs2796)8bcc7272018-08-15 21:31:10 +0000263 <goal>compile</goal>
264 </goals>
265 <configuration>
266 <sourceDirs>
267 <sourceDir>${project.basedir}/src/main/kotlin</sourceDir>
268 <sourceDir>${project.basedir}/src/main/java</sourceDir>
269 </sourceDirs>
270 </configuration>
271 </execution>
272 <execution>
273 <id>test-compile</id>
274 <goals>
275 <goal>test-compile</goal>
276 </goals>
277 <configuration>
278 <sourceDirs>
279 <sourceDir>${project.basedir}/src/test/kotlin</sourceDir>
280 <sourceDir>${project.basedir}/src/test/java</sourceDir>
281 </sourceDirs>
282 </configuration>
283 </execution>
284 </executions>
285 </plugin>
286 <plugin>
287 <groupId>org.apache.maven.plugins</groupId>
288 <artifactId>maven-compiler-plugin</artifactId>
289 <version>3.5.1</version>
290 <configuration>
291 <source>${maven.compiler.source}</source>
292 <target>${maven.compiler.target}</target>
293 </configuration>
294 </plugin>
295 </plugins>
296 </build>
297</project>