Update pom and docker version of vfc-wfengine
[vfc/nfvo/wfengine.git] / wso2 / baseservice-i18n / 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>baseservice-i18n</artifactId>
18     <name>common-services-common-utilities/baseservice-i18n</name>
19     <dependencies>
20         <dependency>
21             <groupId>org.reflections</groupId>
22             <artifactId>reflections</artifactId>
23             <version>0.9.10</version>
24         </dependency>
25         <dependency>
26             <groupId>io.dropwizard</groupId>
27             <artifactId>dropwizard-core</artifactId>
28             <version>0.8.0</version>
29         </dependency>
30         <dependency>
31             <groupId>junit</groupId>
32             <artifactId>junit</artifactId>
33             <scope>test</scope>
34             <version>4.8.2</version>
35         </dependency>
36     </dependencies>
37     <build>
38         <plugins>
39             <plugin>
40                 <groupId>org.apache.maven.plugins</groupId>
41                 <artifactId>maven-compiler-plugin</artifactId>
42                 <version>3.3</version>
43                 <configuration>
44                     <source>1.8</source>
45                     <target>1.8</target>
46                 </configuration>
47             </plugin>
48             <plugin>
49                 <artifactId>maven-enforcer-plugin</artifactId>
50             </plugin>
51
52             <plugin>
53                 <groupId>org.apache.maven.plugins</groupId>
54                 <artifactId>maven-source-plugin</artifactId>
55                 <executions>
56                     <execution>
57                         <id>attach-sources</id>
58                         <goals>
59                             <goal>jar</goal>
60                         </goals>
61                     </execution>
62                 </executions>
63             </plugin>
64         </plugins>
65     </build>
66 </project>