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