blob: 3760a4f870ba822f79453d8f6423ae5a144e9380 [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>
soumya.e.singh30ba7692024-12-16 19:11:08 +053025 <version>1.7.1-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>
chandana.g.nb992a322024-10-09 13:17:38 +000047 <version>6.3.0</version>
Brinda Santhf930d9e2019-09-05 16:13:28 -040048 </dependency>
49 <dependency>
Singal, Kapil (ks220y)8de37f92020-09-11 13:58:42 -040050 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -050051 <artifactId>workflow-service</artifactId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000052 </dependency>
53 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -040054 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -050055 <artifactId>resource-resolution</artifactId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000056 </dependency>
Shaaban Ebrahim843d1f72019-10-24 12:37:21 +020057
Muthuramalingam, Brinda Santh11950b72019-02-27 20:16:47 -050058 <!-- Test Dependencies -->
59 <dependency>
60 <groupId>io.mockk</groupId>
61 <artifactId>mockk</artifactId>
62 <scope>test</scope>
63 </dependency>
64 <dependency>
Frank Kimmlingen4c9246c2023-03-07 16:36:48 +010065 <groupId>io.mockk</groupId>
66 <artifactId>mockk-jvm</artifactId>
67 <scope>test</scope>
68 </dependency>
69 <dependency>
Muthuramalingam, Brinda Santh11950b72019-02-27 20:16:47 -050070 <groupId>org.powermock</groupId>
71 <artifactId>powermock-api-mockito2</artifactId>
72 <scope>test</scope>
73 </dependency>
Muthuramalingam, Brinda Santh(bs2796)809ef532018-12-04 10:25:44 -050074 <dependency>
75 <groupId>org.springframework.boot</groupId>
76 <artifactId>spring-boot-starter-test</artifactId>
77 <scope>test</scope>
78 </dependency>
79 <dependency>
Frank Kimmlingen4c9246c2023-03-07 16:36:48 +010080 <groupId>org.junit.vintage</groupId>
81 <artifactId>junit-vintage-engine</artifactId>
82 <scope>test</scope>
83 </dependency>
84 <dependency>
Muthuramalingam, Brinda Santh(bs2796)809ef532018-12-04 10:25:44 -050085 <groupId>org.jetbrains.kotlin</groupId>
86 <artifactId>kotlin-test-junit</artifactId>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -040087 <scope>test</scope>
Muthuramalingam, Brinda Santh(bs2796)809ef532018-12-04 10:25:44 -050088 </dependency>
89 <dependency>
Muthuramalingam, Brinda Santh11950b72019-02-27 20:16:47 -050090 <groupId>org.jetbrains.kotlinx</groupId>
91 <artifactId>kotlinx-coroutines-test</artifactId>
92 <scope>test</scope>
93 </dependency>
94 <dependency>
Brinda Santhf930d9e2019-09-05 16:13:28 -040095 <groupId>io.grpc</groupId>
96 <artifactId>grpc-testing</artifactId>
97 <scope>test</scope>
98 </dependency>
99 <dependency>
Muthuramalingam, Brinda Santh11950b72019-02-27 20:16:47 -0500100 <groupId>io.projectreactor</groupId>
101 <artifactId>reactor-test</artifactId>
102 <scope>test</scope>
Muthuramalingam, Brinda Santh(bs2796)809ef532018-12-04 10:25:44 -0500103 </dependency>
Brinda Santha456e7e2019-08-30 15:32:13 -0400104 <dependency>
105 <groupId>com.h2database</groupId>
106 <artifactId>h2</artifactId>
107 <scope>test</scope>
108 </dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000109 </dependencies>
110</project>