blob: cda711b8ad0096baafee40eb4162fafc90d8b504 [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 -->
Dan Timoney8edec222020-04-07 11:51:20 -040020
Timoney, Dan (dt5972)743f1dc2019-03-14 13:55:01 -040021<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 +000022 <modelVersion>4.0.0</modelVersion>
SINGAL, KAPIL (ks220y)24f39fd2019-09-17 16:36:59 +000023
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000024 <parent>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -040025 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Singal, Kapil (ks220y)8de37f92020-09-11 13:58:42 -040026 <artifactId>blueprintsprocessor-modules</artifactId>
Dan Timoneybaea95f2021-04-29 08:33:42 -040027 <version>1.1.5-SNAPSHOT</version>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000028 </parent>
29
Singal, Kapil (ks220y)8de37f92020-09-11 13:58:42 -040030 <artifactId>modules-commons</artifactId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000031 <packaging>pom</packaging>
SINGAL, KAPIL (ks220y)24f39fd2019-09-17 16:36:59 +000032
Singal, Kapil (ks220y)8de37f92020-09-11 13:58:42 -040033 <name>MS Blueprints Processor Modules - Commons</name>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000034
35 <modules>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -040036 <module>processor-core</module>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000037 <module>db-lib</module>
38 <module>rest-lib</module>
janani bd6946b82019-02-04 12:05:22 +053039 <module>dmaap-lib</module>
Brinda Santh0371cdd2019-04-10 15:11:10 -040040 <module>grpc-lib</module>
Brinda Santh0042e9e2019-05-20 15:27:55 -040041 <module>message-lib</module>
Brinda Santh15680d32019-05-15 13:50:20 -040042 <module>ssh-lib</module>
Brinda Santh10c29882019-12-18 15:19:58 -050043 <module>nats-lib</module>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000044 </modules>
SINGAL, KAPIL (ks220y)24f39fd2019-09-17 16:36:59 +000045
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000046 <dependencies>
47 <dependency>
Singal, Kapil (ks220y)8de37f92020-09-11 13:58:42 -040048 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId>
49 <artifactId>resource-dict</artifactId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000050 </dependency>
Muthuramalingam, Brinda Santh(bs2796)a283fe32018-12-06 10:30:59 -050051 <!-- Test Dependencies -->
52 <dependency>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -040053 <groupId>io.mockk</groupId>
54 <artifactId>mockk</artifactId>
55 <scope>test</scope>
56 </dependency>
57 <dependency>
Muthuramalingam, Brinda Santh(bs2796)a283fe32018-12-06 10:30:59 -050058 <groupId>org.powermock</groupId>
59 <artifactId>powermock-api-mockito2</artifactId>
60 <scope>test</scope>
61 </dependency>
62 <dependency>
63 <groupId>org.springframework.boot</groupId>
64 <artifactId>spring-boot-starter-test</artifactId>
65 <scope>test</scope>
66 </dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000067 <dependency>
68 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -050069 <artifactId>kotlin-test-junit</artifactId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000070 <scope>test</scope>
71 </dependency>
72 <dependency>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -040073 <groupId>org.jetbrains.kotlinx</groupId>
74 <artifactId>kotlinx-coroutines-test</artifactId>
75 <scope>test</scope>
76 </dependency>
77 <dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000078 <groupId>io.projectreactor</groupId>
79 <artifactId>reactor-test</artifactId>
80 <scope>test</scope>
81 </dependency>
82 </dependencies>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000083</project>