Implementing Create NS
[so.git] / so-etsi-nfvo / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
3   <modelVersion>4.0.0</modelVersion>
4   <parent>
5     <groupId>org.onap.so</groupId>
6     <artifactId>so</artifactId>
7     <version>1.7.1-SNAPSHOT</version>
8   </parent>
9   <groupId>org.onap.so.etsi.nfvo</groupId>
10   <artifactId>so-etsi-nfvo</artifactId>
11   <packaging>pom</packaging>
12   <name>SO ETSI NFVO</name>
13
14   <properties>
15     <java.version>11</java.version>
16     <version.java.compiler>11</version.java.compiler>
17     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
18     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
19     <version-swagger-codegen>2.3.1</version-swagger-codegen>
20     <gson-fire-version>1.8.2</gson-fire-version>
21     <retrofit-version>2.3.0</retrofit-version>
22     <threetenbp-version>1.3.5</threetenbp-version>
23     <oltu-version>1.0.1</oltu-version>
24     <swagger-core-version>1.5.15</swagger-core-version>
25     <okhttp3-version>3.14.0</okhttp3-version>
26     <okhttp-version>2.7.5</okhttp-version>
27     <okio-version>1.13.0</okio-version>
28     <jaxb-api>2.3.0</jaxb-api>
29     <snakeyaml-version>0.11</snakeyaml-version>
30   </properties>
31
32   <build>
33     <plugins>
34       <plugin>
35         <groupId>org.apache.maven.plugins</groupId>
36         <artifactId>maven-compiler-plugin</artifactId>
37         <configuration>
38           <source>${version.java.compiler}</source>
39           <target>${version.java.compiler}</target>
40         </configuration>
41       </plugin>
42     </plugins>
43   </build>
44   <modules>
45     <module>so-etsi-nfvo-ns-lcm</module>
46   </modules>
47 </project>