diff options
Diffstat (limited to 'sparkybe-onap-service/pom.xml')
-rw-r--r-- | sparkybe-onap-service/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sparkybe-onap-service/pom.xml b/sparkybe-onap-service/pom.xml index f8b76b6..b4fd702 100644 --- a/sparkybe-onap-service/pom.xml +++ b/sparkybe-onap-service/pom.xml @@ -13,7 +13,7 @@ <packaging>jar</packaging> <properties> - <java.version>1.8</java.version> + <java.version>1.11</java.version> <frontEndGroupdId>org.onap.aai</frontEndGroupdId> <frontEndArtifactId>sparky-fe</frontEndArtifactId> <frontEndVersion>1.3.0</frontEndVersion> @@ -389,8 +389,7 @@ some of the depedencies should probably have a scope of provided so they don't a <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> - <source>1.8</source> - <target>1.8</target> + <release>11</release> </configuration> </plugin> |