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