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