Alexis de Talhouët | 7f6c527 | 2019-01-07 16:33:02 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | ~ Copyright © 2017-2018 AT&T Intellectual Property. |
| 4 | ~ |
| 5 | ~ Modifications Copyright © 2018 IBM. |
| 6 | ~ |
Steve Siani | f7d891d | 2019-04-03 15:23:27 -0400 | [diff] [blame] | 7 | ~ Modifications Copyright © 2019 IBM, Bell Canada |
| 8 | ~ |
Alexis de Talhouët | 7f6c527 | 2019-01-07 16:33:02 -0500 | [diff] [blame] | 9 | ~ Licensed under the Apache License, Version 2.0 (the "License"); |
| 10 | ~ you may not use this file except in compliance with the License. |
| 11 | ~ You may obtain a copy of the License at |
| 12 | ~ |
| 13 | ~ http://www.apache.org/licenses/LICENSE-2.0 |
| 14 | ~ |
| 15 | ~ Unless required by applicable law or agreed to in writing, software |
| 16 | ~ distributed under the License is distributed on an "AS IS" BASIS, |
| 17 | ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 18 | ~ See the License for the specific language governing permissions and |
| 19 | ~ limitations under the License. |
| 20 | --> |
Timoney, Dan (dt5972) | 84b361d | 2019-04-24 15:05:00 -0400 | [diff] [blame^] | 21 | <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"> |
Alexis de Talhouët | 7f6c527 | 2019-01-07 16:33:02 -0500 | [diff] [blame] | 22 | <modelVersion>4.0.0</modelVersion> |
| 23 | <parent> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 24 | <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId> |
Alexis de Talhouët | 7f6c527 | 2019-01-07 16:33:02 -0500 | [diff] [blame] | 25 | <artifactId>modules</artifactId> |
Timoney, Dan (dt5972) | 9b8aec2 | 2019-03-19 16:31:51 -0400 | [diff] [blame] | 26 | <version>0.4.2-SNAPSHOT</version> |
Alexis de Talhouët | 7f6c527 | 2019-01-07 16:33:02 -0500 | [diff] [blame] | 27 | </parent> |
| 28 | <artifactId>service</artifactId> |
| 29 | <name>Controller Blueprints Service</name> |
| 30 | |
| 31 | <properties> |
| 32 | </properties> |
| 33 | |
| 34 | <dependencies> |
| 35 | <dependency> |
Muthuramalingam, Brinda Santh | 1636ef1 | 2019-03-20 12:43:58 -0400 | [diff] [blame] | 36 | <groupId>org.jetbrains.kotlinx</groupId> |
| 37 | <artifactId>kotlinx-coroutines-reactor</artifactId> |
| 38 | </dependency> |
| 39 | <dependency> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 40 | <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId> |
Alexis de Talhouët | 7f6c527 | 2019-01-07 16:33:02 -0500 | [diff] [blame] | 41 | <artifactId>db-resources</artifactId> |
| 42 | </dependency> |
| 43 | <dependency> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 44 | <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId> |
Alexis de Talhouët | 7f6c527 | 2019-01-07 16:33:02 -0500 | [diff] [blame] | 45 | <artifactId>blueprint-validation</artifactId> |
| 46 | </dependency> |
| 47 | <dependency> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 48 | <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId> |
Muthuramalingam, Brinda Santh | 6d6ebfa | 2019-01-25 20:17:35 -0500 | [diff] [blame] | 49 | <artifactId>blueprint-scripts</artifactId> |
Alexis de Talhouët | 7f6c527 | 2019-01-07 16:33:02 -0500 | [diff] [blame] | 50 | </dependency> |
| 51 | <dependency> |
| 52 | <groupId>org.apache.velocity</groupId> |
| 53 | <artifactId>velocity</artifactId> |
| 54 | </dependency> |
| 55 | <dependency> |
Steve Siani | f7d891d | 2019-04-03 15:23:27 -0400 | [diff] [blame] | 56 | <groupId>com.hubspot.jinjava</groupId> |
| 57 | <artifactId>jinjava</artifactId> |
| 58 | </dependency> |
| 59 | <dependency> |
Alexis de Talhouët | 7f6c527 | 2019-01-07 16:33:02 -0500 | [diff] [blame] | 60 | <groupId>org.springframework.boot</groupId> |
| 61 | <artifactId>spring-boot-starter-webflux</artifactId> |
| 62 | </dependency> |
| 63 | <dependency> |
| 64 | <groupId>org.springframework.boot</groupId> |
| 65 | <artifactId>spring-boot-starter-data-jpa</artifactId> |
| 66 | </dependency> |
| 67 | <dependency> |
| 68 | <groupId>com.h2database</groupId> |
| 69 | <artifactId>h2</artifactId> |
| 70 | <scope>runtime</scope> |
| 71 | </dependency> |
| 72 | <dependency> |
| 73 | <groupId>org.mariadb.jdbc</groupId> |
| 74 | <artifactId>mariadb-java-client</artifactId> |
| 75 | </dependency> |
Alexis de Talhouët | 7f6c527 | 2019-01-07 16:33:02 -0500 | [diff] [blame] | 76 | </dependencies> |
| 77 | </project> |