Smokowski, Kevin (ks6305) | 42478b1 | 2018-08-07 19:07:35 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Singal, Kapil (ks220y) | 07b48a0 | 2019-01-09 16:42:33 -0500 | [diff] [blame] | 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 4 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
Smokowski, Kevin (ks6305) | 42478b1 | 2018-08-07 19:07:35 +0000 | [diff] [blame] | 5 | <modelVersion>4.0.0</modelVersion> |
| 6 | |
| 7 | <parent> |
| 8 | <groupId>org.onap.ccsdk.parent</groupId> |
| 9 | <artifactId>single-feature-parent</artifactId> |
Timoney, Dan (dt5972) | 057bc26 | 2019-01-04 09:22:20 -0500 | [diff] [blame] | 10 | <version>1.2.1-SNAPSHOT</version> |
| 11 | <relativePath/> |
Smokowski, Kevin (ks6305) | 42478b1 | 2018-08-07 19:07:35 +0000 | [diff] [blame] | 12 | </parent> |
| 13 | |
| 14 | <groupId>org.onap.ccsdk.sli.plugins</groupId> |
| 15 | <artifactId>ccsdk-template-node</artifactId> |
Timoney, Dan (dt5972) | 057bc26 | 2019-01-04 09:22:20 -0500 | [diff] [blame] | 16 | <version>0.4.1-SNAPSHOT</version> |
Smokowski, Kevin (ks6305) | 42478b1 | 2018-08-07 19:07:35 +0000 | [diff] [blame] | 17 | <packaging>feature</packaging> |
| 18 | |
Singal, Kapil (ks220y) | 07b48a0 | 2019-01-09 16:42:33 -0500 | [diff] [blame] | 19 | <name>ccsdk-sli-plugins :: template-node :: ${project.artifactId}</name> |
Smokowski, Kevin (ks6305) | 42478b1 | 2018-08-07 19:07:35 +0000 | [diff] [blame] | 20 | |
| 21 | <dependencies> |
| 22 | <dependency> |
Smokowski, Kevin (ks6305) | 02c666d | 2019-02-06 20:26:17 +0000 | [diff] [blame] | 23 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 24 | <artifactId>ccsdk-sli</artifactId> |
| 25 | <version>${ccsdk.sli.core.version}</version> |
| 26 | <type>xml</type> |
| 27 | <classifier>features</classifier> |
| 28 | </dependency> |
| 29 | <dependency> |
Smokowski, Kevin (ks6305) | 42478b1 | 2018-08-07 19:07:35 +0000 | [diff] [blame] | 30 | <groupId>${project.groupId}</groupId> |
| 31 | <artifactId>template-node-provider</artifactId> |
| 32 | <version>${project.version}</version> |
| 33 | </dependency> |
| 34 | </dependencies> |
| 35 | </project> |