Change AAI-Common SNAPSHOT Version from 1.13.5 to 1.13.6
[aai/aai-common.git] / aai-els-onap-logging / 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     <parent>
5         <groupId>org.onap.aai.aai-common</groupId>
6         <artifactId>aai-parent</artifactId>
7         <version>1.13.6-SNAPSHOT</version>
8         <relativePath>../aai-parent/pom.xml</relativePath>
9     </parent>
10     <artifactId>aai-els-onap-logging</artifactId>
11     <name>aai-els-onap-logging</name>
12     <packaging>jar</packaging>
13     <dependencies>
14         <dependency>
15             <groupId>org.springframework</groupId>
16             <artifactId>spring-aop</artifactId>
17         </dependency>
18         <dependency>
19             <groupId>org.springframework</groupId>
20             <artifactId>spring-context</artifactId>
21         </dependency>
22         <dependency>
23             <groupId>org.springframework</groupId>
24             <artifactId>spring-core</artifactId>
25         </dependency>
26         <dependency>
27             <groupId>org.springframework</groupId>
28             <artifactId>spring-orm</artifactId>
29         </dependency>
30         <dependency>
31             <groupId>org.springframework</groupId>
32             <artifactId>spring-oxm</artifactId>
33         </dependency>
34         <dependency>
35             <groupId>org.springframework</groupId>
36             <artifactId>spring-aspects</artifactId>
37         </dependency>
38         <dependency>
39             <groupId>org.springframework</groupId>
40             <artifactId>spring-tx</artifactId>
41         </dependency>
42         <dependency>
43             <groupId>org.springframework</groupId>
44             <artifactId>spring-web</artifactId>
45         </dependency>
46         <dependency>
47             <groupId>org.springframework</groupId>
48             <artifactId>spring-webmvc</artifactId>
49         </dependency>
50         <dependency>
51             <groupId>org.aspectj</groupId>
52             <artifactId>aspectjrt</artifactId>
53         </dependency>
54         <dependency>
55             <groupId>ch.qos.logback</groupId>
56             <artifactId>logback-core</artifactId>
57         </dependency>
58         <dependency>
59             <groupId>ch.qos.logback</groupId>
60             <artifactId>logback-classic</artifactId>
61         </dependency>
62         <dependency>
63             <groupId>ch.qos.logback</groupId>
64             <artifactId>logback-access</artifactId>
65             <scope>compile</scope>
66         </dependency>
67         <dependency>
68             <groupId>javax.annotation</groupId>
69             <artifactId>javax.annotation-api</artifactId>
70             <scope>provided</scope>
71         </dependency>
72         <dependency>
73             <groupId>org.onap.logging-analytics</groupId>
74             <artifactId>logging-slf4j</artifactId>
75             <exclusions>
76                 <exclusion>
77                   <groupId>org.powermock</groupId>
78                   <artifactId>powermock-module-junit4</artifactId>
79                 </exclusion>
80               </exclusions>
81         </dependency>
82         <dependency>
83             <groupId>javax.servlet</groupId>
84             <artifactId>javax.servlet-api</artifactId>
85             <scope>provided</scope>
86         </dependency>
87         <dependency>
88             <groupId>javax.ws.rs</groupId>
89             <artifactId>javax.ws.rs-api</artifactId>
90             <scope>provided</scope>
91         </dependency>
92         <dependency>
93             <groupId>org.slf4j</groupId>
94             <artifactId>slf4j-api</artifactId>
95             <scope>provided</scope>
96         </dependency>
97         <dependency>
98             <groupId>org.mockito</groupId>
99             <artifactId>mockito-core</artifactId>
100             <version>3.12.4</version>
101             <scope>test</scope>
102         </dependency>
103         <dependency>
104             <groupId>org.json</groupId>
105             <artifactId>json</artifactId>
106             <scope>test</scope>
107         </dependency>
108         <dependency>
109             <groupId>org.eclipse.jetty</groupId>
110             <artifactId>jetty-util</artifactId>
111             <scope>compile</scope>
112         </dependency>
113         <dependency>
114             <groupId>com.fasterxml.jackson.module</groupId>
115             <artifactId>jackson-module-jaxb-annotations</artifactId>
116         </dependency>
117         <dependency>
118             <groupId>org.apache.commons</groupId>
119             <artifactId>commons-lang3</artifactId>
120         </dependency>
121         <dependency>
122             <groupId>commons-io</groupId>
123             <artifactId>commons-io</artifactId>
124         </dependency>
125         <dependency>
126             <groupId>com.sun.jersey</groupId>
127             <artifactId>jersey-client</artifactId>
128         </dependency>
129         <dependency>
130             <groupId>org.projectlombok</groupId>
131             <artifactId>lombok</artifactId>
132             <version>1.18.30</version>
133             <scope>provided</scope>
134         </dependency>
135         <dependency>
136             <groupId>com.fasterxml.jackson.dataformat</groupId>
137             <artifactId>jackson-dataformat-xml</artifactId>
138         </dependency>
139         <dependency>
140             <groupId>org.springframework.boot</groupId>
141             <artifactId>spring-boot-starter-test</artifactId>
142             <scope>test</scope>
143         </dependency>
144         <dependency>
145             <groupId>junit</groupId>
146             <artifactId>junit</artifactId>
147             <scope>test</scope>
148         </dependency>
149         <!-- TODO: Migrate tests to junit 5 and remove this dependency -->
150                 <dependency>
151                         <groupId>org.junit.vintage</groupId>
152                         <artifactId>junit-vintage-engine</artifactId>
153                         <scope>test</scope>
154                         <exclusions>
155                                         <exclusion>
156                                                         <groupId>org.hamcrest</groupId>
157                                                         <artifactId>hamcrest-core</artifactId>
158                                         </exclusion>
159                         </exclusions>
160                 </dependency>
161     </dependencies>
162
163     <!-- <build>
164         <plugins>
165           <plugin>
166             <groupId>org.springframework.boot</groupId>
167             <artifactId>spring-boot-maven-plugin</artifactId>
168           </plugin>
169           <plugin>
170             <groupId>org.apache.maven.plugins</groupId>
171             <artifactId>maven-surefire-plugin</artifactId>
172           </plugin>
173         </plugins>
174     </build> -->
175 </project>