blob: b0e9fa44db679993d6637eee0ffd9ece6c3e4327 [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.
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -04006 ~ Modifications Copyright © 2019 IBM.
Steve Alphonse Siania5f9b6f2019-01-21 11:55:48 -05007 ~
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +00008 ~ Licensed under the Apache License, Version 2.0 (the "License");
9 ~ you may not use this file except in compliance with the License.
10 ~ You may obtain a copy of the License at
11 ~
12 ~ http://www.apache.org/licenses/LICENSE-2.0
13 ~
14 ~ Unless required by applicable law or agreed to in writing, software
15 ~ distributed under the License is distributed on an "AS IS" BASIS,
16 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 ~ See the License for the specific language governing permissions and
18 ~ limitations under the License.
19 -->
Timoney, Dan (dt5972)743f1dc2019-03-14 13:55:01 -040020<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 +000021 <modelVersion>4.0.0</modelVersion>
SINGAL, KAPIL (ks220y)24f39fd2019-09-17 16:36:59 +000022
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000023 <parent>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -040024 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Singal, Kapil (ks220y)8de37f92020-09-11 13:58:42 -040025 <artifactId>blueprintsprocessor-modules</artifactId>
Timoney, Dan (dt5972)517ea8e2022-09-28 07:42:07 -040026 <version>1.4.1-SNAPSHOT</version>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000027 </parent>
28
Singal, Kapil (ks220y)8de37f92020-09-11 13:58:42 -040029 <artifactId>modules-commons</artifactId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000030 <packaging>pom</packaging>
SINGAL, KAPIL (ks220y)24f39fd2019-09-17 16:36:59 +000031
Singal, Kapil (ks220y)8de37f92020-09-11 13:58:42 -040032 <name>MS Blueprints Processor Modules - Commons</name>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000033
34 <modules>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -040035 <module>processor-core</module>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000036 <module>db-lib</module>
37 <module>rest-lib</module>
janani bd6946b82019-02-04 12:05:22 +053038 <module>dmaap-lib</module>
Brinda Santh0371cdd2019-04-10 15:11:10 -040039 <module>grpc-lib</module>
Brinda Santh0042e9e2019-05-20 15:27:55 -040040 <module>message-lib</module>
Brinda Santh15680d32019-05-15 13:50:20 -040041 <module>ssh-lib</module>
Brinda Santh10c29882019-12-18 15:19:58 -050042 <module>nats-lib</module>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000043 </modules>
SINGAL, KAPIL (ks220y)24f39fd2019-09-17 16:36:59 +000044
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000045 <dependencies>
46 <dependency>
Singal, Kapil (ks220y)8de37f92020-09-11 13:58:42 -040047 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId>
48 <artifactId>resource-dict</artifactId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000049 </dependency>
Muthuramalingam, Brinda Santh(bs2796)a283fe32018-12-06 10:30:59 -050050 <!-- Test Dependencies -->
51 <dependency>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -040052 <groupId>io.mockk</groupId>
53 <artifactId>mockk</artifactId>
54 <scope>test</scope>
55 </dependency>
56 <dependency>
Muthuramalingam, Brinda Santh(bs2796)a283fe32018-12-06 10:30:59 -050057 <groupId>org.powermock</groupId>
58 <artifactId>powermock-api-mockito2</artifactId>
59 <scope>test</scope>
60 </dependency>
61 <dependency>
62 <groupId>org.springframework.boot</groupId>
63 <artifactId>spring-boot-starter-test</artifactId>
64 <scope>test</scope>
65 </dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000066 <dependency>
67 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -050068 <artifactId>kotlin-test-junit</artifactId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000069 <scope>test</scope>
70 </dependency>
71 <dependency>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -040072 <groupId>org.jetbrains.kotlinx</groupId>
73 <artifactId>kotlinx-coroutines-test</artifactId>
74 <scope>test</scope>
75 </dependency>
76 <dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000077 <groupId>io.projectreactor</groupId>
78 <artifactId>reactor-test</artifactId>
79 <scope>test</scope>
80 </dependency>
81 </dependencies>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000082</project>