summaryrefslogtreecommitdiffstats
path: root/bundle-plugin
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@yahoo-inc.com>2016-09-02 13:45:49 +0200
committerHåkon Hallingstad <hakon@yahoo-inc.com>2016-09-02 13:45:49 +0200
commitda04b4bf796956c5db77e3636d9bdb14ea699533 (patch)
treef280343670fce4048c33b656ab667f15b6afe7e3 /bundle-plugin
parent0c46401ebd58449efd2dd83f3bd9c3b9f98a6568 (diff)
Fix tests in NodeAgentImplTest
Diffstat (limited to 'bundle-plugin')
-rw-r--r--bundle-plugin/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/bundle-plugin/pom.xml b/bundle-plugin/pom.xml
index 604d0f1e6c7..9699b7bd2df 100644
--- a/bundle-plugin/pom.xml
+++ b/bundle-plugin/pom.xml
@@ -121,6 +121,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
+ <source>1.8</source>
+ <target>1.8</target>
<compilerArgs>
<arg>-Xlint:rawtypes</arg>
<arg>-Xlint:unchecked</arg>