6508e4bbdf802dc0b8dce0e123740196595ae523
[appc.git] / appc-dispatcher / appc-license-manager / appc-license-manager-features / onap-appc-license-manager / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 ============LICENSE_START=======================================================
4 ONAP : APPC
5 ================================================================================
6 Copyright (C) 2018 AT&T Intellectual Property. All rights reserved.
7 =============================================================================
8 Licensed under the Apache License, Version 2.0 (the "License");
9 you may not use this file except in compliance with the License.
10 You may obtain a copy of the License at
11
12       http://www.apache.org/licenses/LICENSE-2.0
13
14 Unless required by applicable law or agreed to in writing, software
15 distributed under the License is distributed on an "AS IS" BASIS,
16 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 See the License for the specific language governing permissions and
18 limitations under the License.
19 ============LICENSE_END=========================================================
20 -->
21 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
23     <modelVersion>4.0.0</modelVersion>
24
25     <parent>
26         <groupId>org.onap.appc.parent</groupId>
27         <artifactId>single-feature-parent</artifactId>
28         <version>1.5.0-SNAPSHOT</version>
29         <relativePath />
30     </parent>
31
32     <groupId>org.onap.appc</groupId>
33     <artifactId>onap-appc-license-manager</artifactId>
34     <version>1.5.0-SNAPSHOT</version>
35     <packaging>feature</packaging>
36
37     <name></name>
38
39     <dependencies>
40         <dependency>
41             <groupId>org.onap.ccsdk.sli.core</groupId>
42             <artifactId>ccsdk-dblib</artifactId>
43             <version>${ccsdk.sli.core.version}</version>
44             <type>xml</type>
45             <classifier>features</classifier>
46         </dependency>
47         <dependency>
48             <groupId>org.onap.appc</groupId>
49             <artifactId>appc-license-manager-core</artifactId>
50             <version>${project.version}</version>
51             <exclusions>
52               <exclusion>
53                 <groupId>com.fasterxml.jackson.core</groupId>
54                 <artifactId>jackson-databind</artifactId>
55               </exclusion>
56            </exclusions>
57         </dependency>
58         <dependency>
59             <groupId>org.onap.appc</groupId>
60             <artifactId>appc-license-manager-api</artifactId>
61             <version>${project.version}</version>
62         </dependency>
63         <dependency>
64             <groupId>com.sun.mail</groupId>
65             <artifactId>javax.mail</artifactId>
66             <version>1.5.0</version>
67         </dependency>
68         <dependency>
69            <groupId>com.fasterxml.jackson.core</groupId>
70            <artifactId>jackson-databind</artifactId>
71            <version>2.8.11.3</version>
72         </dependency>
73 <!--         <dependency> -->
74 <!--             <groupId>org.glassfish.jersey.core</groupId> -->
75 <!--             <artifactId>jersey-server</artifactId> -->
76 <!--             <version>2.22.1</version> -->
77 <!--         </dependency> -->
78 <!--         <dependency> -->
79 <!--             <groupId>com.fasterxml.jackson.jaxrs</groupId> -->
80 <!--             <artifactId>jackson-jaxrs-base</artifactId> -->
81 <!--             <version>2.5.4</version> -->
82 <!--         </dependency> -->
83 <!--         <dependency> -->
84 <!--             <groupId>com.fasterxml.jackson.jaxrs</groupId> -->
85 <!--             <artifactId>jackson-jaxrs-json-provider</artifactId> -->
86 <!--             <version>2.5.4</version> -->
87 <!--         </dependency> -->
88 <!--         <dependency> -->
89 <!--             <groupId>org.apache.httpcomponents</groupId> -->
90 <!--             <artifactId>httpclient-osgi</artifactId> -->
91 <!--             <version>4.5.3</version> -->
92 <!--         </dependency> -->
93 <!--         <dependency> -->
94 <!--             <groupId>org.apache.httpcomponents</groupId> -->
95 <!--             <artifactId>httpcore-osgi</artifactId> -->
96 <!--             <version>4.4</version> -->
97 <!--         </dependency> -->
98     </dependencies>
99
100     <build>
101         <plugins>
102             <plugin>
103                 <groupId>org.apache.karaf.tooling</groupId>
104                 <artifactId>karaf-maven-plugin</artifactId>
105                 <extensions>true</extensions>
106                 <configuration>
107                 <includeTransitiveDependency>false</includeTransitiveDependency>
108                     <excludedArtifactIds>
109                         <excludedArtifactId>slf4j-api</excludedArtifactId>
110                         <excludedArtifactId>tomcat-jdbc</excludedArtifactId>
111                         <excludedArtifactId>tomcat-juli</excludedArtifactId>
112                          <excludedArtifactId>httpcore</excludedArtifactId>
113                          <excludedArtifactId>httpclient</excludedArtifactId>
114                          <excludedArtifactId>org.eclipse.osgi</excludedArtifactId>
115                          
116                     </excludedArtifactIds>
117                 </configuration>
118             </plugin>
119         </plugins>
120     </build>
121 </project>