Update version to 1.13.6-SNAPSHOT
[sdc.git] / openecomp-be / lib / openecomp-sdc-logging-lib / openecomp-sdc-logging-api / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5
6   <modelVersion>4.0.0</modelVersion>
7   <artifactId>openecomp-sdc-logging-api</artifactId>
8   <name>openecomp-sdc-logging-api</name>
9
10   <parent>
11     <groupId>org.openecomp.sdc</groupId>
12     <artifactId>openecomp-sdc-logging-lib</artifactId>
13     <version>1.13.6-SNAPSHOT</version>
14   </parent>
15
16   <dependencies>
17     <dependency>
18       <groupId>jakarta.ws.rs</groupId>
19       <artifactId>jakarta.ws.rs-api</artifactId>
20       <version>${ws.rs.version}</version>
21       <scope>provided</scope>
22     </dependency>
23     <dependency>
24       <groupId>org.projectlombok</groupId>
25       <artifactId>lombok</artifactId>
26       <scope>compile</scope>
27     </dependency>
28     <dependency>
29       <groupId>javax.xml.bind</groupId>
30       <artifactId>jaxb-api</artifactId>
31       <version>${jaxb-api.version}</version>
32     </dependency>
33   </dependencies>
34
35 </project>