gaurav | d7d5ea0 | 2018-07-18 19:39:10 +0530 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
gaurav | 671c85f | 2018-08-21 19:00:55 +0530 | [diff] [blame] | 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"> |
gaurav | d7d5ea0 | 2018-07-18 19:39:10 +0530 | [diff] [blame] | 4 | <modelVersion>4.0.0</modelVersion> |
| 5 | |
| 6 | <parent> |
| 7 | <groupId>org.onap.ccsdk.parent</groupId> |
| 8 | <artifactId>binding-parent</artifactId> |
| 9 | <version>1.1.0-SNAPSHOT</version> |
| 10 | </parent> |
| 11 | |
| 12 | <groupId>org.onap.ccsdk.sli.plugins</groupId> |
| 13 | <artifactId>restconf-client-provider</artifactId> |
| 14 | <version>0.3.0-SNAPSHOT</version> |
| 15 | <packaging>bundle</packaging> |
| 16 | |
| 17 | <name>ccsdk-sli-plugins :: restconf-client :: ${project.artifactId}</name> |
| 18 | <url>http://maven.apache.org</url> |
| 19 | |
| 20 | <properties> |
| 21 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 22 | </properties> |
| 23 | |
| 24 | <dependencies> |
| 25 | <dependency> |
Vidyashree Rama | 8e8ec2e | 2018-08-09 12:21:34 +0530 | [diff] [blame] | 26 | <groupId>org.glassfish.jersey.media</groupId> |
| 27 | <artifactId>jersey-media-sse</artifactId> |
gaurav | 671c85f | 2018-08-21 19:00:55 +0530 | [diff] [blame] | 28 | <version>${glassfish.version}</version> |
gaurav | d7d5ea0 | 2018-07-18 19:39:10 +0530 | [diff] [blame] | 29 | </dependency> |
| 30 | <dependency> |
Vidyashree Rama | 8e8ec2e | 2018-08-09 12:21:34 +0530 | [diff] [blame] | 31 | <groupId>javax.ws.rs</groupId> |
| 32 | <artifactId>javax.ws.rs-api</artifactId> |
| 33 | <version>2.1</version> |
gaurav | d7d5ea0 | 2018-07-18 19:39:10 +0530 | [diff] [blame] | 34 | </dependency> |
| 35 | <dependency> |
Vidyashree Rama | 8e8ec2e | 2018-08-09 12:21:34 +0530 | [diff] [blame] | 36 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 37 | <artifactId>sli-common</artifactId> |
| 38 | </dependency> |
| 39 | <dependency> |
| 40 | <groupId>org.onap.ccsdk.sli.plugins</groupId> |
| 41 | <artifactId>properties-node-provider</artifactId> |
| 42 | <version>0.3.0-SNAPSHOT</version> |
gaurav | d7d5ea0 | 2018-07-18 19:39:10 +0530 | [diff] [blame] | 43 | </dependency> |
Vidyashree Rama | 2119093 | 2018-08-17 12:21:05 +0530 | [diff] [blame] | 44 | <dependency> |
| 45 | <groupId>org.opendaylight.yangtools</groupId> |
| 46 | <artifactId>yang-data-impl</artifactId> |
gaurav | 671c85f | 2018-08-21 19:00:55 +0530 | [diff] [blame] | 47 | <version>2.0.6.1</version> |
Vidyashree Rama | 2119093 | 2018-08-17 12:21:05 +0530 | [diff] [blame] | 48 | </dependency> |
janani b | 06f4a65 | 2018-08-17 15:32:26 +0530 | [diff] [blame] | 49 | <dependency> |
| 50 | <groupId>com.fasterxml.jackson.core</groupId> |
| 51 | <artifactId>jackson-databind</artifactId> |
| 52 | </dependency> |
| 53 | <dependency> |
| 54 | <groupId>dom4j</groupId> |
| 55 | <artifactId>dom4j</artifactId> |
| 56 | <version>1.6.1</version> |
| 57 | </dependency> |
| 58 | <dependency> |
| 59 | <groupId>com.google.code.gson</groupId> |
| 60 | <artifactId>gson</artifactId> |
gaurav | 671c85f | 2018-08-21 19:00:55 +0530 | [diff] [blame] | 61 | <version>${gson.version}</version> |
janani b | 06f4a65 | 2018-08-17 15:32:26 +0530 | [diff] [blame] | 62 | </dependency> |
| 63 | <dependency> |
| 64 | <groupId>org.onap.ccsdk.sli.plugins</groupId> |
| 65 | <artifactId>restapi-call-node-provider</artifactId> |
| 66 | <version>0.3.0-SNAPSHOT</version> |
| 67 | </dependency> |
gaurav | 671c85f | 2018-08-21 19:00:55 +0530 | [diff] [blame] | 68 | |
| 69 | |
| 70 | <!-- For test --> |
| 71 | <dependency> |
| 72 | <groupId>junit</groupId> |
| 73 | <artifactId>junit</artifactId> |
| 74 | <scope>test</scope> |
| 75 | </dependency> |
| 76 | <dependency> |
janani b | 259eece | 2018-09-12 18:30:28 +0530 | [diff] [blame^] | 77 | <groupId>org.mockito</groupId> |
| 78 | <artifactId>mockito-core</artifactId> |
| 79 | <version>${mockito.version}</version> |
| 80 | <scope>test</scope> |
| 81 | </dependency> |
| 82 | <dependency> |
gaurav | 671c85f | 2018-08-21 19:00:55 +0530 | [diff] [blame] | 83 | <groupId>org.glassfish.jersey.inject</groupId> |
| 84 | <artifactId>jersey-hk2</artifactId> |
| 85 | <version>${glassfish.version}</version> |
| 86 | <scope>test</scope> |
| 87 | </dependency> |
| 88 | <dependency> |
| 89 | <groupId>org.glassfish.jersey.containers</groupId> |
| 90 | <artifactId>jersey-container-servlet</artifactId> |
| 91 | <version>${glassfish.version}</version> |
| 92 | <scope>test</scope> |
| 93 | </dependency> |
| 94 | <dependency> |
| 95 | <groupId>org.glassfish.jersey.containers</groupId> |
| 96 | <artifactId>jersey-container-grizzly2-http</artifactId> |
| 97 | <version>${glassfish.version}</version> |
| 98 | <scope>test</scope> |
| 99 | </dependency> |
Vidyashree Rama | 224d394 | 2018-08-17 17:15:20 +0530 | [diff] [blame] | 100 | <dependency> |
| 101 | <groupId>org.hamcrest</groupId> |
| 102 | <artifactId>hamcrest-library</artifactId> |
| 103 | <version>1.3</version> |
| 104 | <scope>test</scope> |
| 105 | </dependency> |
| 106 | <dependency> |
| 107 | <groupId>org.opendaylight.yangtools</groupId> |
| 108 | <artifactId>yang-test-util</artifactId> |
gaurav | 671c85f | 2018-08-21 19:00:55 +0530 | [diff] [blame] | 109 | <version>2.0.6.1</version> |
Vidyashree Rama | 224d394 | 2018-08-17 17:15:20 +0530 | [diff] [blame] | 110 | <scope>test</scope> |
| 111 | </dependency> |
| 112 | <dependency> |
| 113 | <groupId>org.opendaylight.netconf</groupId> |
| 114 | <artifactId>restconf-nb-rfc8040</artifactId> |
janani b | 259eece | 2018-09-12 18:30:28 +0530 | [diff] [blame^] | 115 | <version>${odl.mdsal.version}</version> |
Vidyashree Rama | 224d394 | 2018-08-17 17:15:20 +0530 | [diff] [blame] | 116 | </dependency> |
janani b | c8a20b7 | 2018-08-29 11:52:41 +0530 | [diff] [blame] | 117 | <dependency> |
| 118 | <groupId>org.opendaylight.yangtools</groupId> |
| 119 | <artifactId>yang-parser-impl</artifactId> |
| 120 | <version>2.0.6.1</version> |
| 121 | </dependency> |
janani b | 259eece | 2018-09-12 18:30:28 +0530 | [diff] [blame^] | 122 | |
gaurav | d7d5ea0 | 2018-07-18 19:39:10 +0530 | [diff] [blame] | 123 | </dependencies> |
| 124 | </project> |