Changed to unmaintained
[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.5.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   <version>1.5.0-SNAPSHOT</version>\r
13   <build>\r
14     <plugins>\r
15       <plugin>\r
16         <artifactId>maven-shade-plugin</artifactId>\r
17         <executions>\r
18           <execution>\r
19             <phase>package</phase>\r
20             <goals>\r
21               <goal>shade</goal>\r
22             </goals>\r
23           </execution>\r
24         </executions>\r
25         <configuration>\r
26           <finalName>${artifactId}-${version}</finalName>\r
27         </configuration>\r
28       </plugin>\r
29       <plugin>\r
30         <artifactId>maven-compiler-plugin</artifactId>\r
31         <version>3.6.1</version>\r
32         <configuration>\r
33           <source>1.8</source>\r
34           <target>1.8</target>\r
35         </configuration>\r
36       </plugin>\r
37     </plugins>\r
38   </build>\r
39   <dependencies>\r
40     <dependency>\r
41       <groupId>junit</groupId>\r
42       <artifactId>junit</artifactId>\r
43       <version>4.11</version>\r
44       <scope>test</scope>\r
45       <exclusions>\r
46         <exclusion>\r
47           <artifactId>hamcrest-core</artifactId>\r
48           <groupId>org.hamcrest</groupId>\r
49         </exclusion>\r
50       </exclusions>\r
51     </dependency>\r
52     <dependency>\r
53       <groupId>org.slf4j</groupId>\r
54       <artifactId>slf4j-api</artifactId>\r
55       <version>1.7.25</version>\r
56       <scope>provided</scope>\r
57     </dependency>\r
58     <dependency>\r
59       <groupId>org.slf4j</groupId>\r
60       <artifactId>slf4j-simple</artifactId>\r
61       <version>1.7.25</version>\r
62       <scope>test</scope>\r
63     </dependency>\r
64     <dependency>\r
65       <groupId>com.google.code.findbugs</groupId>\r
66       <artifactId>annotations</artifactId>\r
67       <version>3.0.0</version>\r
68       <scope>provided</scope>\r
69       <exclusions>\r
70         <exclusion>\r
71           <artifactId>jcip-annotations</artifactId>\r
72           <groupId>net.jcip</groupId>\r
73         </exclusion>\r
74       </exclusions>\r
75       <optional>true</optional>\r
76     </dependency>\r
77     <dependency>\r
78       <groupId>org.eclipse.jdt</groupId>\r
79       <artifactId>org.eclipse.jdt.annotation</artifactId>\r
80       <version>2.1.150</version>\r
81       <scope>provided</scope>\r
82     </dependency>\r
83   </dependencies>\r
84   <properties>\r
85     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>\r
86   </properties>\r
87 </project>\r
88 \r