upgrade databind artifact
[appc.git] / appc-provider / appc-provider-bundle / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  ============LICENSE_START=======================================================
4  ONAP : APPC
5  ================================================================================
6  Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved.
7  ================================================================================
8  Copyright (C) 2017 Amdocs
9  =============================================================================
10  Licensed under the Apache License, Version 2.0 (the "License");
11  you may not use this file except in compliance with the License.
12  You may obtain a copy of the License at
13
14       http://www.apache.org/licenses/LICENSE-2.0
15
16  Unless required by applicable law or agreed to in writing, software
17  distributed under the License is distributed on an "AS IS" BASIS,
18  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19  See the License for the specific language governing permissions and
20  limitations under the License.
21
22  ============LICENSE_END=========================================================
23 -->
24 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
25          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
26     <modelVersion>4.0.0</modelVersion>
27     <parent>
28         <groupId>org.onap.appc.parent</groupId>
29         <artifactId>binding-parent</artifactId>
30         <version>1.5.0-SNAPSHOT</version>
31         <relativePath/>
32     </parent>
33     
34     <groupId>org.onap.appc</groupId>
35     <artifactId>appc-provider-bundle</artifactId>
36     <version>1.5.0-SNAPSHOT</version>
37     <packaging>bundle</packaging>
38     
39     <name>appc-provider-bundle</name>
40     <description>appc-provider OSGI bundle</description>
41     
42     <build>
43         <plugins>
44             <plugin>
45                 <groupId>org.apache.felix</groupId>
46                 <artifactId>maven-bundle-plugin</artifactId>
47                 <extensions>true</extensions>
48                 <configuration>
49                     <instructions>
50                         <Export-Package>org.onap.appc.provider</Export-Package>
51                         <Import-Package>
52                             org.onap.appc.domainmodel.lcm,
53                             org.onap.appc.i18n,
54                             org.onap.appc.logging,
55                             org.onap.appc.util,
56                             com.att.eelf.configuration,
57                             com.att.eelf.i18n,
58                             *;resolution:=optional
59                         </Import-Package>
60                         <Embed-Dependency>
61                             org.apache.http;scope=compile|runtime;inline=false
62                         </Embed-Dependency>
63                         <Embed-Transitive>true</Embed-Transitive>
64                     </instructions>
65                 </configuration>
66             </plugin>
67         </plugins>
68         <pluginManagement>
69             <plugins>
70                 <!--This plugin's configuration is used to store Eclipse 
71                     m2e settings only. It has no influence on the Maven build itself. -->
72                 <plugin>
73                     <groupId>org.eclipse.m2e</groupId>
74                     <artifactId>lifecycle-mapping</artifactId>
75                     <version>1.0.0</version>
76                     <configuration>
77                         <lifecycleMappingMetadata>
78                             <pluginExecutions>
79                                 <pluginExecution>
80                                     <pluginExecutionFilter>
81                                         <groupId>org.codehaus.mojo</groupId>
82                                         <artifactId>build-helper-maven-plugin</artifactId>
83                                         <versionRange>[1.9.1,)</versionRange>
84                                         <goals>
85                                             <goal>add-source</goal>
86                                         </goals>
87                                     </pluginExecutionFilter>
88                                     <action>
89                                         <ignore/>
90                                     </action>
91                                 </pluginExecution>
92                             </pluginExecutions>
93                         </lifecycleMappingMetadata>
94                     </configuration>
95                 </plugin>
96             </plugins>
97         </pluginManagement>
98     </build>
99     <dependencies>
100         <dependency>
101             <groupId>org.onap.appc</groupId>
102             <artifactId>appc-request-handler-api</artifactId>
103             <version>${project.version}</version>
104             <type>bundle</type>
105             <scope>provided</scope>
106         </dependency>
107         <dependency>
108             <groupId>org.onap.appc</groupId>
109             <artifactId>appc-common-bundle</artifactId>
110             <version>${project.version}</version>
111             <exclusions>
112               <exclusion>
113                 <groupId>com.fasterxml.jackson.core</groupId>
114                 <artifactId>jackson-databind</artifactId>
115               </exclusion>
116            </exclusions>
117         </dependency>
118         <dependency>
119            <groupId>com.fasterxml.jackson.core</groupId>
120            <artifactId>jackson-databind</artifactId>
121            <version>2.8.11.3</version>
122         </dependency>
123         <dependency>
124             <groupId>org.onap.appc</groupId>
125             <artifactId>appc-provider-model</artifactId>
126             <version>${project.version}</version>
127         </dependency>
128         <dependency>
129             <groupId>org.onap.ccsdk.sli.core</groupId>
130             <artifactId>sli-common</artifactId>
131         </dependency>
132         <dependency>
133             <groupId>org.onap.ccsdk.sli.core</groupId>
134             <artifactId>sli-provider</artifactId>
135         </dependency>
136         <dependency>
137             <groupId>org.osgi</groupId>
138             <artifactId>org.osgi.core</artifactId>
139             <scope>provided</scope>
140         </dependency>
141         <dependency>
142             <artifactId>sal-test-model</artifactId>
143             <groupId>org.opendaylight.controller</groupId>
144             <scope>test</scope>
145         </dependency>
146         <dependency>
147             <groupId>org.opendaylight.controller</groupId>
148             <artifactId>sal-binding-broker-impl</artifactId>
149             <scope>test</scope>
150         </dependency>
151         <dependency>
152             <groupId>org.opendaylight.controller</groupId>
153             <artifactId>sal-binding-broker-impl</artifactId>
154             <classifier>tests</classifier>
155             <type>test-jar</type>
156             <scope>test</scope>
157         </dependency>
158         <dependency>
159             <groupId>junit</groupId>
160             <artifactId>junit</artifactId>
161             <scope>test</scope>
162         </dependency>
163         <dependency>
164             <groupId>org.mockito</groupId>
165             <artifactId>mockito-core</artifactId>
166             <scope>test</scope>
167         </dependency>
168         <dependency>
169             <groupId>org.powermock</groupId>
170             <artifactId>powermock-api-mockito</artifactId>
171             <scope>test</scope>
172         </dependency>
173         <dependency>
174             <groupId>org.powermock</groupId>
175             <artifactId>powermock-module-junit4</artifactId>
176             <scope>test</scope>
177         </dependency>
178         <!-- TEMP CODE -->
179         <dependency>
180             <groupId>org.json</groupId>
181             <artifactId>json</artifactId>
182         </dependency>
183     </dependencies>
184 </project>