Dan Timoney | 8a3f1ea | 2018-02-16 17:12:41 -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" |
| 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 4 | <modelVersion>4.0.0</modelVersion> |
| 5 | |
| 6 | <parent> |
| 7 | <groupId>org.onap.ccsdk.parent</groupId> |
| 8 | <artifactId>single-feature-parent</artifactId> |
Timoney, Dan (dt5972) | c24914c | 2018-04-29 19:06:43 -0400 | [diff] [blame^] | 9 | <version>1.0.2-SNAPSHOT</version> |
Dan Timoney | 8a3f1ea | 2018-02-16 17:12:41 -0500 | [diff] [blame] | 10 | <relativePath /> |
| 11 | </parent> |
| 12 | |
| 13 | <groupId>org.onap.ccsdk.sli.adaptors</groupId> |
| 14 | <artifactId>ccsdk-mdsal-resource</artifactId> |
Timoney, Dan (dt5972) | c24914c | 2018-04-29 19:06:43 -0400 | [diff] [blame^] | 15 | <version>0.2.2-SNAPSHOT</version> |
Dan Timoney | 8a3f1ea | 2018-02-16 17:12:41 -0500 | [diff] [blame] | 16 | <packaging>feature</packaging> |
| 17 | |
| 18 | <name>ccsdk-sli-adaptors :: mdsal-resource :: ${project.artifactId}</name> |
| 19 | |
| 20 | <dependencies> |
| 21 | <dependency> |
| 22 | <groupId>org.opendaylight.controller</groupId> |
| 23 | <artifactId>odl-mdsal-broker</artifactId> |
| 24 | <type>xml</type> |
| 25 | <classifier>features</classifier> |
| 26 | </dependency> |
| 27 | |
| 28 | <dependency> |
| 29 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 30 | <artifactId>ccsdk-sli</artifactId> |
Dan Timoney | 8a3f1ea | 2018-02-16 17:12:41 -0500 | [diff] [blame] | 31 | <type>xml</type> |
| 32 | <classifier>features</classifier> |
| 33 | </dependency> |
| 34 | |
| 35 | <dependency> |
| 36 | <groupId>${project.groupId}</groupId> |
| 37 | <artifactId>mdsal-resource-provider</artifactId> |
| 38 | <version>${project.version}</version> |
| 39 | </dependency> |
| 40 | |
| 41 | <dependency> |
| 42 | <groupId>equinoxSDK381</groupId> |
| 43 | <artifactId>org.eclipse.osgi</artifactId> |
| 44 | <scope>provided</scope> |
| 45 | </dependency> |
| 46 | </dependencies> |
| 47 | </project> |