Revert "remove test artifact from parent"
[appc/parent.git] / single-feature-parent / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 ============LICENSE_START=======================================================
4 ONAP : APPC
5 ================================================================================
6 Copyright (C) 2018-2019 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/maven-v4_0_0.xsd">
23
24
25     <modelVersion>4.0.0</modelVersion>
26     <packaging>pom</packaging>
27     <groupId>org.onap.appc.parent</groupId>
28     <artifactId>single-feature-parent</artifactId>
29     <version>2.7.0-SNAPSHOT</version>
30
31     <parent>
32         <groupId>org.onap.ccsdk.parent</groupId>
33         <artifactId>single-feature-parent</artifactId>
34         <version>1.4.3</version>
35         <relativePath />
36     </parent>
37
38     <properties>
39         <skip.karaf.featureTest>true</skip.karaf.featureTest>
40         <commons.collections.version>3.2.2</commons.collections.version>
41         <snakeyaml.version>1.15</snakeyaml.version>
42         <tosca.datatype.version>1.5.2</tosca.datatype.version>
43         <velocity.version>1.7</velocity.version>
44     </properties>
45     <dependencyManagement>
46         <dependencies>
47             <dependency>
48                 <groupId>org.onap.ccsdk.sli.core</groupId>
49                 <artifactId>sli-common</artifactId>
50                 <version>${ccsdk.sli.core.version}</version>
51             </dependency>
52
53             <dependency>
54                 <groupId>org.onap.ccsdk.sli.core</groupId>
55                 <artifactId>sli-provider</artifactId>
56                 <version>${ccsdk.sli.core.version}</version>
57             </dependency>
58             <dependency>
59                 <groupId>org.onap.ccsdk.sli.core</groupId>
60                 <artifactId>ccsdk-sli</artifactId>
61                 <version>${ccsdk.sli.core.version}</version>
62                 <type>xml</type>
63                 <classifier>features</classifier>
64             </dependency>
65             <dependency>
66                 <groupId>org.onap.ccsdk.sli.adaptors</groupId>
67                 <artifactId>aai-service-provider</artifactId>
68                 <version>${sdnctl.aai.service.version}</version>
69             </dependency>
70
71             <dependency>
72                 <groupId>org.onap.ccsdk.sli.core</groupId>
73                 <artifactId>dblib-provider</artifactId>
74                 <version>${sdnctl.dblib.version}</version>
75             </dependency>
76             <dependency>
77                 <groupId>org.powermock</groupId>
78                 <artifactId>powermock-api-mockito</artifactId>
79                 <version>1.6.4</version>
80                 <scope>test</scope>
81             </dependency>
82             <dependency>
83                 <groupId>org.javassist</groupId>
84                 <artifactId>javassist</artifactId>
85                 <version>3.21.0-GA</version>
86                 <scope>test</scope>
87             </dependency>
88             <dependency>
89                 <groupId>org.mockito</groupId>
90                 <artifactId>mockito-core</artifactId>
91                 <version>1.10.19</version>
92                 <scope>test</scope>
93             </dependency>
94             <dependency>
95                 <groupId>org.powermock</groupId>
96                 <artifactId>powermock-module-junit4</artifactId>
97                 <version>1.6.4</version>
98                 <scope>test</scope>
99             </dependency>
100             <dependency>
101                 <groupId>org.powermock</groupId>
102                 <artifactId>powermock-api-support</artifactId>
103                 <version>1.6.4</version>
104                 <scope>test</scope>
105             </dependency>
106             <dependency>
107                 <groupId>org.powermock</groupId>
108                 <artifactId>powermock-reflect</artifactId>
109                 <version>1.6.4</version>
110                 <scope>test</scope>
111             </dependency>
112             <dependency>
113                 <groupId>org.powermock</groupId>
114                 <artifactId>powermock-core</artifactId>
115                 <version>1.6.4</version>
116                 <scope>test</scope>
117             </dependency>
118         </dependencies>
119     </dependencyManagement>
120
121     <build>
122         <plugins>
123             <plugin>
124                 <groupId>org.apache.maven.plugins</groupId>
125                 <artifactId>maven-install-plugin</artifactId>
126                 <version>2.5.2</version>
127                 <executions>
128                     <execution>
129                         <id>additional-install</id>
130                         <phase>none</phase>
131                     </execution>
132                 </executions>
133             </plugin>
134         </plugins>
135     </build>
136
137 </project>