blob: 9d5dc51c419a32740f56aa15c6c8f316484a5389 [file] [log] [blame]
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +00001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 ~ Copyright © 2017-2018 AT&T Intellectual Property.
4 ~
Steve Alphonse Siania5f9b6f2019-01-21 11:55:48 -05005 ~ Modifications Copyright © 2019 Bell Canada.
6 ~
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-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 -->
Timoney, Dan (dt5972)38f6f0a2019-01-08 14:40:54 -050019<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">
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000020 <modelVersion>4.0.0</modelVersion>
21 <parent>
22 <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
23 <artifactId>modules</artifactId>
Timoney, Dan (dt5972)d7d47b42019-01-04 10:43:33 -050024 <version>0.4.1-SNAPSHOT</version>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000025 </parent>
26
27 <artifactId>commons</artifactId>
28 <packaging>pom</packaging>
29 <name>Blueprints Processor Commons POM</name>
30 <description>Blueprints Processor Commons</description>
31
32 <modules>
33 <module>db-lib</module>
34 <module>rest-lib</module>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000035 <module>core</module>
janani bd6946b82019-02-04 12:05:22 +053036 <module>dmaap-lib</module>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000037 </modules>
38 <dependencies>
39 <dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -050040 <groupId>org.onap.ccsdk.apps.controllerblueprints</groupId>
41 <artifactId>resource-dict</artifactId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000042 </dependency>
Muthuramalingam, Brinda Santh(bs2796)a283fe32018-12-06 10:30:59 -050043 <!-- Test Dependencies -->
44 <dependency>
45 <groupId>org.powermock</groupId>
46 <artifactId>powermock-api-mockito2</artifactId>
47 <scope>test</scope>
48 </dependency>
49 <dependency>
50 <groupId>org.springframework.boot</groupId>
51 <artifactId>spring-boot-starter-test</artifactId>
52 <scope>test</scope>
53 </dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000054 <dependency>
55 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -050056 <artifactId>kotlin-test-junit</artifactId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000057 <scope>test</scope>
58 </dependency>
59 <dependency>
60 <groupId>io.projectreactor</groupId>
61 <artifactId>reactor-test</artifactId>
62 <scope>test</scope>
63 </dependency>
64 </dependencies>
65
66</project>