Update pom and docker version of vfc-wfengine
[vfc/nfvo/wfengine.git] / wso2 / logging-sdk / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright 2017 ZTE Corporation. Licensed under the Apache License, Version 
3         2.0 (the "License"); you may not use this file except in compliance with 
4         the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 
5         Unless required by applicable law or agreed to in writing, software distributed 
6         under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES 
7         OR CONDITIONS OF ANY KIND, either express or implied. See the License for 
8         the specific language governing permissions and limitations under the License. -->
9 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
11         <modelVersion>4.0.0</modelVersion>
12         <parent>
13                 <groupId>org.openo.common-services.common-utilities</groupId>
14                 <artifactId>common-setting</artifactId>
15                 <version>1.2.0-SNAPSHOT</version>
16         </parent>
17         <artifactId>logging-sdk</artifactId>
18         <name>common-services-common-utilities/logging-sdk</name>
19         <properties>
20         </properties>
21
22
23         <dependencies>
24                 <dependency>
25                         <groupId>com.fasterxml.jackson.core</groupId>
26                         <artifactId>jackson-core</artifactId>
27                         <version>2.7.3</version>
28                 </dependency>
29
30                 <dependency>
31                         <groupId>com.fasterxml.jackson.core</groupId>
32                         <artifactId>jackson-databind</artifactId>
33                         <version>2.7.3</version>
34                 </dependency>
35
36                 <dependency>
37                         <groupId>com.fasterxml.jackson.core</groupId>
38                         <artifactId>jackson-annotations</artifactId>
39                         <version>2.7.3</version>
40                 </dependency>
41                 <dependency>
42                         <groupId>ch.qos.logback</groupId>
43                         <artifactId>logback-classic</artifactId>
44                         <version>1.1.3</version>
45                 </dependency>
46                 <dependency>
47                         <groupId>ch.qos.logback</groupId>
48                         <artifactId>logback-core</artifactId>
49                         <version>1.1.3</version>
50                 </dependency>
51                 <dependency>
52                         <groupId>ch.qos.logback</groupId>
53                         <artifactId>logback-access</artifactId>
54                         <version>1.1.3</version>
55                 </dependency>
56                 <dependency>
57                         <groupId>net.logstash.logback</groupId>
58                         <artifactId>logstash-logback-encoder</artifactId>
59                         <version>4.8</version>
60                 </dependency>
61         </dependencies>
62         <build>
63                 <plugins>
64                         <plugin>
65                                 <artifactId>maven-compiler-plugin</artifactId>
66                         </plugin>
67                         <plugin>
68                                 <artifactId>maven-enforcer-plugin</artifactId>
69                         </plugin>
70
71                         <plugin>
72                                 <groupId>org.apache.maven.plugins</groupId>
73                                 <artifactId>maven-source-plugin</artifactId>
74                                 <executions>
75                                         <execution>
76                                                 <id>attach-sources</id>
77                                                 <goals>
78                                                         <goal>jar</goal>
79                                                 </goals>
80                                         </execution>
81                                 </executions>
82                         </plugin>
83                 </plugins>
84         </build>
85 </project>