diff options
Diffstat (limited to 'generic-resource-api')
-rw-r--r-- | generic-resource-api/client/pom.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/generic-resource-api/client/pom.xml b/generic-resource-api/client/pom.xml index 04bc58e8..91779079 100644 --- a/generic-resource-api/client/pom.xml +++ b/generic-resource-api/client/pom.xml @@ -18,7 +18,7 @@ <url>http://wiki.onap.org</url> <properties> - <java.version>17</java.version> + <java.version>11</java.version> <maven-surefire-plugin.version>3.0.0-M8</maven-surefire-plugin.version> <maven-failsafe-plugin.version>3.0.0-M8</maven-failsafe-plugin.version> <bundle.plugin.version>5.1.1</bundle.plugin.version> @@ -51,6 +51,15 @@ <build> <plugins> <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <version>3.8.0</version> + <configuration> + <release>11</release> + </configuration> + </plugin> + + <plugin> <groupId>io.swagger</groupId> <artifactId>swagger-codegen-maven-plugin</artifactId> <dependencies> |