Removed reference to MDC for logging
[sdc.git] / openecomp-be / backend / openecomp-sdc-application-config-manager / 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
7     <groupId>org.openecomp.sdc</groupId>
8     <artifactId>openecomp-sdc-application-config-manager</artifactId>
9
10     <parent>
11         <groupId>org.openecomp.sdc</groupId>
12         <artifactId>backend</artifactId>
13         <version>1.2.0-SNAPSHOT</version>
14         <relativePath>..</relativePath>
15     </parent>
16
17     <build>
18         <plugins>
19             <plugin>
20                 <groupId>org.apache.maven.plugins</groupId>
21                 <artifactId>maven-surefire-plugin</artifactId>
22                 <version>2.12.4</version>
23                 <configuration>
24                 </configuration>
25             </plugin>
26         </plugins>
27     </build>
28
29     <dependencies>
30         <dependency>
31             <groupId>org.openecomp.sdc.core</groupId>
32             <artifactId>openecomp-config-lib</artifactId>
33             <version>${project.version}</version>
34         </dependency>
35         <dependency>
36             <groupId>org.testng</groupId>
37             <artifactId>testng</artifactId>
38             <version>${testng.version}</version>
39             <scope>test</scope>
40         </dependency>
41         <dependency>
42             <groupId>org.openecomp.sdc</groupId>
43             <artifactId>openecomp-sdc-logging-core</artifactId>
44             <version>${project.version}</version>
45             <scope>runtime</scope>
46         </dependency>
47     </dependencies>
48     
49 </project>