blob: 1ef2faf9eef7c305a7444bc1e1e069fd58ad321a [file] [log] [blame]
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -04001<?xml version="1.0" encoding="UTF-8"?>
2<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4
5
6 <modelVersion>4.0.0</modelVersion>
7 <packaging>pom</packaging>
8 <groupId>org.onap.ccsdk.parent</groupId>
9 <artifactId>dependencies-bom</artifactId>
10 <version>1.3.0-SNAPSHOT</version>
11
Timoney, Dan (dt5972)54fc4ce2019-06-25 09:26:00 -040012 <distributionManagement>
13 <repository>
14 <id>ecomp-releases</id>
15 <url>https://nexus.onap.org/content/repositories/releases</url>
16 </repository>
17 <snapshotRepository>
18 <id>ecomp-snapshots</id>
19 <url>https://nexus.onap.org/content/repositories/snapshots</url>
20 </snapshotRepository>
21 </distributionManagement>
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -040022
23
24 <dependencyManagement>
25 <dependencies>
26 <dependency>
27 <groupId>ch.qos.logback</groupId>
28 <artifactId>logback-classic</artifactId>
29 <version>1.2.3</version>
30 </dependency>
31 <dependency>
32 <groupId>ch.qos.logback</groupId>
33 <artifactId>logback-core</artifactId>
34 <version>1.2.3</version>
35 </dependency>
36 <dependency>
37 <groupId>ch.vorburger.mariaDB4j</groupId>
38 <artifactId>mariaDB4j</artifactId>
39 <version>2.2.3</version>
40 <scope>test</scope>
41 </dependency>
42 <dependency>
43 <groupId>com.att.eelf</groupId>
44 <artifactId>eelf-core</artifactId>
45 <version>1.0.0</version>
46 </dependency>
47 <dependency>
48 <groupId>com.fasterxml.jackson</groupId>
49 <artifactId>jackson-bom</artifactId>
50 <version>2.8.11.20181123</version>
51 <type>pom</type>
52 <scope>import</scope>
53 </dependency>
54 <dependency>
55 <groupId>com.google.protobuf</groupId>
56 <artifactId>protobuf-java-util</artifactId>
57 <version>3.6.1</version>
58 </dependency>
59 <dependency>
60 <groupId>com.jayway.jsonpath</groupId>
61 <artifactId>json-path</artifactId>
62 <version>2.3.0</version>
63 </dependency>
64 <dependency>
65 <groupId>commons-lang</groupId>
66 <artifactId>commons-lang</artifactId>
67 <version>2.6</version>
68 </dependency>
69 <dependency>
70 <groupId>commons-logging</groupId>
71 <artifactId>commons-logging</artifactId>
72 <version>1.2</version>
73 </dependency>
74 <dependency>
75 <groupId>io.grpc</groupId>
76 <artifactId>grpc-netty</artifactId>
77 <version>1.17.1</version>
78 </dependency>
79 <dependency>
80 <groupId>io.grpc</groupId>
81 <artifactId>grpc-protobuf</artifactId>
82 <version>1.17.1</version>
83 </dependency>
84 <dependency>
85 <groupId>io.grpc</groupId>
86 <artifactId>grpc-stub</artifactId>
87 <version>1.17.1</version>
88 </dependency>
89 <dependency>
90 <groupId>io.grpc</groupId>
91 <artifactId>grpc-testing</artifactId>
92 <version>1.17.1</version>
93 </dependency>
94 <dependency>
95 <groupId>io.swagger</groupId>
96 <artifactId>swagger-annotations</artifactId>
97 <version>1.5.22</version>
98 </dependency>
99 <dependency>
100 <groupId>io.swagger</groupId>
101 <artifactId>swagger-core</artifactId>
102 <version>1.5.22</version>
103 </dependency>
104 <dependency>
105 <groupId>javax</groupId>
106 <artifactId>javaee-api</artifactId>
107 <version>7.0</version>
108 </dependency>
109 <dependency>
110 <groupId>javax.ws.rs</groupId>
111 <artifactId>javax.ws.rs-api</artifactId>
112 <version>2.1</version>
113 </dependency>
114 <dependency>
115 <groupId>junit</groupId>
116 <artifactId>junit</artifactId>
117 <version>4.12</version>
118 <scope>test</scope>
119 </dependency>
120 <dependency>
121 <groupId>org.apache.commons</groupId>
122 <artifactId>commons-text</artifactId>
123 <version>1.1</version>
124 </dependency>
125 <dependency>
126 <groupId>org.apache.derby</groupId>
127 <artifactId>derby</artifactId>
128 <version>10.14.2.0</version>
129 <scope>test</scope>
130 </dependency>
131 <dependency>
132 <groupId>org.apache.httpcomponents</groupId>
133 <artifactId>httpcore</artifactId>
134 <version>4.4.4</version>
135 </dependency>
136 <dependency>
137 <groupId>org.apache.httpcomponents</groupId>
138 <artifactId>httpclient</artifactId>
139 <version>4.5.2</version>
140 </dependency>
141 <dependency>
142 <groupId>org.apache.tomcat</groupId>
143 <artifactId>tomcat-jdbc</artifactId>
144 <version>8.5.14</version>
145 </dependency>
146 <dependency>
147 <groupId>org.apache.velocity</groupId>
148 <artifactId>velocity</artifactId>
149 <version>1.7</version>
150 </dependency>
151 <dependency>
152 <groupId>org.codehaus.jackson</groupId>
153 <artifactId>jackson-jaxrs</artifactId>
154 <version>1.9.13</version>
155 </dependency>
156 <dependency>
157 <groupId>org.glassfish.jersey</groupId>
158 <artifactId>jersey-bom</artifactId>
159 <version>2.25.1</version>
160 <type>pom</type>
161 <scope>import</scope>
162 </dependency>
163 <dependency>
164 <groupId>com.google.protobuf</groupId>
165 <artifactId>protobuf-java</artifactId>
166 <version>3.6.1</version>
167 </dependency>
168 <dependency>
169 <groupId>org.jsoup</groupId>
170 <artifactId>jsoup</artifactId>
171 <version>1.8.3</version>
172 <scope>test</scope>
173 </dependency>
174 <dependency>
175 <groupId>org.mariadb.jdbc</groupId>
176 <artifactId>mariadb-java-client</artifactId>
177 <version>2.1.1</version>
178 </dependency>
179 <dependency>
180 <groupId>org.slf4j</groupId>
181 <artifactId>jcl-over-slf4j</artifactId>
182 <version>1.7.25</version>
183 </dependency>
184 <dependency>
185 <groupId>org.testng</groupId>
186 <artifactId>testng</artifactId>
187 <version>6.11</version>
188 </dependency>
189 </dependencies>
190
191 </dependencyManagement>
192</project>