summaryrefslogtreecommitdiffstats
path: root/clustercontroller-utils/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'clustercontroller-utils/pom.xml')
-rw-r--r--clustercontroller-utils/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/clustercontroller-utils/pom.xml b/clustercontroller-utils/pom.xml
index 7cf7cf0fdde..3c03fe754e7 100644
--- a/clustercontroller-utils/pom.xml
+++ b/clustercontroller-utils/pom.xml
@@ -51,6 +51,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
+ <source>1.8</source>
+ <target>1.8</target>
<compilerArgs>
<arg>-Xlint:unchecked</arg>
<arg>-Xlint:deprecation</arg>