aboutsummaryrefslogtreecommitdiffstats
path: root/so-etsi-nfvo/pom.xml
diff options
context:
space:
mode:
authorMukeshKumar <mukeshsharma@est.tech>2020-08-13 10:46:02 +0100
committerMukesh <mukeshsharma@est.tech>2020-08-13 12:22:28 +0100
commit677c4b0d755e198a1f92d0c96fff59f4c584cf08 (patch)
tree1eea633e8336bf9ae162eb1438dff2f8a5042c64 /so-etsi-nfvo/pom.xml
parentcf828b719f8124ef388ed1f72b5b80ea91728657 (diff)
[SO] Create SOL005 object models from SOL005-NSLifecycleManagement-API.json 2.7.1 swagger file.
Issue-ID: SO-2842 Change-Id: I20c74ced4186562de6498c3ff7991899606e6e87 Signed-off-by: Mukesh <mukeshsharma@est.tech>
Diffstat (limited to 'so-etsi-nfvo/pom.xml')
-rw-r--r--so-etsi-nfvo/pom.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/so-etsi-nfvo/pom.xml b/so-etsi-nfvo/pom.xml
index e7d9840a15..8048f0c7d3 100644
--- a/so-etsi-nfvo/pom.xml
+++ b/so-etsi-nfvo/pom.xml
@@ -10,6 +10,36 @@
<artifactId>so-etsi-nfvo</artifactId>
<packaging>pom</packaging>
<name>SO ETSI NFVO</name>
+
+ <properties>
+ <java.version>11</java.version>
+ <version.java.compiler>11</version.java.compiler>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+ <version-swagger-codegen>2.3.1</version-swagger-codegen>
+ <gson-fire-version>1.8.2</gson-fire-version>
+ <retrofit-version>2.3.0</retrofit-version>
+ <threetenbp-version>1.3.5</threetenbp-version>
+ <oltu-version>1.0.1</oltu-version>
+ <swagger-core-version>1.5.15</swagger-core-version>
+ <okhttp3-version>3.14.0</okhttp3-version>
+ <okhttp-version>2.7.5</okhttp-version>
+ <okio-version>1.13.0</okio-version>
+ <jaxb-api>2.3.0</jaxb-api>
+ </properties>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>${version.java.compiler}</source>
+ <target>${version.java.compiler}</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
<modules>
<module>so-etsi-nfvo-ns-lcm</module>
</modules>