blob: f5844bb76602ed1be60cf11719f083469d6f458b [file] [log] [blame]
AvinashS3c4d26e2017-09-07 13:46:54 +00001<?xml version="1.0" encoding="UTF-8"?>
2<!-- Copyright (C) 2017 Huawei Technologies Co., Ltd. All rights reserved.
3 Licensed under the Apache License, Version 2.0 (the "License"); you may not
4 use this file except in compliance with the License. You may obtain a copy
5 of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
6 by applicable law or agreed to in writing, software distributed under the
7 License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
8 OF ANY KIND, either express or implied. See the License for the specific
9 language governing permissions and limitations under the License. -->
Gary Wud8f0e752018-08-24 15:33:40 -070010<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">
AvinashS3c4d26e2017-09-07 13:46:54 +000011 <!-- <parent> <groupId>org.onap.csarvalidation</groupId> <artifactId>csarvalidation</artifactId>
12 <version>1.0.0-SNAPSHOT</version> </parent> -->
13
14 <parent>
15 <groupId>org.onap.oparent</groupId>
16 <artifactId>oparent</artifactId>
Gary Wud8f0e752018-08-24 15:33:40 -070017 <version>1.2.0</version>
AvinashS3c4d26e2017-09-07 13:46:54 +000018 <relativePath>oparent</relativePath>
19 </parent>
20 <modelVersion>4.0.0</modelVersion>
21 <groupId>org.onap.vnfsdk.validation</groupId>
22 <artifactId>validation-csar</artifactId>
Murali-Pf854b442018-04-25 15:52:53 +053023 <version>1.1.2</version>
AvinashS3c4d26e2017-09-07 13:46:54 +000024 <packaging>jar</packaging>
25 <name>csarvalidation/validation</name>
26
27 <repositories>
28 <!-- <repository> <id>open-o</id> <name>OPEN-O repository</name> <url>https://nexus.open-o.org/content/repositories/public/</url>
29 </repository> -->
30 <repository>
31 <id>google-collections</id>
32 <name>Google collections repository</name>
33 <url>https://mvnrepository.com/artifact/com.google.collections/google-collections</url>
34 </repository>
35 <repository>
36 <id>onap</id>
37 <name>ONAP repository</name>
38 <url>https://nexus.onap.org/content/repositories/public/</url>
39 </repository>
40 </repositories>
41
42
43 <dependencies>
44 <dependency>
45 <groupId>org.slf4j</groupId>
46 <artifactId>slf4j-api</artifactId>
47 <version>1.6.4</version>
48 </dependency>
AvinashSd77a91e2017-09-18 07:01:46 +000049 <!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-simple -->
50 <dependency>
51 <groupId>org.slf4j</groupId>
52 <artifactId>slf4j-simple</artifactId>
53 <version>1.6.4</version>
54 <scope>test</scope>
55 </dependency>
AvinashS3c4d26e2017-09-07 13:46:54 +000056 <dependency>
AvinashSa04f31a2017-09-20 10:13:15 +000057 <groupId>org.yaml</groupId>
58 <artifactId>snakeyaml</artifactId>
59 <version>1.18</version>
60 </dependency>
61 <dependency>
AvinashS3c4d26e2017-09-07 13:46:54 +000062 <groupId>com.eclipsesource.jaxrs</groupId>
63 <artifactId>consumer</artifactId>
64 <exclusions>
65 <exclusion>
66 <groupId>com.eclipsesource.jaxrs</groupId>
67 <artifactId>jersey-all</artifactId>
68 </exclusion>
69 </exclusions>
70 <version>5.0</version>
71 </dependency>
72 <dependency>
73 <groupId>com.fasterxml.jackson.core</groupId>
74 <artifactId>jackson-core</artifactId>
Avinash S9ded7f02018-02-22 07:32:14 +000075 <version>2.9.4</version>
AvinashS3c4d26e2017-09-07 13:46:54 +000076 </dependency>
77 <dependency>
78 <groupId>com.fasterxml.jackson.core</groupId>
AvinashS3c4d26e2017-09-07 13:46:54 +000079 <artifactId>jackson-annotations</artifactId>
Avinash S9ded7f02018-02-22 07:32:14 +000080 <version>2.9.4</version>
AvinashS3c4d26e2017-09-07 13:46:54 +000081 </dependency>
82 <dependency>
83 <groupId>com.google.code.gson</groupId>
84 <artifactId>gson</artifactId>
Murali-P14d306c2018-04-25 11:11:17 +053085 <version>2.8.2</version>
AvinashS3c4d26e2017-09-07 13:46:54 +000086 </dependency>
87 <dependency>
88 <groupId>com.google.guava</groupId>
89 <artifactId>guava</artifactId>
Gary Wud8f0e752018-08-24 15:33:40 -070090
AvinashS3c4d26e2017-09-07 13:46:54 +000091 </dependency>
Gary Wud8f0e752018-08-24 15:33:40 -070092
AvinashS13d2f672017-09-14 13:37:28 +000093 <dependency>
94 <groupId>junit</groupId>
95 <artifactId>junit</artifactId>
96 <version>4.12</version>
97 <scope>test</scope>
98 </dependency>
AvinashS2d896d92017-09-21 19:21:01 +053099 <dependency>
100 <groupId>org.apache.commons</groupId>
101 <artifactId>commons-lang3</artifactId>
Murali-P14d306c2018-04-25 11:11:17 +0530102 <version>3.2.1</version>
AvinashS2d896d92017-09-21 19:21:01 +0530103 </dependency>
AvinashS4fad64a2017-10-12 14:23:42 +0530104 <dependency>
105 <groupId>org.apache.commons</groupId>
106 <artifactId>commons-io</artifactId>
107 <version>1.3.2</version>
108 </dependency>
109 <dependency>
110 <groupId>commons-io</groupId>
111 <artifactId>commons-io</artifactId>
112 <version>2.5</version>
113 </dependency>
AvinashS3c4d26e2017-09-07 13:46:54 +0000114 </dependencies>
115
116
117 <profiles>
118 <profile>
119 <id>all-tests</id>
120 <properties>
121 <build.profile.id>all-tests</build.profile.id>
122 <skip.unit.tests>true</skip.unit.tests>
123 </properties>
124 </profile>
125 </profiles>
126
127
128 <build>
129 <finalName>${project.artifactId}-${project.version}</finalName>
130
131 <plugins>
132 <plugin>
133 <groupId>org.apache.maven.plugins</groupId>
134 <artifactId>maven-jar-plugin</artifactId>
135 <version>3.0.2</version>
136 <configuration>
137 <archive>
138 <manifest>
139 <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
140 <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
141 </manifest>
142 </archive>
143 </configuration>
144 </plugin>
145 <plugin>
146 <groupId>org.apache.maven.plugins</groupId>
147 <artifactId>maven-compiler-plugin</artifactId>
148 <version>3.1</version>
149 <configuration>
150 <source>1.8</source>
151 <target>1.8</target>
152 </configuration>
153 </plugin>
154 <plugin>
155 <groupId>org.apache.maven.plugins</groupId>
156 <artifactId>maven-jar-plugin</artifactId>
157 </plugin>
158
159 <plugin>
160 <artifactId>maven-war-plugin</artifactId>
161 <configuration>
162 <failOnMissingWebXml>false</failOnMissingWebXml>
163 </configuration>
164 </plugin>
165 </plugins>
166 </build>
167</project>