blob: 9d23ead5f959b189939f963e4fa683a9d4121cbd [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
Michael Landoa5445102018-03-04 14:53:33 +020014 <properties>
15 <sonar.skip>true</sonar.skip>
16 </properties>
Tal Gitelman51d50f02017-12-10 18:55:03 +020017 <dependencies>
Michael Landoc0ac0152017-02-27 23:48:43 +020018 <dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +030019 <groupId>org.openecomp.sdc</groupId>
20 <artifactId>security-utils</artifactId>
21 <version>${project.version}</version>
Michael Landoc0ac0152017-02-27 23:48:43 +020022 <scope>provided</scope>
23 </dependency>
Michael Lando451a3402017-02-19 10:28:42 +020024 <!-- functional java -->
Michael Landoed64b5e2017-06-09 03:19:04 +030025 <dependency>
26 <groupId>org.functionaljava</groupId>
27 <artifactId>functionaljava</artifactId>
28 <version>${functionaljava.version}</version>
29 <scope>provided</scope>
30 </dependency>
31
Michael Lando451a3402017-02-19 10:28:42 +020032 <dependency>
Michael Lando451a3402017-02-19 10:28:42 +020033 <groupId>javax.servlet</groupId>
34 <artifactId>servlet-api</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +030035 <version>${servlet-api.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +020036 <scope>provided</scope>
37 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +030038
Michael Lando451a3402017-02-19 10:28:42 +020039 <dependency>
40 <groupId>org.glassfish.jersey.containers</groupId>
41 <artifactId>jersey-container-servlet</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +030042 <version>${jersey-bom.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +020043 <scope>provided</scope>
44 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +030045
Michael Lando451a3402017-02-19 10:28:42 +020046 <!-- yaml to object converter -->
47 <dependency>
48 <groupId>org.yaml</groupId>
49 <artifactId>snakeyaml</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +030050 <version>${snakeyaml.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +020051 <scope>provided</scope>
52 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +030053
54 <!-- listen to file changes -->
Michael Lando451a3402017-02-19 10:28:42 +020055 <dependency>
56 <groupId>org.apache.commons</groupId>
57 <artifactId>commons-jci-core</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +030058 <version>${commons-jci-core.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +020059 <scope>provided</scope>
60 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +030061
Michael Lando451a3402017-02-19 10:28:42 +020062 <!-- Gson -->
63 <dependency>
64 <groupId>com.google.code.gson</groupId>
65 <artifactId>gson</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +030066 <version>${gson.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +020067 <scope>provided</scope>
68 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +030069
70 <!-- http client -->
Michael Lando451a3402017-02-19 10:28:42 +020071 <dependency>
72 <groupId>org.apache.httpcomponents</groupId>
73 <artifactId>httpclient</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +030074 <version>${httpclient.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +020075 <scope>provided</scope>
76 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +030077
Michael Lando451a3402017-02-19 10:28:42 +020078 <dependency>
79 <groupId>org.apache.httpcomponents</groupId>
80 <artifactId>httpcore</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +030081 <version>${httpcore.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +020082 <scope>provided</scope>
83 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +030084
Michael Lando451a3402017-02-19 10:28:42 +020085 <dependency>
86 <groupId>commons-logging</groupId>
87 <artifactId>commons-logging</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +030088 <version>${commons-logging}</version>
Michael Lando451a3402017-02-19 10:28:42 +020089 <scope>provided</scope>
90 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +030091
Michael Lando451a3402017-02-19 10:28:42 +020092 <dependency>
93 <groupId>commons-codec</groupId>
94 <artifactId>commons-codec</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +030095 <version>${commons-codec}</version>
Michael Lando451a3402017-02-19 10:28:42 +020096 <scope>provided</scope>
97 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +030098
Michael Lando451a3402017-02-19 10:28:42 +020099 <dependency>
100 <groupId>org.glassfish.jersey.media</groupId>
101 <artifactId>jersey-media-json-jackson</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300102 <version>${jersey-bom.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200103 <scope>provided</scope>
104 </dependency>
105
106 <!-- Aspects -->
107 <dependency>
108 <groupId>com.jcabi</groupId>
109 <artifactId>jcabi-aspects</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300110 <version>${jcabi.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200111 <scope>provided</scope>
112 </dependency>
Michael Lando451a3402017-02-19 10:28:42 +0200113 <dependency>
114 <groupId>org.aspectj</groupId>
115 <artifactId>aspectjrt</artifactId>
Michael Landoc34b77c2017-02-28 19:03:11 +0200116 <version>${aspectjrt.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200117 <scope>provided</scope>
118 </dependency>
119
120 <dependency>
121 <groupId>org.apache.commons</groupId>
122 <artifactId>commons-lang3</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300123 <version>${lang3.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200124 <scope>provided</scope>
125 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300126
Michael Lando451a3402017-02-19 10:28:42 +0200127 <dependency>
128 <groupId>com.fasterxml.jackson.core</groupId>
129 <artifactId>jackson-databind</artifactId>
Michael Landoc34b77c2017-02-28 19:03:11 +0200130 <version>${jackson.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200131 <scope>provided</scope>
132 </dependency>
133
134 <dependency>
135 <groupId>com.fasterxml.jackson.core</groupId>
136 <artifactId>jackson-core</artifactId>
Michael Landoc34b77c2017-02-28 19:03:11 +0200137 <version>${jackson.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200138 <scope>provided</scope>
139 </dependency>
140 <!-- logging -->
141 <dependency>
142 <groupId>ch.qos.logback</groupId>
143 <artifactId>logback-classic</artifactId>
Michael Landoc34b77c2017-02-28 19:03:11 +0200144 <version>${logback.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200145 <scope>provided</scope>
146 </dependency>
Michael Lando451a3402017-02-19 10:28:42 +0200147 <!-- logging end -->
Michael Lando451a3402017-02-19 10:28:42 +0200148
149 <dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300150 <groupId>com.google.guava</groupId>
151 <artifactId>guava</artifactId>
152 <version>${guava.version}</version><!--$NO-MVN-MAN-VER$ -->
153 <scope>provided</scope>
Michael Lando451a3402017-02-19 10:28:42 +0200154 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300155 <!-- System metrics -->
156 <dependency>
157 <groupId>org.fusesource</groupId>
158 <artifactId>sigar</artifactId>
159 <version>${sigar.version}</version>
160 <scope>provided</scope>
161 </dependency>
162
Michael Lando451a3402017-02-19 10:28:42 +0200163 <dependency>
164 <groupId>junit</groupId>
165 <artifactId>junit</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300166 <version>${junit.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200167 <scope>test</scope>
168 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300169
Michael Lando451a3402017-02-19 10:28:42 +0200170 <dependency>
171 <groupId>org.mockito</groupId>
Tal Gitelman51d50f02017-12-10 18:55:03 +0200172 <artifactId>mockito-core</artifactId>
Michael Lando451a3402017-02-19 10:28:42 +0200173 <scope>test</scope>
174 </dependency>
175
176 <!-- jsoup HTML parser library @ http://jsoup.org/ -->
177 <dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300178 <groupId>org.jsoup</groupId>
179 <artifactId>jsoup</artifactId>
180 <version>1.8.3</version>
Michael Lando451a3402017-02-19 10:28:42 +0200181 </dependency>
182
183 <dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300184 <groupId>commons-validator</groupId>
Michael Lando451a3402017-02-19 10:28:42 +0200185 <artifactId>commons-validator</artifactId>
186 <version>1.5.1</version>
187 </dependency>
188
189 <dependency>
190 <groupId>org.codehaus.jettison</groupId>
191 <artifactId>jettison</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300192 <version>1.3.3</version>
Michael Lando451a3402017-02-19 10:28:42 +0200193 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300194
Michael Lando451a3402017-02-19 10:28:42 +0200195 <dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300196 <groupId>de.ruedigermoeller</groupId>
197 <artifactId>fst</artifactId>
198 <version>2.47</version>
199 <scope>compile</scope>
Michael Lando451a3402017-02-19 10:28:42 +0200200 </dependency>
201 </dependencies>
202
Michael Landoed64b5e2017-06-09 03:19:04 +0300203 <build>
204 <plugins>
205 <plugin>
206 <groupId>org.apache.maven.plugins</groupId>
207 <artifactId>maven-deploy-plugin</artifactId>
208 <version>2.7</version>
209 <configuration>
210 <skip>true</skip>
211 </configuration>
212 </plugin>
213 </plugins>
214 </build>
Michael Lando451a3402017-02-19 10:28:42 +0200215</project>