aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'container-search/pom.xml')
-rw-r--r--container-search/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/container-search/pom.xml b/container-search/pom.xml
index b632d022922..5a5086f6739 100644
--- a/container-search/pom.xml
+++ b/container-search/pom.xml
@@ -262,6 +262,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
+ <source>1.8</source>
+ <target>1.8</target>
<compilerArgs>
<arg>-Xlint:all</arg>
</compilerArgs>