Remove jboss-rmi
[sdc.git] / openecomp-be / api / openecomp-sdc-rest-webapp / vendor-license-rest / vendor-license-rest-services / pom.xml
1 <!--
2   ~ Copyright © 2016-2018 European Support Limited
3   ~
4   ~ Licensed under the Apache License, Version 2.0 (the "License");
5   ~ you may not use this file except in compliance with the License.
6   ~ You may obtain a copy of the License at
7   ~
8   ~      http://www.apache.org/licenses/LICENSE-2.0
9   ~
10   ~ Unless required by applicable law or agreed to in writing, software
11   ~ distributed under the License is distributed on an "AS IS" BASIS,
12   ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13   ~ See the License for the specific language governing permissions and
14   ~ limitations under the License.
15   -->
16
17 <project xmlns="http://maven.apache.org/POM/4.0.0"
18   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20   <modelVersion>4.0.0</modelVersion>
21
22   <artifactId>vendor-license-rest-services</artifactId>
23   <name>vendor-license-rest-services</name>
24
25   <parent>
26     <groupId>org.openecomp.sdc.onboarding</groupId>
27     <artifactId>vendor-license-rest</artifactId>
28     <version>1.7.1-SNAPSHOT</version>
29     <relativePath>../</relativePath>
30   </parent>
31
32   <properties>
33     <errorcode.dir>${project.build.directory}/generated-sources/error-codes</errorcode.dir>
34   </properties>
35
36   <dependencies>
37     <dependency>
38       <groupId>${project.groupId}</groupId>
39       <artifactId>vendor-license-rest-types</artifactId>
40       <version>${project.version}</version>
41     </dependency>
42     <dependency>
43       <groupId>org.openecomp.sdc</groupId>
44       <artifactId>openecomp-sdc-vendor-license-api</artifactId>
45       <version>${project.version}</version>
46     </dependency>
47     <dependency>
48       <groupId>org.openecomp.sdc</groupId>
49       <artifactId>openecomp-sdc-item-permissions-manager</artifactId>
50       <version>${project.version}</version>
51     </dependency>
52
53     <!-- CXF -->
54     <dependency>
55       <groupId>org.apache.cxf</groupId>
56       <artifactId>cxf-rt-frontend-jaxrs</artifactId>
57       <version>${cxf.version}</version>
58       <exclusions>
59         <exclusion>
60           <groupId>org.jboss.spec.javax.rmi</groupId>
61           <artifactId>jboss-rmi-api_1.0_spec</artifactId>
62         </exclusion>
63       </exclusions>
64     </dependency>
65     <dependency>
66       <groupId>org.apache.httpcomponents</groupId>
67       <artifactId>httpclient</artifactId>
68       <version>${http.client.version}</version>
69     </dependency>
70     <dependency>
71       <groupId>org.apache.httpcomponents</groupId>
72       <artifactId>httpcore</artifactId>
73       <version>${http.core.version}</version>
74     </dependency>
75
76     <!-- Java Stuff -->
77     <dependency>
78       <groupId>javax.inject</groupId>
79       <artifactId>javax.inject</artifactId>
80       <version>${javax.inject.version}</version>
81       <scope>provided</scope>
82     </dependency>
83     <dependency>
84       <groupId>org.openecomp.sdc</groupId>
85       <artifactId>openecomp-sdc-vendor-software-product-manager</artifactId>
86       <version>${project.version}</version>
87     </dependency>
88     <dependency>
89       <groupId>org.openecomp.sdc</groupId>
90       <artifactId>item-rest-services</artifactId>
91       <version>${project.version}</version>
92     </dependency>
93     <dependency>
94       <groupId>org.openecomp.sdc</groupId>
95       <artifactId>unique-type-rest-types</artifactId>
96       <version>${project.version}</version>
97     </dependency>
98   </dependencies>
99 </project>