blob: 3afd50c11303aed75dd1cd0471bc859d6384c89f [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 -->
Dan Timoneya49a8ee2024-08-08 16:07:52 -040018
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>
SINGAL, KAPIL (ks220y)24f39fd2019-09-17 16:36:59 +000021
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000022 <parent>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -040023 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Singal, Kapil (ks220y)8de37f92020-09-11 13:58:42 -040024 <artifactId>blueprintsprocessor-modules</artifactId>
Dan Timoneya49a8ee2024-08-08 16:07:52 -040025 <version>1.7.0-SNAPSHOT</version>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000026 </parent>
27
Singal, Kapil (ks220y)8de37f92020-09-11 13:58:42 -040028 <artifactId>modules-inbounds</artifactId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000029 <packaging>pom</packaging>
SINGAL, KAPIL (ks220y)24f39fd2019-09-17 16:36:59 +000030
Singal, Kapil (ks220y)8de37f92020-09-11 13:58:42 -040031 <name>MS Blueprints Processor Modules - Inbounds</name>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000032
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 Ebrahim843d1f72019-10-24 12:37:21 +020038 <module>health-api</module>
39 <module>health-api-common</module>
Kavitha P35481022021-08-25 16:12:18 +053040 <module>workflow-api</module>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000041 </modules>
SINGAL, KAPIL (ks220y)24f39fd2019-09-17 16:36:59 +000042
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000043 <dependencies>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000044 <dependency>
Brinda Santhf930d9e2019-09-05 16:13:28 -040045 <groupId>org.springframework.security</groupId>
46 <artifactId>spring-security-core</artifactId>
47 </dependency>
48 <dependency>
Singal, Kapil (ks220y)8de37f92020-09-11 13:58:42 -040049 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -050050 <artifactId>workflow-service</artifactId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000051 </dependency>
52 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -040053 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -050054 <artifactId>resource-resolution</artifactId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000055 </dependency>
Shaaban Ebrahim843d1f72019-10-24 12:37:21 +020056
Muthuramalingam, Brinda Santh11950b72019-02-27 20:16:47 -050057 <!-- Test Dependencies -->
58 <dependency>
59 <groupId>io.mockk</groupId>
60 <artifactId>mockk</artifactId>
61 <scope>test</scope>
62 </dependency>
63 <dependency>
Frank Kimmlingen4c9246c2023-03-07 16:36:48 +010064 <groupId>io.mockk</groupId>
65 <artifactId>mockk-jvm</artifactId>
66 <scope>test</scope>
67 </dependency>
68 <dependency>
Muthuramalingam, Brinda Santh11950b72019-02-27 20:16:47 -050069 <groupId>org.powermock</groupId>
70 <artifactId>powermock-api-mockito2</artifactId>
71 <scope>test</scope>
72 </dependency>
Muthuramalingam, Brinda Santh(bs2796)809ef532018-12-04 10:25:44 -050073 <dependency>
74 <groupId>org.springframework.boot</groupId>
75 <artifactId>spring-boot-starter-test</artifactId>
76 <scope>test</scope>
77 </dependency>
78 <dependency>
Frank Kimmlingen4c9246c2023-03-07 16:36:48 +010079 <groupId>org.junit.vintage</groupId>
80 <artifactId>junit-vintage-engine</artifactId>
81 <scope>test</scope>
82 </dependency>
83 <dependency>
Muthuramalingam, Brinda Santh(bs2796)809ef532018-12-04 10:25:44 -050084 <groupId>org.jetbrains.kotlin</groupId>
85 <artifactId>kotlin-test-junit</artifactId>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -040086 <scope>test</scope>
Muthuramalingam, Brinda Santh(bs2796)809ef532018-12-04 10:25:44 -050087 </dependency>
88 <dependency>
Muthuramalingam, Brinda Santh11950b72019-02-27 20:16:47 -050089 <groupId>org.jetbrains.kotlinx</groupId>
90 <artifactId>kotlinx-coroutines-test</artifactId>
91 <scope>test</scope>
92 </dependency>
93 <dependency>
Brinda Santhf930d9e2019-09-05 16:13:28 -040094 <groupId>io.grpc</groupId>
95 <artifactId>grpc-testing</artifactId>
96 <scope>test</scope>
97 </dependency>
98 <dependency>
Muthuramalingam, Brinda Santh11950b72019-02-27 20:16:47 -050099 <groupId>io.projectreactor</groupId>
100 <artifactId>reactor-test</artifactId>
101 <scope>test</scope>
Muthuramalingam, Brinda Santh(bs2796)809ef532018-12-04 10:25:44 -0500102 </dependency>
Brinda Santha456e7e2019-08-30 15:32:13 -0400103 <dependency>
104 <groupId>com.h2database</groupId>
105 <artifactId>h2</artifactId>
106 <scope>test</scope>
107 </dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000108 </dependencies>
109</project>