Dan Timoney | 131cb46 | 2018-02-01 16:57:00 -0500 | [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/xsd/maven-4.0.0.xsd"> |
| 3 | <modelVersion>4.0.0</modelVersion> |
| 4 | |
| 5 | <parent> |
| 6 | <groupId>org.onap.ccsdk.parent</groupId> |
| 7 | <artifactId>single-feature-parent</artifactId> |
Timoney, Dan (dt5972) | 06877cb | 2019-07-03 13:53:18 -0400 | [diff] [blame] | 8 | <version>1.4.0-SNAPSHOT</version> |
Dan Timoney | 131cb46 | 2018-02-01 16:57:00 -0500 | [diff] [blame] | 9 | <relativePath/> |
| 10 | </parent> |
| 11 | |
| 12 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 13 | <artifactId>ccsdk-sliapi</artifactId> |
Timoney, Dan (dt5972) | 06877cb | 2019-07-03 13:53:18 -0400 | [diff] [blame] | 14 | <version>0.6.0-SNAPSHOT</version> |
Dan Timoney | 131cb46 | 2018-02-01 16:57:00 -0500 | [diff] [blame] | 15 | <packaging>feature</packaging> |
| 16 | |
| 17 | <name>ccsdk-sli-core :: sliapi :: ${project.artifactId}</name> |
| 18 | |
Timoney, Dan (dt5972) | 1efd16d | 2018-12-20 13:44:40 -0500 | [diff] [blame] | 19 | |
Dan Timoney | 131cb46 | 2018-02-01 16:57:00 -0500 | [diff] [blame] | 20 | <dependencies> |
Dan Timoney | 131cb46 | 2018-02-01 16:57:00 -0500 | [diff] [blame] | 21 | |
| 22 | <dependency> |
| 23 | <groupId>${project.groupId}</groupId> |
| 24 | <artifactId>ccsdk-sli</artifactId> |
| 25 | <version>${project.version}</version> |
| 26 | <type>xml</type> |
| 27 | <classifier>features</classifier> |
| 28 | </dependency> |
| 29 | |
| 30 | <dependency> |
| 31 | <groupId>${project.groupId}</groupId> |
| 32 | <artifactId>sliapi-provider</artifactId> |
| 33 | <version>${project.version}</version> |
| 34 | </dependency> |
| 35 | |
| 36 | </dependencies> |
| 37 | </project> |