Dan Timoney | 2a93b9d | 2017-07-18 19:40:01 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <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/maven-v4_0_0.xsd"> |
| 3 | <modelVersion>4.0.0</modelVersion> |
| 4 | |
| 5 | |
| 6 | <parent> |
Dan Timoney | c95543b | 2017-07-21 10:45:06 -0400 | [diff] [blame] | 7 | <groupId>org.onap.ccsdk.sli.core</groupId> |
Dan Timoney | c4d6e36 | 2017-08-29 08:41:38 -0400 | [diff] [blame] | 8 | <artifactId>ccsdk-sli-core</artifactId> |
Dan Timoney | c4b09e5 | 2017-09-11 11:19:51 -0400 | [diff] [blame] | 9 | <version>0.1.2-SNAPSHOT</version> |
Dan Timoney | 2a93b9d | 2017-07-18 19:40:01 -0400 | [diff] [blame] | 10 | </parent> |
| 11 | |
| 12 | <packaging>pom</packaging> |
Dan Timoney | c95543b | 2017-07-21 10:45:06 -0400 | [diff] [blame] | 13 | <groupId>org.onap.ccsdk.sli.core</groupId> |
Dan Timoney | 2a93b9d | 2017-07-18 19:40:01 -0400 | [diff] [blame] | 14 | <artifactId>sliapi</artifactId> |
Dan Timoney | c4b09e5 | 2017-09-11 11:19:51 -0400 | [diff] [blame] | 15 | <version>0.1.2-SNAPSHOT</version> |
Dan Timoney | 2a93b9d | 2017-07-18 19:40:01 -0400 | [diff] [blame] | 16 | |
| 17 | <properties> |
| 18 | <feature-name>sliapi</feature-name> |
| 19 | </properties> |
| 20 | |
| 21 | <dependencyManagement> |
| 22 | |
| 23 | <dependencies> |
| 24 | |
| 25 | <dependency> |
Dan Timoney | c95543b | 2017-07-21 10:45:06 -0400 | [diff] [blame] | 26 | <groupId>org.onap.ccsdk.sli.core</groupId> |
Dan Timoney | 2a93b9d | 2017-07-18 19:40:01 -0400 | [diff] [blame] | 27 | <artifactId>sliapi-features</artifactId> |
| 28 | <classifier>features</classifier> |
| 29 | <type>xml</type> |
| 30 | <version>${project.version}</version> |
| 31 | </dependency> |
| 32 | |
| 33 | <dependency> |
Dan Timoney | c95543b | 2017-07-21 10:45:06 -0400 | [diff] [blame] | 34 | <groupId>org.onap.ccsdk.sli.core</groupId> |
Dan Timoney | 2a93b9d | 2017-07-18 19:40:01 -0400 | [diff] [blame] | 35 | <artifactId>sliapi-model</artifactId> |
| 36 | <version>${project.version}</version> |
| 37 | </dependency> |
| 38 | <dependency> |
Dan Timoney | c95543b | 2017-07-21 10:45:06 -0400 | [diff] [blame] | 39 | <groupId>org.onap.ccsdk.sli.core</groupId> |
Dan Timoney | 2a93b9d | 2017-07-18 19:40:01 -0400 | [diff] [blame] | 40 | <artifactId>sliapi-provider</artifactId> |
| 41 | <version>${project.version}</version> |
| 42 | <classifier>config</classifier> |
| 43 | <type>xml</type> |
| 44 | </dependency> |
| 45 | <dependency> |
Dan Timoney | c95543b | 2017-07-21 10:45:06 -0400 | [diff] [blame] | 46 | <groupId>org.onap.ccsdk.sli.core</groupId> |
Dan Timoney | 2a93b9d | 2017-07-18 19:40:01 -0400 | [diff] [blame] | 47 | <artifactId>sliapi-provider</artifactId> |
| 48 | <version>${project.version}</version> |
| 49 | </dependency> |
| 50 | </dependencies> |
| 51 | |
| 52 | |
| 53 | </dependencyManagement> |
| 54 | |
| 55 | <modules> |
| 56 | <module>model</module> |
| 57 | <module>features</module> |
| 58 | <module>provider</module> |
| 59 | <module>installer</module> |
| 60 | </modules> |
| 61 | </project> |