diff options
author | talig <talig@amdocs.com> | 2018-04-12 10:45:02 +0300 |
---|---|---|
committer | talig <talig@amdocs.com> | 2018-04-12 10:45:02 +0300 |
commit | 26855ad25011c8582d45f809688dff4838950d8b (patch) | |
tree | f60a199dd3cb9ef239cde3c83b5a6ae19c0a0482 /openecomp-be/api/openecomp-sdc-rest-webapp/vendor-license-rest/vendor-license-rest-services/pom.xml | |
parent | 8dfa832a4bbe276fdf898330325321a776ac253e (diff) |
Introduce unique value RESTs
Change-Id: I6c62c8794fce2a8d42b0a8c57b8714d938c3063c
Issue-ID: SDC-1177
Signed-off-by: talig <talig@amdocs.com>
Diffstat (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/vendor-license-rest/vendor-license-rest-services/pom.xml')
-rw-r--r-- | openecomp-be/api/openecomp-sdc-rest-webapp/vendor-license-rest/vendor-license-rest-services/pom.xml | 48 |
1 files changed, 5 insertions, 43 deletions
diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-license-rest/vendor-license-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-license-rest/vendor-license-rest-services/pom.xml index 430fcea705..2999b08211 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-license-rest/vendor-license-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-license-rest/vendor-license-rest-services/pom.xml @@ -34,34 +34,6 @@ <version>${project.version}</version> </dependency> - - <!-- Spring --> -<!-- <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-core</artifactId> - <version>${spring.framework.version}</version> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-context</artifactId> - <version>${spring.framework.version}</version> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-context-support</artifactId> - <version>${spring.framework.version}</version> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-web</artifactId> - <version>${spring.framework.version}</version> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-beans</artifactId> - <version>${spring.framework.version}</version> - </dependency>--> - <!-- CXF --> <dependency> <groupId>org.apache.cxf</groupId> @@ -79,20 +51,6 @@ <version>${http.client.version}</version> </dependency> -<!-- <dependency> - <groupId>javax.ws.rs</groupId> - <artifactId>javax.ws.rs-api</artifactId> - <version>${ws.rs.version}</version> - </dependency>--> - - <!-- Other Stuff--> - <!--dependency> - <groupId>cglib</groupId> - <artifactId>cglib-nodep</artifactId> - <version>${cglib.nodep.version}</version> - <scope>runtime</scope> - </dependency--> - <!-- Java Stuff --> <dependency> <groupId>javax.inject</groupId> @@ -110,7 +68,11 @@ <artifactId>item-rest-services</artifactId> <version>${project.version}</version> </dependency> - + <dependency> + <groupId>org.openecomp.sdc</groupId> + <artifactId>unique-type-rest-types</artifactId> + <version>${project.version}</version> + </dependency> </dependencies> |