Dan Timoney | 1b47683 | 2017-02-15 15:09:44 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Timoney, Dan (dt5972) | 131f1fa | 2018-02-28 21:13:09 -0500 | [diff] [blame] | 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"> |
Dan Timoney | dd3f740 | 2017-10-12 16:01:06 -0400 | [diff] [blame] | 3 | <modelVersion>4.0.0</modelVersion> |
Timoney, Dan (dt5972) | 131f1fa | 2018-02-28 21:13:09 -0500 | [diff] [blame] | 4 | |
Dan Timoney | dd3f740 | 2017-10-12 16:01:06 -0400 | [diff] [blame] | 5 | <parent> |
Timoney, Dan (dt5972) | 131f1fa | 2018-02-28 21:13:09 -0500 | [diff] [blame] | 6 | <groupId>org.onap.ccsdk.parent</groupId> |
| 7 | <artifactId>binding-parent</artifactId> |
Timoney, Dan (dt5972) | 1bbebfd | 2019-05-31 10:44:28 -0400 | [diff] [blame^] | 8 | <version>1.2.4</version> |
Timoney, Dan (dt5972) | fc71329 | 2018-12-20 14:53:11 -0500 | [diff] [blame] | 9 | <relativePath/> |
Dan Timoney | dd3f740 | 2017-10-12 16:01:06 -0400 | [diff] [blame] | 10 | </parent> |
Timoney, Dan (dt5972) | 131f1fa | 2018-02-28 21:13:09 -0500 | [diff] [blame] | 11 | |
| 12 | <groupId>org.onap.sdnc.northbound</groupId> |
Dan Timoney | dd3f740 | 2017-10-12 16:01:06 -0400 | [diff] [blame] | 13 | <artifactId>vnftools-provider</artifactId> |
Timoney, Dan (dt5972) | 17a5843 | 2019-05-30 15:22:34 -0400 | [diff] [blame] | 14 | <version>1.5.3-SNAPSHOT</version> |
Dan Timoney | dd3f740 | 2017-10-12 16:01:06 -0400 | [diff] [blame] | 15 | <packaging>bundle</packaging> |
Timoney, Dan (dt5972) | 131f1fa | 2018-02-28 21:13:09 -0500 | [diff] [blame] | 16 | |
| 17 | <name>sdnc-northbound :: vnftools :: ${project.artifactId}</name> |
| 18 | |
Dan Timoney | dd3f740 | 2017-10-12 16:01:06 -0400 | [diff] [blame] | 19 | <properties> |
| 20 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 21 | </properties> |
Timoney, Dan (dt5972) | fc71329 | 2018-12-20 14:53:11 -0500 | [diff] [blame] | 22 | <dependencyManagement> |
| 23 | <dependencies> |
| 24 | <dependency> |
| 25 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 26 | <artifactId>sli-core-artifacts</artifactId> |
| 27 | <version>${ccsdk.sli.core.version}</version> |
| 28 | <type>pom</type> |
| 29 | <scope>import</scope> |
| 30 | </dependency> |
| 31 | </dependencies> |
| 32 | </dependencyManagement> |
Dan Timoney | dd3f740 | 2017-10-12 16:01:06 -0400 | [diff] [blame] | 33 | <dependencies> |
| 34 | <dependency> |
| 35 | <groupId>junit</groupId> |
| 36 | <artifactId>junit</artifactId> |
Dan Timoney | dd3f740 | 2017-10-12 16:01:06 -0400 | [diff] [blame] | 37 | <scope>test</scope> |
| 38 | </dependency> |
| 39 | <dependency> |
beili.zhou | cb54816 | 2017-10-12 19:23:27 -0400 | [diff] [blame] | 40 | <groupId>org.mockito</groupId> |
| 41 | <artifactId>mockito-core</artifactId> |
beili.zhou | cb54816 | 2017-10-12 19:23:27 -0400 | [diff] [blame] | 42 | <scope>test</scope> |
| 43 | </dependency> |
| 44 | <dependency> |
Dan Timoney | dd3f740 | 2017-10-12 16:01:06 -0400 | [diff] [blame] | 45 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 46 | <artifactId>sli-common</artifactId> |
Dan Timoney | dd3f740 | 2017-10-12 16:01:06 -0400 | [diff] [blame] | 47 | </dependency> |
| 48 | <dependency> |
| 49 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 50 | <artifactId>sli-provider</artifactId> |
Dan Timoney | dd3f740 | 2017-10-12 16:01:06 -0400 | [diff] [blame] | 51 | </dependency> |
| 52 | <dependency> |
| 53 | <groupId>org.slf4j</groupId> |
| 54 | <artifactId>slf4j-api</artifactId> |
Dan Timoney | dd3f740 | 2017-10-12 16:01:06 -0400 | [diff] [blame] | 55 | </dependency> |
| 56 | <dependency> |
Dan Timoney | dd3f740 | 2017-10-12 16:01:06 -0400 | [diff] [blame] | 57 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 58 | <artifactId>sliPluginUtils-provider</artifactId> |
Timoney, Dan (dt5972) | 131f1fa | 2018-02-28 21:13:09 -0500 | [diff] [blame] | 59 | <version>${ccsdk.sli.core.version}</version> |
Dan Timoney | dd3f740 | 2017-10-12 16:01:06 -0400 | [diff] [blame] | 60 | </dependency> |
| 61 | </dependencies> |
Dan Timoney | 1b47683 | 2017-02-15 15:09:44 -0500 | [diff] [blame] | 62 | </project> |