Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | ~ Copyright © 2017-2018 AT&T Intellectual Property. |
Muthuramalingam, Brinda Santh | 2f15f49 | 2019-02-12 15:53:39 -0500 | [diff] [blame] | 4 | ~ Modifications Copyright © 2018 IBM. |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [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 | --> |
Timoney, Dan (dt5972) | 38f6f0a | 2019-01-08 14:40:54 -0500 | [diff] [blame] | 18 | <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) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 19 | <parent> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame^] | 20 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 21 | <artifactId>parent</artifactId> |
Timoney, Dan (dt5972) | 5da3a81 | 2019-03-19 16:31:51 -0400 | [diff] [blame] | 22 | <version>0.4.2-SNAPSHOT</version> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 23 | <relativePath>../parent</relativePath> |
| 24 | </parent> |
| 25 | <modelVersion>4.0.0</modelVersion> |
| 26 | <packaging>pom</packaging> |
| 27 | <artifactId>functions</artifactId> |
Alexis de Talhouët | 79ac5f0 | 2019-01-03 16:53:40 -0500 | [diff] [blame] | 28 | <name>Blueprints Processor Functions</name> |
| 29 | <description>Blueprints Processor Functions</description> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 30 | <modules> |
| 31 | <module>resource-resolution</module> |
Muthuramalingam, Brinda Santh(bs2796) | d2ec19b | 2018-11-19 12:48:31 -0500 | [diff] [blame] | 32 | <module>python-executor</module> |
Muthuramalingam, Brinda Santh(bs2796) | 88c3ca2 | 2018-12-04 20:53:22 -0500 | [diff] [blame] | 33 | <module>netconf-executor</module> |
Muthuramalingam, Brinda Santh | 2f15f49 | 2019-02-12 15:53:39 -0500 | [diff] [blame] | 34 | <module>restconf-executor</module> |
Muthuramalingam, Brinda Santh | ab7895a | 2019-03-15 07:59:22 -0400 | [diff] [blame] | 35 | <module>cli-executor</module> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 36 | </modules> |
| 37 | |
| 38 | <dependencies> |
| 39 | <dependency> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame^] | 40 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 41 | <artifactId>execution-service</artifactId> |
| 42 | </dependency> |
| 43 | <!-- Test Dependencies --> |
| 44 | <dependency> |
Muthuramalingam, Brinda Santh | b359a83 | 2019-02-15 18:42:34 -0500 | [diff] [blame] | 45 | <groupId>io.mockk</groupId> |
| 46 | <artifactId>mockk</artifactId> |
| 47 | <scope>test</scope> |
| 48 | </dependency> |
| 49 | <dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 50 | <groupId>org.powermock</groupId> |
| 51 | <artifactId>powermock-api-mockito2</artifactId> |
| 52 | <scope>test</scope> |
| 53 | </dependency> |
| 54 | <dependency> |
| 55 | <groupId>org.springframework.boot</groupId> |
| 56 | <artifactId>spring-boot-starter-test</artifactId> |
| 57 | <scope>test</scope> |
| 58 | </dependency> |
| 59 | <dependency> |
| 60 | <groupId>org.jetbrains.kotlin</groupId> |
| 61 | <artifactId>kotlin-test-junit</artifactId> |
| 62 | <scope>test</scope> |
| 63 | </dependency> |
| 64 | <dependency> |
Muthuramalingam, Brinda Santh | b359a83 | 2019-02-15 18:42:34 -0500 | [diff] [blame] | 65 | <groupId>org.jetbrains.kotlinx</groupId> |
| 66 | <artifactId>kotlinx-coroutines-test</artifactId> |
| 67 | <scope>test</scope> |
| 68 | </dependency> |
| 69 | <dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 70 | <groupId>io.projectreactor</groupId> |
| 71 | <artifactId>reactor-test</artifactId> |
| 72 | <scope>test</scope> |
| 73 | </dependency> |
| 74 | </dependencies> |
Timoney, Dan (dt5972) | 38f6f0a | 2019-01-08 14:40:54 -0500 | [diff] [blame] | 75 | </project> |