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. |
| 4 | ~ |
Steve Alphonse Siani | a5f9b6f | 2019-01-21 11:55:48 -0500 | [diff] [blame] | 5 | ~ Modifications Copyright © 2019 Bell Canada. |
Muthuramalingam, Brinda Santh | fd2d3f4 | 2019-03-11 11:41:37 -0400 | [diff] [blame] | 6 | ~ Modifications Copyright © 2019 IBM. |
Steve Alphonse Siani | a5f9b6f | 2019-01-21 11:55:48 -0500 | [diff] [blame] | 7 | ~ |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 8 | ~ 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 | --> |
Timoney, Dan (dt5972) | 743f1dc | 2019-03-14 13:55:01 -0400 | [diff] [blame] | 20 | <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] | 21 | <modelVersion>4.0.0</modelVersion> |
| 22 | <parent> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 23 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 24 | <artifactId>modules</artifactId> |
Timoney, Dan (dt5972) | f0e6ba6 | 2019-08-13 12:31:11 -0400 | [diff] [blame] | 25 | <version>0.6.0-SNAPSHOT</version> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 26 | </parent> |
| 27 | |
| 28 | <artifactId>commons</artifactId> |
| 29 | <packaging>pom</packaging> |
| 30 | <name>Blueprints Processor Commons POM</name> |
| 31 | <description>Blueprints Processor Commons</description> |
| 32 | |
| 33 | <modules> |
Muthuramalingam, Brinda Santh | fd2d3f4 | 2019-03-11 11:41:37 -0400 | [diff] [blame] | 34 | <module>processor-core</module> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 35 | <module>db-lib</module> |
| 36 | <module>rest-lib</module> |
janani b | d6946b8 | 2019-02-04 12:05:22 +0530 | [diff] [blame] | 37 | <module>dmaap-lib</module> |
Brinda Santh | 0371cdd | 2019-04-10 15:11:10 -0400 | [diff] [blame] | 38 | <module>grpc-lib</module> |
Brinda Santh | 0042e9e | 2019-05-20 15:27:55 -0400 | [diff] [blame] | 39 | <module>message-lib</module> |
Brinda Santh | 15680d3 | 2019-05-15 13:50:20 -0400 | [diff] [blame] | 40 | <module>ssh-lib</module> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 41 | </modules> |
| 42 | <dependencies> |
| 43 | <dependency> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 44 | <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 45 | <artifactId>resource-dict</artifactId> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 46 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | a283fe3 | 2018-12-06 10:30:59 -0500 | [diff] [blame] | 47 | <!-- Test Dependencies --> |
| 48 | <dependency> |
Muthuramalingam, Brinda Santh | fd2d3f4 | 2019-03-11 11:41:37 -0400 | [diff] [blame] | 49 | <groupId>io.mockk</groupId> |
| 50 | <artifactId>mockk</artifactId> |
| 51 | <scope>test</scope> |
| 52 | </dependency> |
| 53 | <dependency> |
Muthuramalingam, Brinda Santh(bs2796) | a283fe3 | 2018-12-06 10:30:59 -0500 | [diff] [blame] | 54 | <groupId>org.powermock</groupId> |
| 55 | <artifactId>powermock-api-mockito2</artifactId> |
| 56 | <scope>test</scope> |
| 57 | </dependency> |
| 58 | <dependency> |
| 59 | <groupId>org.springframework.boot</groupId> |
| 60 | <artifactId>spring-boot-starter-test</artifactId> |
| 61 | <scope>test</scope> |
| 62 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 63 | <dependency> |
| 64 | <groupId>org.jetbrains.kotlin</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | c6ffd3c | 2018-11-10 11:54:05 -0500 | [diff] [blame] | 65 | <artifactId>kotlin-test-junit</artifactId> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 66 | <scope>test</scope> |
| 67 | </dependency> |
| 68 | <dependency> |
Muthuramalingam, Brinda Santh | fd2d3f4 | 2019-03-11 11:41:37 -0400 | [diff] [blame] | 69 | <groupId>org.jetbrains.kotlinx</groupId> |
| 70 | <artifactId>kotlinx-coroutines-test</artifactId> |
| 71 | <scope>test</scope> |
| 72 | </dependency> |
| 73 | <dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 74 | <groupId>io.projectreactor</groupId> |
| 75 | <artifactId>reactor-test</artifactId> |
| 76 | <scope>test</scope> |
| 77 | </dependency> |
| 78 | </dependencies> |
| 79 | |
| 80 | </project> |