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> |
| 8 | <version>1.0.1-SNAPSHOT</version> |
| 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) | 131f1fa | 2018-02-28 21:13:09 -0500 | [diff] [blame^] | 14 | <version>1.3.1-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) | 131f1fa | 2018-02-28 21:13:09 -0500 | [diff] [blame^] | 22 | |
Dan Timoney | dd3f740 | 2017-10-12 16:01:06 -0400 | [diff] [blame] | 23 | <dependencies> |
| 24 | <dependency> |
| 25 | <groupId>junit</groupId> |
| 26 | <artifactId>junit</artifactId> |
Dan Timoney | dd3f740 | 2017-10-12 16:01:06 -0400 | [diff] [blame] | 27 | <scope>test</scope> |
| 28 | </dependency> |
| 29 | <dependency> |
beili.zhou | cb54816 | 2017-10-12 19:23:27 -0400 | [diff] [blame] | 30 | <groupId>org.mockito</groupId> |
| 31 | <artifactId>mockito-core</artifactId> |
beili.zhou | cb54816 | 2017-10-12 19:23:27 -0400 | [diff] [blame] | 32 | <scope>test</scope> |
| 33 | </dependency> |
| 34 | <dependency> |
Dan Timoney | dd3f740 | 2017-10-12 16:01:06 -0400 | [diff] [blame] | 35 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 36 | <artifactId>sli-common</artifactId> |
Dan Timoney | dd3f740 | 2017-10-12 16:01:06 -0400 | [diff] [blame] | 37 | </dependency> |
| 38 | <dependency> |
| 39 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 40 | <artifactId>sli-provider</artifactId> |
Dan Timoney | dd3f740 | 2017-10-12 16:01:06 -0400 | [diff] [blame] | 41 | </dependency> |
| 42 | <dependency> |
| 43 | <groupId>org.slf4j</groupId> |
| 44 | <artifactId>slf4j-api</artifactId> |
Dan Timoney | dd3f740 | 2017-10-12 16:01:06 -0400 | [diff] [blame] | 45 | </dependency> |
| 46 | <dependency> |
Dan Timoney | dd3f740 | 2017-10-12 16:01:06 -0400 | [diff] [blame] | 47 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 48 | <artifactId>sliPluginUtils-provider</artifactId> |
Timoney, Dan (dt5972) | 131f1fa | 2018-02-28 21:13:09 -0500 | [diff] [blame^] | 49 | <version>${ccsdk.sli.core.version}</version> |
Dan Timoney | dd3f740 | 2017-10-12 16:01:06 -0400 | [diff] [blame] | 50 | </dependency> |
| 51 | </dependencies> |
Dan Timoney | 1b47683 | 2017-02-15 15:09:44 -0500 | [diff] [blame] | 52 | </project> |