Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | ~ Copyright © 2017-2018 AT&T Intellectual Property. |
Muthuramalingam, Brinda Santh | fd2d3f4 | 2019-03-11 11:41:37 -0400 | [diff] [blame] | 4 | ~ Modifications Copyright © 2019 IBM. |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 5 | ~ |
| 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 Timoney | a49a8ee | 2024-08-08 16:07:52 -0400 | [diff] [blame] | 18 | |
Timoney, Dan (dt5972) | 38f6f0a | 2019-01-08 14:40:54 -0500 | [diff] [blame] | 19 | <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) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 20 | <modelVersion>4.0.0</modelVersion> |
SINGAL, KAPIL (ks220y) | 24f39fd | 2019-09-17 16:36:59 +0000 | [diff] [blame] | 21 | |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 22 | <parent> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 23 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> |
Singal, Kapil (ks220y) | 8de37f9 | 2020-09-11 13:58:42 -0400 | [diff] [blame] | 24 | <artifactId>blueprintsprocessor-modules</artifactId> |
Dan Timoney | a49a8ee | 2024-08-08 16:07:52 -0400 | [diff] [blame] | 25 | <version>1.7.0-SNAPSHOT</version> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 26 | </parent> |
| 27 | |
Singal, Kapil (ks220y) | 8de37f9 | 2020-09-11 13:58:42 -0400 | [diff] [blame] | 28 | <artifactId>modules-inbounds</artifactId> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 29 | <packaging>pom</packaging> |
SINGAL, KAPIL (ks220y) | 24f39fd | 2019-09-17 16:36:59 +0000 | [diff] [blame] | 30 | |
Singal, Kapil (ks220y) | 8de37f9 | 2020-09-11 13:58:42 -0400 | [diff] [blame] | 31 | <name>MS Blueprints Processor Modules - Inbounds</name> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 32 | |
| 33 | <modules> |
Serge Simard | 34c4246 | 2019-08-08 10:55:57 -0400 | [diff] [blame] | 34 | <module>configs-api</module> |
Brinda Santh | 8d3f825 | 2019-08-01 11:25:14 -0400 | [diff] [blame] | 35 | <module>designer-api</module> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 36 | <module>resource-api</module> |
| 37 | <module>selfservice-api</module> |
Shaaban Ebrahim | 843d1f7 | 2019-10-24 12:37:21 +0200 | [diff] [blame] | 38 | <module>health-api</module> |
| 39 | <module>health-api-common</module> |
Kavitha P | 3548102 | 2021-08-25 16:12:18 +0530 | [diff] [blame] | 40 | <module>workflow-api</module> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 41 | </modules> |
SINGAL, KAPIL (ks220y) | 24f39fd | 2019-09-17 16:36:59 +0000 | [diff] [blame] | 42 | |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 43 | <dependencies> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 44 | <dependency> |
Brinda Santh | f930d9e | 2019-09-05 16:13:28 -0400 | [diff] [blame] | 45 | <groupId>org.springframework.security</groupId> |
| 46 | <artifactId>spring-security-core</artifactId> |
chandana.g.n | b992a32 | 2024-10-09 13:17:38 +0000 | [diff] [blame] | 47 | <version>6.3.0</version> |
Brinda Santh | f930d9e | 2019-09-05 16:13:28 -0400 | [diff] [blame] | 48 | </dependency> |
| 49 | <dependency> |
Singal, Kapil (ks220y) | 8de37f9 | 2020-09-11 13:58:42 -0400 | [diff] [blame] | 50 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 51 | <artifactId>workflow-service</artifactId> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 52 | </dependency> |
| 53 | <dependency> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 54 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 55 | <artifactId>resource-resolution</artifactId> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 56 | </dependency> |
Shaaban Ebrahim | 843d1f7 | 2019-10-24 12:37:21 +0200 | [diff] [blame] | 57 | |
Muthuramalingam, Brinda Santh | 11950b7 | 2019-02-27 20:16:47 -0500 | [diff] [blame] | 58 | <!-- Test Dependencies --> |
| 59 | <dependency> |
| 60 | <groupId>io.mockk</groupId> |
| 61 | <artifactId>mockk</artifactId> |
| 62 | <scope>test</scope> |
| 63 | </dependency> |
| 64 | <dependency> |
Frank Kimmlingen | 4c9246c | 2023-03-07 16:36:48 +0100 | [diff] [blame] | 65 | <groupId>io.mockk</groupId> |
| 66 | <artifactId>mockk-jvm</artifactId> |
| 67 | <scope>test</scope> |
| 68 | </dependency> |
| 69 | <dependency> |
Muthuramalingam, Brinda Santh | 11950b7 | 2019-02-27 20:16:47 -0500 | [diff] [blame] | 70 | <groupId>org.powermock</groupId> |
| 71 | <artifactId>powermock-api-mockito2</artifactId> |
| 72 | <scope>test</scope> |
| 73 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 809ef53 | 2018-12-04 10:25:44 -0500 | [diff] [blame] | 74 | <dependency> |
| 75 | <groupId>org.springframework.boot</groupId> |
| 76 | <artifactId>spring-boot-starter-test</artifactId> |
| 77 | <scope>test</scope> |
| 78 | </dependency> |
| 79 | <dependency> |
Frank Kimmlingen | 4c9246c | 2023-03-07 16:36:48 +0100 | [diff] [blame] | 80 | <groupId>org.junit.vintage</groupId> |
| 81 | <artifactId>junit-vintage-engine</artifactId> |
| 82 | <scope>test</scope> |
| 83 | </dependency> |
| 84 | <dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 809ef53 | 2018-12-04 10:25:44 -0500 | [diff] [blame] | 85 | <groupId>org.jetbrains.kotlin</groupId> |
| 86 | <artifactId>kotlin-test-junit</artifactId> |
Muthuramalingam, Brinda Santh | fd2d3f4 | 2019-03-11 11:41:37 -0400 | [diff] [blame] | 87 | <scope>test</scope> |
Muthuramalingam, Brinda Santh(bs2796) | 809ef53 | 2018-12-04 10:25:44 -0500 | [diff] [blame] | 88 | </dependency> |
| 89 | <dependency> |
Muthuramalingam, Brinda Santh | 11950b7 | 2019-02-27 20:16:47 -0500 | [diff] [blame] | 90 | <groupId>org.jetbrains.kotlinx</groupId> |
| 91 | <artifactId>kotlinx-coroutines-test</artifactId> |
| 92 | <scope>test</scope> |
| 93 | </dependency> |
| 94 | <dependency> |
Brinda Santh | f930d9e | 2019-09-05 16:13:28 -0400 | [diff] [blame] | 95 | <groupId>io.grpc</groupId> |
| 96 | <artifactId>grpc-testing</artifactId> |
| 97 | <scope>test</scope> |
| 98 | </dependency> |
| 99 | <dependency> |
Muthuramalingam, Brinda Santh | 11950b7 | 2019-02-27 20:16:47 -0500 | [diff] [blame] | 100 | <groupId>io.projectreactor</groupId> |
| 101 | <artifactId>reactor-test</artifactId> |
| 102 | <scope>test</scope> |
Muthuramalingam, Brinda Santh(bs2796) | 809ef53 | 2018-12-04 10:25:44 -0500 | [diff] [blame] | 103 | </dependency> |
Brinda Santh | a456e7e | 2019-08-30 15:32:13 -0400 | [diff] [blame] | 104 | <dependency> |
| 105 | <groupId>com.h2database</groupId> |
| 106 | <artifactId>h2</artifactId> |
| 107 | <scope>test</scope> |
| 108 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 109 | </dependencies> |
| 110 | </project> |