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) | 7f5b356 | 2018-09-25 16:56:10 -0400 | [diff] [blame] | 8 | <version>1.1.0</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) | 5b83cd3 | 2018-09-25 19:09:31 -0400 | [diff] [blame^] | 14 | <version>0.3.1-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) | a7d1da3 | 2018-06-15 16:13:55 -0400 | [diff] [blame] | 19 | <dependencyManagement> |
| 20 | <dependencies> |
| 21 | <dependency> |
Dan Timoney | 131cb46 | 2018-02-01 16:57:00 -0500 | [diff] [blame] | 22 | <groupId>org.opendaylight.mdsal.model</groupId> |
| 23 | <artifactId>mdsal-model-artifacts</artifactId> |
Timoney, Dan (dt5972) | a7d1da3 | 2018-06-15 16:13:55 -0400 | [diff] [blame] | 24 | <version>${odl.mdsal.model.version}</version> |
Dan Timoney | 131cb46 | 2018-02-01 16:57:00 -0500 | [diff] [blame] | 25 | <type>pom</type> |
| 26 | <scope>import</scope> |
| 27 | </dependency> |
| 28 | <dependency> |
| 29 | <groupId>org.opendaylight.controller</groupId> |
| 30 | <artifactId>mdsal-artifacts</artifactId> |
Timoney, Dan (dt5972) | a7d1da3 | 2018-06-15 16:13:55 -0400 | [diff] [blame] | 31 | <version>${odl.mdsal.version}</version> |
Dan Timoney | 131cb46 | 2018-02-01 16:57:00 -0500 | [diff] [blame] | 32 | <type>pom</type> |
| 33 | <scope>import</scope> |
| 34 | </dependency> |
Timoney, Dan (dt5972) | 7f5b356 | 2018-09-25 16:56:10 -0400 | [diff] [blame] | 35 | <dependency> |
| 36 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 37 | <artifactId>sli-common</artifactId> |
| 38 | <version>${project.version}</version> |
| 39 | </dependency> |
| 40 | <dependency> |
| 41 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 42 | <artifactId>sli-provider</artifactId> |
| 43 | <version>${project.version}</version> |
| 44 | </dependency> |
| 45 | <dependency> |
| 46 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 47 | <artifactId>dblib-provider</artifactId> |
| 48 | <version>${project.version}</version> |
| 49 | </dependency> |
| 50 | |
Timoney, Dan (dt5972) | a7d1da3 | 2018-06-15 16:13:55 -0400 | [diff] [blame] | 51 | </dependencies> |
| 52 | </dependencyManagement> |
| 53 | |
Dan Timoney | 131cb46 | 2018-02-01 16:57:00 -0500 | [diff] [blame] | 54 | <dependencies> |
Dan Timoney | 131cb46 | 2018-02-01 16:57:00 -0500 | [diff] [blame] | 55 | |
| 56 | <dependency> |
| 57 | <groupId>${project.groupId}</groupId> |
| 58 | <artifactId>ccsdk-sli</artifactId> |
| 59 | <version>${project.version}</version> |
| 60 | <type>xml</type> |
| 61 | <classifier>features</classifier> |
| 62 | </dependency> |
| 63 | |
| 64 | <dependency> |
| 65 | <groupId>${project.groupId}</groupId> |
| 66 | <artifactId>sliapi-provider</artifactId> |
| 67 | <version>${project.version}</version> |
| 68 | </dependency> |
| 69 | |
| 70 | </dependencies> |
| 71 | </project> |