blob: 75e7e4535a346788ec636ef545bb58189b31206f [file] [log] [blame]
Michael Lando451a3402017-02-19 10:28:42 +02001<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
Michael Landoed64b5e2017-06-09 03:19:04 +03003
Michael Lando451a3402017-02-19 10:28:42 +02004 <modelVersion>4.0.0</modelVersion>
Michael Landoed64b5e2017-06-09 03:19:04 +03005
Michael Lando451a3402017-02-19 10:28:42 +02006 <artifactId>common-app-api</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +03007
Michael Lando451a3402017-02-19 10:28:42 +02008 <parent>
9 <groupId>org.openecomp.sdc</groupId>
10 <artifactId>sdc-main</artifactId>
Michael Lando0ad3c802017-09-19 16:32:59 +030011 <version>1.2.0-SNAPSHOT</version>
Michael Lando451a3402017-02-19 10:28:42 +020012 </parent>
Michael Landoed64b5e2017-06-09 03:19:04 +030013
Tal Gitelman51d50f02017-12-10 18:55:03 +020014 <properties>
15 <sonar.skip>true</sonar.skip>
16 </properties>
Michael Landoc0ac0152017-02-27 23:48:43 +020017
Tal Gitelman51d50f02017-12-10 18:55:03 +020018 <dependencies>
Michael Landoc0ac0152017-02-27 23:48:43 +020019 <dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +030020 <groupId>org.openecomp.sdc</groupId>
21 <artifactId>security-utils</artifactId>
22 <version>${project.version}</version>
Michael Landoc0ac0152017-02-27 23:48:43 +020023 <scope>provided</scope>
24 </dependency>
Michael Lando451a3402017-02-19 10:28:42 +020025 <!-- functional java -->
Michael Landoed64b5e2017-06-09 03:19:04 +030026 <dependency>
27 <groupId>org.functionaljava</groupId>
28 <artifactId>functionaljava</artifactId>
29 <version>${functionaljava.version}</version>
30 <scope>provided</scope>
31 </dependency>
32
Michael Lando451a3402017-02-19 10:28:42 +020033 <dependency>
34 <groupId>org.slf4j</groupId>
35 <artifactId>slf4j-api</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +030036 <version>${slf4j-api.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +020037 <scope>provided</scope>
38 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +030039
Michael Lando451a3402017-02-19 10:28:42 +020040 <dependency>
41 <groupId>javax.servlet</groupId>
42 <artifactId>servlet-api</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +030043 <version>${servlet-api.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +020044 <scope>provided</scope>
45 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +030046
Michael Lando451a3402017-02-19 10:28:42 +020047 <dependency>
48 <groupId>org.glassfish.jersey.containers</groupId>
49 <artifactId>jersey-container-servlet</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +030050 <version>${jersey-bom.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +020051 <scope>provided</scope>
52 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +030053
Michael Lando451a3402017-02-19 10:28:42 +020054 <!-- yaml to object converter -->
55 <dependency>
56 <groupId>org.yaml</groupId>
57 <artifactId>snakeyaml</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +030058 <version>${snakeyaml.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +020059 <scope>provided</scope>
60 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +030061
62 <!-- listen to file changes -->
Michael Lando451a3402017-02-19 10:28:42 +020063 <dependency>
64 <groupId>org.apache.commons</groupId>
65 <artifactId>commons-jci-core</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +030066 <version>${commons-jci-core.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +020067 <scope>provided</scope>
68 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +030069
Michael Lando451a3402017-02-19 10:28:42 +020070 <!-- Gson -->
71 <dependency>
72 <groupId>com.google.code.gson</groupId>
73 <artifactId>gson</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +030074 <version>${gson.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +020075 <scope>provided</scope>
76 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +030077
78 <!-- http client -->
Michael Lando451a3402017-02-19 10:28:42 +020079 <dependency>
80 <groupId>org.apache.httpcomponents</groupId>
81 <artifactId>httpclient</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +030082 <version>${httpclient.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +020083 <scope>provided</scope>
84 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +030085
Michael Lando451a3402017-02-19 10:28:42 +020086 <dependency>
87 <groupId>org.apache.httpcomponents</groupId>
88 <artifactId>httpcore</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +030089 <version>${httpcore.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +020090 <scope>provided</scope>
91 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +030092
Michael Lando451a3402017-02-19 10:28:42 +020093 <dependency>
94 <groupId>commons-logging</groupId>
95 <artifactId>commons-logging</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +030096 <version>${commons-logging}</version>
Michael Lando451a3402017-02-19 10:28:42 +020097 <scope>provided</scope>
98 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +030099
Michael Lando451a3402017-02-19 10:28:42 +0200100 <dependency>
101 <groupId>commons-codec</groupId>
102 <artifactId>commons-codec</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300103 <version>${commons-codec}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200104 <scope>provided</scope>
105 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300106
Michael Lando451a3402017-02-19 10:28:42 +0200107 <dependency>
108 <groupId>org.glassfish.jersey.media</groupId>
109 <artifactId>jersey-media-json-jackson</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300110 <version>${jersey-bom.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200111 <scope>provided</scope>
112 </dependency>
113
114 <!-- Aspects -->
115 <dependency>
116 <groupId>com.jcabi</groupId>
117 <artifactId>jcabi-aspects</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300118 <version>${jcabi.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200119 <scope>provided</scope>
120 </dependency>
Michael Lando451a3402017-02-19 10:28:42 +0200121 <dependency>
122 <groupId>org.aspectj</groupId>
123 <artifactId>aspectjrt</artifactId>
Michael Landoc34b77c2017-02-28 19:03:11 +0200124 <version>${aspectjrt.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200125 <scope>provided</scope>
126 </dependency>
127
128 <dependency>
129 <groupId>org.apache.commons</groupId>
130 <artifactId>commons-lang3</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300131 <version>${lang3.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200132 <scope>provided</scope>
133 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300134
Michael Lando451a3402017-02-19 10:28:42 +0200135 <dependency>
136 <groupId>com.fasterxml.jackson.core</groupId>
137 <artifactId>jackson-databind</artifactId>
Michael Landoc34b77c2017-02-28 19:03:11 +0200138 <version>${jackson.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200139 <scope>provided</scope>
140 </dependency>
141
142 <dependency>
143 <groupId>com.fasterxml.jackson.core</groupId>
144 <artifactId>jackson-core</artifactId>
Michael Landoc34b77c2017-02-28 19:03:11 +0200145 <version>${jackson.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200146 <scope>provided</scope>
147 </dependency>
148 <!-- logging -->
149 <dependency>
150 <groupId>ch.qos.logback</groupId>
151 <artifactId>logback-classic</artifactId>
Michael Landoc34b77c2017-02-28 19:03:11 +0200152 <version>${logback.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200153 <scope>provided</scope>
154 </dependency>
155
156 <dependency>
157 <groupId>ch.qos.logback</groupId>
158 <artifactId>logback-core</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300159 <version>${logback.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200160 <scope>provided</scope>
161 </dependency>
162 <!-- logging end -->
Michael Lando451a3402017-02-19 10:28:42 +0200163
164 <dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300165 <groupId>com.google.guava</groupId>
166 <artifactId>guava</artifactId>
167 <version>${guava.version}</version><!--$NO-MVN-MAN-VER$ -->
168 <scope>provided</scope>
Michael Lando451a3402017-02-19 10:28:42 +0200169 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300170 <!-- System metrics -->
171 <dependency>
172 <groupId>org.fusesource</groupId>
173 <artifactId>sigar</artifactId>
174 <version>${sigar.version}</version>
175 <scope>provided</scope>
176 </dependency>
177
Michael Lando451a3402017-02-19 10:28:42 +0200178 <dependency>
179 <groupId>junit</groupId>
180 <artifactId>junit</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300181 <version>${junit.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200182 <scope>test</scope>
183 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300184
Michael Lando451a3402017-02-19 10:28:42 +0200185 <dependency>
186 <groupId>org.mockito</groupId>
Tal Gitelman51d50f02017-12-10 18:55:03 +0200187 <artifactId>mockito-core</artifactId>
Michael Lando451a3402017-02-19 10:28:42 +0200188 <scope>test</scope>
189 </dependency>
190
191 <!-- jsoup HTML parser library @ http://jsoup.org/ -->
192 <dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300193 <groupId>org.jsoup</groupId>
194 <artifactId>jsoup</artifactId>
195 <version>1.8.3</version>
Michael Lando451a3402017-02-19 10:28:42 +0200196 </dependency>
197
198 <dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300199 <groupId>commons-validator</groupId>
Michael Lando451a3402017-02-19 10:28:42 +0200200 <artifactId>commons-validator</artifactId>
201 <version>1.5.1</version>
202 </dependency>
203
204 <dependency>
205 <groupId>org.codehaus.jettison</groupId>
206 <artifactId>jettison</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300207 <version>1.3.3</version>
Michael Lando451a3402017-02-19 10:28:42 +0200208 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300209
Michael Lando451a3402017-02-19 10:28:42 +0200210 <dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300211 <groupId>de.ruedigermoeller</groupId>
212 <artifactId>fst</artifactId>
213 <version>2.47</version>
214 <scope>compile</scope>
Michael Lando451a3402017-02-19 10:28:42 +0200215 </dependency>
216 </dependencies>
217
Michael Landoed64b5e2017-06-09 03:19:04 +0300218 <build>
219 <plugins>
220 <plugin>
221 <groupId>org.apache.maven.plugins</groupId>
222 <artifactId>maven-deploy-plugin</artifactId>
223 <version>2.7</version>
224 <configuration>
225 <skip>true</skip>
226 </configuration>
227 </plugin>
228 </plugins>
229 </build>
Michael Lando451a3402017-02-19 10:28:42 +0200230</project>