Remove old appc-common
[appc.git] / appc-sdc-listener / appc-yang-generator / dependency-reduced-pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <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/maven-v4_0_0.xsd">\r
3   <parent>\r
4     <artifactId>binding-parent</artifactId>\r
5     <groupId>org.onap.appc.parent</groupId>\r
6     <version>1.4.0-SNAPSHOT</version>\r
7     <relativePath>pom.xml</relativePath>\r
8   </parent>\r
9   <modelVersion>4.0.0</modelVersion>\r
10   <groupId>org.onap.appc</groupId>\r
11   <artifactId>appc-yang-generator</artifactId>\r
12   <build>\r
13     <plugins>\r
14       <plugin>\r
15         <artifactId>maven-shade-plugin</artifactId>\r
16         <executions>\r
17           <execution>\r
18             <phase>package</phase>\r
19             <goals>\r
20               <goal>shade</goal>\r
21             </goals>\r
22           </execution>\r
23         </executions>\r
24         <configuration>\r
25           <finalName>${artifactId}-${version}</finalName>\r
26         </configuration>\r
27       </plugin>\r
28       <plugin>\r
29         <artifactId>maven-compiler-plugin</artifactId>\r
30         <version>3.6.1</version>\r
31         <configuration>\r
32           <source>1.8</source>\r
33           <target>1.8</target>\r
34         </configuration>\r
35       </plugin>\r
36     </plugins>\r
37   </build>\r
38   <dependencies>\r
39     <dependency>\r
40       <groupId>junit</groupId>\r
41       <artifactId>junit</artifactId>\r
42       <version>4.11</version>\r
43       <scope>test</scope>\r
44       <exclusions>\r
45         <exclusion>\r
46           <artifactId>hamcrest-core</artifactId>\r
47           <groupId>org.hamcrest</groupId>\r
48         </exclusion>\r
49       </exclusions>\r
50     </dependency>\r
51     <dependency>\r
52       <groupId>org.slf4j</groupId>\r
53       <artifactId>slf4j-api</artifactId>\r
54       <version>1.7.25</version>\r
55       <scope>provided</scope>\r
56     </dependency>\r
57     <dependency>\r
58       <groupId>org.slf4j</groupId>\r
59       <artifactId>slf4j-simple</artifactId>\r
60       <version>1.7.25</version>\r
61       <scope>test</scope>\r
62     </dependency>\r
63     <dependency>\r
64       <groupId>com.google.code.findbugs</groupId>\r
65       <artifactId>annotations</artifactId>\r
66       <version>3.0.0</version>\r
67       <scope>provided</scope>\r
68       <exclusions>\r
69         <exclusion>\r
70           <artifactId>jcip-annotations</artifactId>\r
71           <groupId>net.jcip</groupId>\r
72         </exclusion>\r
73       </exclusions>\r
74     </dependency>\r
75     <dependency>\r
76       <groupId>org.eclipse.jdt</groupId>\r
77       <artifactId>org.eclipse.jdt.annotation</artifactId>\r
78       <version>2.1.150</version>\r
79       <scope>provided</scope>\r
80     </dependency>\r
81   </dependencies>\r
82   <properties>\r
83     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>\r
84   </properties>\r
85 </project>\r
86 \r