change version of the master branch
[sdc.git] / openecomp-be / lib / openecomp-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     <modelVersion>4.0.0</modelVersion>
6     <artifactId>openecomp-sdc-logging-api</artifactId>
7     <name>openecomp-sdc-logging-api</name>
8
9     <parent>
10         <groupId>org.openecomp.sdc</groupId>
11         <artifactId>openecomp-logging-lib</artifactId>
12         <version>1.2.0-SNAPSHOT</version>
13     </parent>
14
15     <dependencies>
16         <dependency>
17             <groupId>org.slf4j</groupId>
18             <artifactId>slf4j-api</artifactId>
19         </dependency>
20         <dependency>
21             <groupId>org.aspectj</groupId>
22             <artifactId>aspectjrt</artifactId>
23             <version>${aspectj.version}</version>
24         </dependency>
25     </dependencies>
26
27     <!--dependencies>
28         <dependency>
29             <groupId>org.springframework</groupId>
30             <artifactId>spring-core</artifactId>
31             <version>${spring.framework.version}</version>
32         </dependency>
33         <dependency>
34             <groupId>org.springframework</groupId>
35             <artifactId>spring-context</artifactId>
36             <version>${spring.framework.version}</version>
37         </dependency>
38         <dependency>
39             <groupId>org.springframework</groupId>
40             <artifactId>spring-beans</artifactId>
41             <version>${spring.framework.version}</version>
42         </dependency>
43         <dependency>
44             <groupId>org.springframework</groupId>
45             <artifactId>spring-beans</artifactId>
46             <version>${spring.framework.version}</version>
47         </dependency>
48     </dependencies-->
49
50     
51 </project>