ae2e413958d23c51987aab6efd6d0cfedb092a3f
[logging-analytics.git] / reference / logging-filter / logging-filter-base / 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         <parent>
6                 <groupId>org.onap.logging-analytics</groupId>
7                 <artifactId>logging-filter-parent</artifactId>
8                 <version>1.6.1-SNAPSHOT</version>
9         </parent>
10
11         <artifactId>logging-filter-base</artifactId>
12
13         <dependencies>
14                 <dependency>
15                         <groupId>javax.annotation</groupId>
16                         <artifactId>javax.annotation-api</artifactId>
17                 </dependency>
18                 <dependency>
19                         <groupId>org.onap.logging-analytics</groupId>
20                         <artifactId>logging-slf4j</artifactId>
21                 </dependency>
22                 <dependency>
23                         <groupId>javax.servlet</groupId>
24                         <artifactId>javax.servlet-api</artifactId>
25                 </dependency>
26                 <dependency>
27                         <groupId>javax.ws.rs</groupId>
28                         <artifactId>javax.ws.rs-api</artifactId>
29                 </dependency>
30                 <dependency>
31                         <groupId>org.slf4j</groupId>
32                         <artifactId>slf4j-api</artifactId>
33                 </dependency>
34                 <dependency>
35                         <groupId>org.apache.logging.log4j</groupId>
36                         <artifactId>log4j-slf4j-impl</artifactId>
37                         <scope>test</scope>
38                 </dependency>
39                 <dependency>
40                         <groupId>junit</groupId>
41                         <artifactId>junit</artifactId>
42                         <scope>test</scope>
43                 </dependency>
44                 <dependency>
45                         <groupId>org.glassfish.jersey.core</groupId>
46                         <artifactId>jersey-client</artifactId>
47                         <version>2.25.1</version>
48                         <scope>test</scope>
49                 </dependency>
50                 <dependency>
51                         <groupId>org.apache.logging.log4j</groupId>
52                         <artifactId>log4j-core</artifactId>
53                         <version>2.10.0</version>
54                         <scope>test</scope>
55                 </dependency>
56                 <dependency>
57                         <groupId>org.mockito</groupId>
58                         <artifactId>mockito-core</artifactId>
59                         <scope>test</scope>
60         </dependency>
61         </dependencies>
62 </project>