Release appc
[appc.git] / appc-config / appc-data-services / provider / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ============LICENSE_START=======================================================
4   ONAP : APPC
5   ================================================================================
6   Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
7   Copyright (C) 2017 Amdocs
8   ================================================================================
9   Licensed under the Apache License, Version 2.0 (the "License");
10   you may not use this file except in compliance with the License.
11   You may obtain a copy of the License at
12   
13        http://www.apache.org/licenses/LICENSE-2.0
14   
15   Unless required by applicable law or agreed to in writing, software
16   distributed under the License is distributed on an "AS IS" BASIS,
17   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18   See the License for the specific language governing permissions and
19   limitations under the License.
20   ============LICENSE_END=========================================================
21   -->
22 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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         <parent>
25                 <groupId>org.onap.appc.parent</groupId>
26                 <artifactId>binding-parent</artifactId>
27                 <version>2.7.2</version>
28                 <relativePath/>
29         </parent>
30         <groupId>org.onap.appc</groupId>
31         <artifactId>appc-config-data-services-provider</artifactId>
32         <packaging>bundle</packaging>
33         <name>APPC Data Services - Provider</name>
34         <url>http://maven.apache.org</url>
35         <properties>
36                 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
37         </properties>
38         <dependencies>
39                 <dependency>
40                         <groupId>equinoxSDK381</groupId>
41                         <artifactId>org.eclipse.osgi</artifactId>
42                         <version>${equinox.osgi.version}</version>
43                 </dependency>
44                 <dependency>
45                         <groupId>org.onap.ccsdk.sli.core</groupId>
46                         <artifactId>sli-provider</artifactId>
47                         <scope>compile</scope>
48                 </dependency>
49                 <dependency>
50                         <groupId>org.apache.commons</groupId>
51                         <artifactId>commons-lang3</artifactId>
52                 </dependency>
53                 <dependency>
54                         <groupId>org.onap.ccsdk.sli.adaptors</groupId>
55                         <artifactId>sql-resource-provider</artifactId>
56                         <version>${ccsdk.sli.adaptors.version}</version>
57                         <scope>compile</scope>
58                 </dependency>
59
60                 <dependency>
61                         <groupId>commons-io</groupId>
62                         <artifactId>commons-io</artifactId>
63                 </dependency>
64                 <dependency>
65                      <groupId>ch.qos.logback</groupId>
66                      <artifactId>logback-classic</artifactId>
67                      <version>${logback.version}</version>
68                 </dependency>
69
70                 <dependency>
71                         <groupId>com.att.eelf</groupId>
72                         <artifactId>eelf-core</artifactId>
73                        <exclusions>
74                             <exclusion>
75                                  <groupId>ch.qos.logback</groupId>
76                                  <artifactId>logback-classic</artifactId>
77                             </exclusion>
78                         </exclusions>
79                 </dependency>
80
81                 <dependency>
82                         <groupId>junit</groupId>
83                         <artifactId>junit</artifactId>
84                         <scope>test</scope>
85                 </dependency>
86                 <dependency>
87                         <groupId>org.mockito</groupId>
88                         <artifactId>mockito-core</artifactId>
89                 </dependency>
90                 <dependency>
91                         <groupId>com.fasterxml.jackson.core</groupId>
92                         <artifactId>jackson-databind</artifactId>
93                 </dependency>
94
95         </dependencies>
96         <build>
97                 <plugins>
98                         <plugin>
99                                 <artifactId>maven-resources-plugin</artifactId>
100                                 <executions>
101                                         <execution>
102                                                 <id>copy-xsl</id>
103                                                 <goals>
104                                                         <goal>copy-resources</goal>
105                                                 </goals>
106                                                 <phase>validate</phase>
107                                                 <configuration>
108                                                         <outputDirectory>${basedir}/target/templates/xslt/sbg</outputDirectory>
109                                                         <resources>
110                                                                 <resource>
111                                                                         <directory>src/main/resources/xsl</directory>
112                                                                         <includes>
113                                                                                 <include>*</include>
114                                                                         </includes>
115                                                                         <filtering>true</filtering>
116                                                                 </resource>
117                                                         </resources>
118                                                 </configuration>
119                                         </execution>
120                                         <execution>
121                                                 <id>copy-properties</id>
122                                                 <goals>
123                                                         <goal>copy-resources</goal>
124                                                 </goals>
125                                                 <phase>validate</phase>
126                                                 <configuration>
127                                                         <outputDirectory>${basedir}/target/properties/</outputDirectory>
128                                                         <resources>
129                                                                 <resource>
130                                                                         <directory>src/main/resources</directory>
131                                                                         <includes>
132                                                                                 <include>*.properties</include>
133                                                                         </includes>
134                                                                         <filtering>true</filtering>
135                                                                 </resource>
136                                                         </resources>
137                                                 </configuration>
138                                         </execution>
139                                 </executions>
140                         </plugin>
141                         <plugin>
142                                 <groupId>org.apache.felix</groupId>
143                                 <artifactId>maven-bundle-plugin</artifactId>
144                                 <version>${bundle.plugin.version}</version>
145                                 <extensions>true</extensions>
146                                 <configuration>
147                                         <instructions>
148                                                 <Bundle-SymbolicName>appc-config-data-services</Bundle-SymbolicName>
149                                                 <Bundle-Activator>org.onap.appc.data.services.AppcDataServiceActivator</Bundle-Activator>
150                                                 <Export-Package>org.onap.appc.data.services</Export-Package>
151                                                 <Import-Package>groovy.lang;resolution:=optional,
152                                                     org.codehaus.groovy.*;resolution:=optional,*</Import-Package>
153                                                 <Embed-Dependency>eelf-core,logback-core,logback-classic</Embed-Dependency>
154                                                 <DynamicImport-Package>*</DynamicImport-Package>
155                                         </instructions>
156                                         <manifestLocation>${project.basedir}/src/main/resources/META-INF</manifestLocation>
157                                 </configuration>
158                         </plugin>
159                 </plugins>
160         </build>
161         <version>1.7.2</version>
162 </project>