Add new BOM for odl-based projects
[ccsdk/parent.git] / dependencies-bom / pom.xml
1 <?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
12
13
14     <dependencyManagement>
15         <dependencies>
16             <dependency>
17                 <groupId>ch.qos.logback</groupId>
18                 <artifactId>logback-classic</artifactId>
19                 <version>1.2.3</version>
20             </dependency>
21             <dependency>
22                 <groupId>ch.qos.logback</groupId>
23                 <artifactId>logback-core</artifactId>
24                 <version>1.2.3</version>
25             </dependency>
26             <dependency>
27                 <groupId>ch.vorburger.mariaDB4j</groupId>
28                 <artifactId>mariaDB4j</artifactId>
29                 <version>2.2.3</version>
30                 <scope>test</scope>
31             </dependency>
32             <dependency>
33                 <groupId>com.att.eelf</groupId>
34                 <artifactId>eelf-core</artifactId>
35                 <version>1.0.0</version>
36             </dependency>
37             <dependency>
38                 <groupId>com.fasterxml.jackson</groupId>
39                 <artifactId>jackson-bom</artifactId>
40                 <version>2.8.11.20181123</version>
41                 <type>pom</type>
42                 <scope>import</scope>
43             </dependency>
44             <dependency>
45                 <groupId>com.google.protobuf</groupId>
46                 <artifactId>protobuf-java-util</artifactId>
47                 <version>3.6.1</version>
48             </dependency>
49             <dependency>
50                 <groupId>com.jayway.jsonpath</groupId>
51                 <artifactId>json-path</artifactId>
52                 <version>2.3.0</version>
53             </dependency>
54             <dependency>
55                 <groupId>commons-lang</groupId>
56                 <artifactId>commons-lang</artifactId>
57                 <version>2.6</version>
58             </dependency>
59             <dependency>
60                 <groupId>commons-logging</groupId>
61                 <artifactId>commons-logging</artifactId>
62                 <version>1.2</version>
63             </dependency>
64             <dependency>
65                 <groupId>io.grpc</groupId>
66                 <artifactId>grpc-netty</artifactId>
67                 <version>1.17.1</version>
68             </dependency>
69             <dependency>
70                 <groupId>io.grpc</groupId>
71                 <artifactId>grpc-protobuf</artifactId>
72                 <version>1.17.1</version>
73             </dependency>
74             <dependency>
75                 <groupId>io.grpc</groupId>
76                 <artifactId>grpc-stub</artifactId>
77                 <version>1.17.1</version>
78             </dependency>
79             <dependency>
80                 <groupId>io.grpc</groupId>
81                 <artifactId>grpc-testing</artifactId>
82                 <version>1.17.1</version>
83             </dependency>
84             <dependency>
85                 <groupId>io.swagger</groupId>
86                 <artifactId>swagger-annotations</artifactId>
87                 <version>1.5.22</version>
88             </dependency>
89             <dependency>
90                 <groupId>io.swagger</groupId>
91                 <artifactId>swagger-core</artifactId>
92                 <version>1.5.22</version>
93             </dependency>
94             <dependency>
95                 <groupId>javax</groupId>
96                 <artifactId>javaee-api</artifactId>
97                 <version>7.0</version>
98             </dependency>
99             <dependency>
100                 <groupId>javax.ws.rs</groupId>
101                 <artifactId>javax.ws.rs-api</artifactId>
102                 <version>2.1</version>
103             </dependency>
104             <dependency>
105                 <groupId>junit</groupId>
106                 <artifactId>junit</artifactId>
107                 <version>4.12</version>
108                 <scope>test</scope>
109             </dependency>
110             <dependency>
111                 <groupId>org.apache.commons</groupId>
112                 <artifactId>commons-text</artifactId>
113                 <version>1.1</version>
114             </dependency>
115             <dependency>
116                 <groupId>org.apache.derby</groupId>
117                 <artifactId>derby</artifactId>
118                 <version>10.14.2.0</version>
119                 <scope>test</scope>
120             </dependency>
121             <dependency>
122                 <groupId>org.apache.httpcomponents</groupId>
123                 <artifactId>httpcore</artifactId>
124                 <version>4.4.4</version>
125             </dependency>
126             <dependency>
127                 <groupId>org.apache.httpcomponents</groupId>
128                 <artifactId>httpclient</artifactId>
129                 <version>4.5.2</version>
130             </dependency>
131             <dependency>
132                 <groupId>org.apache.tomcat</groupId>
133                 <artifactId>tomcat-jdbc</artifactId>
134                 <version>8.5.14</version>
135             </dependency>
136             <dependency>
137                 <groupId>org.apache.velocity</groupId>
138                 <artifactId>velocity</artifactId>
139                 <version>1.7</version>
140             </dependency>
141             <dependency>
142                 <groupId>org.codehaus.jackson</groupId>
143                 <artifactId>jackson-jaxrs</artifactId>
144                 <version>1.9.13</version>
145             </dependency>
146             <dependency>
147                 <groupId>org.glassfish.jersey</groupId>
148                 <artifactId>jersey-bom</artifactId>
149                 <version>2.25.1</version>
150                 <type>pom</type>
151                 <scope>import</scope>
152             </dependency>
153             <dependency>
154                 <groupId>com.google.protobuf</groupId>
155                 <artifactId>protobuf-java</artifactId>
156                 <version>3.6.1</version>
157             </dependency>
158             <dependency>
159                 <groupId>org.jsoup</groupId>
160                 <artifactId>jsoup</artifactId>
161                 <version>1.8.3</version>
162                 <scope>test</scope>
163             </dependency>
164             <dependency>
165                 <groupId>org.mariadb.jdbc</groupId>
166                 <artifactId>mariadb-java-client</artifactId>
167                 <version>2.1.1</version>
168             </dependency>
169             <dependency>
170                 <groupId>org.slf4j</groupId>
171                 <artifactId>jcl-over-slf4j</artifactId>
172                 <version>1.7.25</version>
173             </dependency>
174             <dependency>
175                 <groupId>org.testng</groupId>
176                 <artifactId>testng</artifactId>
177                 <version>6.11</version>
178             </dependency>
179         </dependencies>
180
181     </dependencyManagement>
182 </project>