Release ccsdk/sli/plugins
[ccsdk/sli/plugins.git] / sshapi-call-node / provider / src / test / resources / test.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ============LICENSE_START=======================================================
4   openECOMP : SDN-C
5   ================================================================================
6   * Copyright (C) 2017 AT&T Intellectual Property.
7  * ================================================================================
8  * Copyright (C) 2018 Samsung Electronics. All rights
9                         reserved.
10   ================================================================================
11   Licensed under the Apache License, Version 2.0 (the "License");
12   you may not use this file except in compliance with the License.
13   You may obtain a copy of the License at
14   
15        http://www.apache.org/licenses/LICENSE-2.0
16   
17   Unless required by applicable law or agreed to in writing, software
18   distributed under the License is distributed on an "AS IS" BASIS,
19   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20   See the License for the specific language governing permissions and
21   limitations under the License.
22   ============LICENSE_END=========================================================
23   -->
24
25 <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">
26     <modelVersion>4.0.0</modelVersion>
27     <parent>
28         <groupId>org.onap.ccsdk.sli.plugins</groupId>
29         <artifactId>sshapi-call-node</artifactId>
30         <version>6.0.0</version>
31     </parent>
32     <artifactId>sshapi-call-node-provider</artifactId>
33     <packaging>bundle</packaging>
34     <name>SSHAPI Call Node - Provider</name>
35     <url>http://maven.apache.org</url>
36     <properties>
37         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
38     </properties>
39     <dependencies>
40         <dependency>
41             <groupId>junit</groupId>
42             <artifactId>junit</artifactId>
43             <scope>test</scope>
44         </dependency>
45         <dependency>
46             <groupId>org.springframework</groupId>
47             <artifactId>spring-test</artifactId>
48             <version>3.1.4.RELEASE</version>
49             <scope>test</scope>
50         </dependency>
51         <dependency>
52             <groupId>org.onap.ccsdk.sli</groupId>
53             <artifactId>sli-common</artifactId>
54             <scope>compile</scope>
55         </dependency>
56         <dependency>
57             <groupId>org.onap.ccsdk.sli</groupId>
58             <artifactId>sli-provider</artifactId>
59             <scope>compile</scope>
60         </dependency>
61         <dependency>
62             <groupId>org.slf4j</groupId>
63             <artifactId>slf4j-api</artifactId>
64             <version>${slf4j.version}</version>
65         </dependency>
66         <dependency>
67             <groupId>org.slf4j</groupId>
68             <artifactId>jcl-over-slf4j</artifactId>
69             <version>${slf4j.version}</version>
70         </dependency>
71         <dependency>
72             <groupId>org.springframework</groupId>
73             <artifactId>spring-beans</artifactId>
74             <version>3.1.4.RELEASE</version>
75         </dependency>
76         <dependency>
77             <groupId>org.springframework</groupId>
78             <artifactId>spring-context</artifactId>
79             <version>3.1.4.RELEASE</version>
80         </dependency>
81         <dependency>
82             <groupId>xerces</groupId>
83             <artifactId>xerces</artifactId>
84             <version>2.4.0</version>
85             <scope>provided</scope>
86         </dependency>
87         <dependency>
88             <groupId>com.sun.jersey</groupId>
89             <artifactId>jersey-client</artifactId>
90             <version>1.17</version>
91         </dependency>
92         <dependency>
93             <groupId>com.sun.jersey.contribs.jersey-oauth</groupId>
94             <artifactId>oauth-signature</artifactId>
95             <version>1.17</version>
96         </dependency>
97         <dependency>
98             <groupId>com.sun.jersey.contribs.jersey-oauth</groupId>
99             <artifactId>oauth-client</artifactId>
100             <version>1.17</version>
101         </dependency>
102         <dependency>
103             <groupId>commons-codec</groupId>
104             <artifactId>commons-codec</artifactId>
105         </dependency>
106     </dependencies>
107
108     <build>
109         <plugins>
110             <plugin>
111                 <groupId>com.brocade.developer</groupId>
112                 <artifactId>providermodule-plugin</artifactId>
113                 <configuration>
114                     <packageId>org.onap.ccsdk.sli.plugins</packageId>
115                     <appName>sshapi-call-node</appName>
116                 </configuration>
117                 <executions>
118                     <execution>
119                         <phase>process-sources</phase>
120                         <goals>
121                             <goal>process</goal>
122                         </goals>
123                     </execution>
124                 </executions>
125             </plugin>
126
127
128             <plugin>
129                 <groupId>org.apache.felix</groupId>
130                 <artifactId>maven-bundle-plugin</artifactId>
131                 <extensions>true</extensions>
132                 <configuration>
133                     <instructions>
134                         <Bundle-SymbolicName>org.onap.ccsdk.sli.plugins.sshapicall</Bundle-SymbolicName>
135                         <Export-Package>org.onap.ccsdk.sli.plugins.sshapicall</Export-Package>
136                         <Import-Package>*</Import-Package>
137                     </instructions>
138
139                     <manifestLocation>${project.basedir}/src/main/resources/META-INF</manifestLocation>
140
141                 </configuration>
142
143             </plugin>
144
145
146         </plugins>
147         <pluginManagement>
148             <plugins>
149                 <!--This plugin's configuration is used to store Eclipse m2e settings
150                     only. It has no influence on the Maven build itself. -->
151                 <plugin>
152                     <groupId>org.eclipse.m2e</groupId>
153                     <artifactId>lifecycle-mapping</artifactId>
154                     <version>1.0.0</version>
155                     <configuration>
156                         <lifecycleMappingMetadata>
157                             <pluginExecutions>
158                                 <pluginExecution>
159                                     <pluginExecutionFilter>
160                                         <groupId>
161                                             com.brocade.developer
162                                         </groupId>
163                                         <artifactId>
164                                             providermodule-plugin
165                                         </artifactId>
166                                         <versionRange>
167                                             [1.2.0.100,)
168                                         </versionRange>
169                                         <goals>
170                                             <goal>process</goal>
171                                         </goals>
172                                     </pluginExecutionFilter>
173                                     <action>
174                                         <ignore />
175                                     </action>
176                                 </pluginExecution>
177                             </pluginExecutions>
178                         </lifecycleMappingMetadata>
179                     </configuration>
180                 </plugin>
181             </plugins>
182         </pluginManagement>
183     </build>
184 </project>