blob: a2786b24017ab837b93253b2c31fd092d741bf48 [file] [log] [blame]
Avi Zivb8e2faf2017-07-18 19:45:38 +03001<?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 <dependencies>
7 <dependency>
8 <groupId>org.slf4j</groupId>
9 <artifactId>slf4j-api</artifactId>
10 </dependency>
11 <dependency>
12 <groupId>org.aspectj</groupId>
13 <artifactId>aspectjrt</artifactId>
14 <version>1.8.9</version>
15 </dependency>
16 <dependency>
17 <groupId>org.slf4j</groupId>
18 <artifactId>slf4j-api</artifactId>
19 </dependency>
20 </dependencies>
21
22 <parent>
23 <groupId>org.openecomp.sdc</groupId>
24 <artifactId>openecomp-logging-lib</artifactId>
25 <version>1.0-SNAPSHOT</version>
26 </parent>
27
28
29 <artifactId>openecomp-sdc-logging-api</artifactId>
30 <name>openecomp-sdc-logging-api</name>
31 <version>1.0-SNAPSHOT</version>
32
33 <!--dependencies>
34 <dependency>
35 <groupId>org.springframework</groupId>
36 <artifactId>spring-core</artifactId>
37 <version>4.1.3.RELEASE</version>
38 </dependency>
39 <dependency>
40 <groupId>org.springframework</groupId>
41 <artifactId>spring-context</artifactId>
42 <version>4.1.3.RELEASE</version>
43 </dependency>
44 <dependency>
45 <groupId>org.springframework</groupId>
46 <artifactId>spring-beans</artifactId>
47 <version>4.1.3.RELEASE</version>
48 </dependency>
49 <dependency>
50 <groupId>org.springframework</groupId>
51 <artifactId>spring-beans</artifactId>
52 <version>4.1.3.RELEASE</version>
53 </dependency>
54 </dependencies-->
55
56
57</project>