blob: 1729f2ff1f0f55a42a1fff29ef46c2670a4d0cc4 [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.
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -04004 ~ Modifications Copyright © 2019 IBM.
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +00005 ~
6 ~ Licensed under the Apache License, Version 2.0 (the "License");
7 ~ you may not use this file except in compliance with the License.
8 ~ You may obtain a copy of the License at
9 ~
10 ~ http://www.apache.org/licenses/LICENSE-2.0
11 ~
12 ~ Unless required by applicable law or agreed to in writing, software
13 ~ distributed under the License is distributed on an "AS IS" BASIS,
14 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 ~ See the License for the specific language governing permissions and
16 ~ limitations under the License.
17 -->
Timoney, Dan (dt5972)38f6f0a2019-01-08 14:40:54 -050018<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 +000019 <modelVersion>4.0.0</modelVersion>
SINGAL, KAPIL (ks220y)24f39fd2019-09-17 16:36:59 +000020
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000021 <parent>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -040022 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000023 <artifactId>modules</artifactId>
Timoney, Dan (dt5972)1926b372019-09-11 10:54:30 -040024 <version>0.7.0-SNAPSHOT</version>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000025 </parent>
26
27 <artifactId>inbounds</artifactId>
28 <packaging>pom</packaging>
SINGAL, KAPIL (ks220y)24f39fd2019-09-17 16:36:59 +000029
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000030 <name>Blueprints Processor Inbounds POM</name>
31 <description>Blueprints Processor Inbounds</description>
32
33 <modules>
Serge Simard34c42462019-08-08 10:55:57 -040034 <module>configs-api</module>
Brinda Santh8d3f8252019-08-01 11:25:14 -040035 <module>designer-api</module>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000036 <module>resource-api</module>
37 <module>selfservice-api</module>
Shaaban Ebrahimbf305322019-09-10 18:12:32 +020038 <module>health-api</module>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000039 </modules>
SINGAL, KAPIL (ks220y)24f39fd2019-09-17 16:36:59 +000040
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000041 <dependencies>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000042 <dependency>
Brinda Santhf930d9e2019-09-05 16:13:28 -040043 <groupId>org.springframework.security</groupId>
44 <artifactId>spring-security-core</artifactId>
45 </dependency>
46 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -040047 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -050048 <artifactId>workflow-service</artifactId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000049 </dependency>
50 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -040051 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -050052 <artifactId>resource-resolution</artifactId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000053 </dependency>
54 <dependency>
55 <groupId>org.springframework.boot</groupId>
56 <artifactId>spring-boot-starter-actuator</artifactId>
Steve Sianie827a3a2019-07-09 15:53:57 -040057 <exclusions>
58 <exclusion>
59 <groupId>org.springframework.boot</groupId>
60 <artifactId>spring-boot-starter-logging</artifactId>
61 </exclusion>
62 </exclusions>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000063 </dependency>
Muthuramalingam, Brinda Santh(bs2796)809ef532018-12-04 10:25:44 -050064
Muthuramalingam, Brinda Santh11950b72019-02-27 20:16:47 -050065 <!-- Test Dependencies -->
66 <dependency>
67 <groupId>io.mockk</groupId>
68 <artifactId>mockk</artifactId>
69 <scope>test</scope>
70 </dependency>
71 <dependency>
72 <groupId>org.powermock</groupId>
73 <artifactId>powermock-api-mockito2</artifactId>
74 <scope>test</scope>
75 </dependency>
Muthuramalingam, Brinda Santh(bs2796)809ef532018-12-04 10:25:44 -050076 <dependency>
77 <groupId>org.springframework.boot</groupId>
78 <artifactId>spring-boot-starter-test</artifactId>
79 <scope>test</scope>
80 </dependency>
81 <dependency>
82 <groupId>org.jetbrains.kotlin</groupId>
83 <artifactId>kotlin-test-junit</artifactId>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -040084 <scope>test</scope>
Muthuramalingam, Brinda Santh(bs2796)809ef532018-12-04 10:25:44 -050085 </dependency>
86 <dependency>
Muthuramalingam, Brinda Santh11950b72019-02-27 20:16:47 -050087 <groupId>org.jetbrains.kotlinx</groupId>
88 <artifactId>kotlinx-coroutines-test</artifactId>
89 <scope>test</scope>
90 </dependency>
91 <dependency>
Brinda Santhf930d9e2019-09-05 16:13:28 -040092 <groupId>io.grpc</groupId>
93 <artifactId>grpc-testing</artifactId>
94 <scope>test</scope>
95 </dependency>
96 <dependency>
Muthuramalingam, Brinda Santh11950b72019-02-27 20:16:47 -050097 <groupId>io.projectreactor</groupId>
98 <artifactId>reactor-test</artifactId>
99 <scope>test</scope>
Muthuramalingam, Brinda Santh(bs2796)809ef532018-12-04 10:25:44 -0500100 </dependency>
Brinda Santha456e7e2019-08-30 15:32:13 -0400101
102 <dependency>
103 <groupId>com.h2database</groupId>
104 <artifactId>h2</artifactId>
105 <scope>test</scope>
106 </dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000107 </dependencies>
108</project>