diff options
Diffstat (limited to 'common/karaf-parent/pom.xml')
-rw-r--r-- | common/karaf-parent/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/common/karaf-parent/pom.xml b/common/karaf-parent/pom.xml index 1dd3d6665..98584c76c 100644 --- a/common/karaf-parent/pom.xml +++ b/common/karaf-parent/pom.xml @@ -57,6 +57,14 @@ </execution> </executions> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <configuration> + <source>1.8</source> + <target>1.8</target> + </configuration> + </plugin> </plugins> </build> |