diff options
Diffstat (limited to 'common/impl-parent/pom.xml')
-rw-r--r-- | common/impl-parent/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/common/impl-parent/pom.xml b/common/impl-parent/pom.xml index 10ad690f5..46de36c8d 100644 --- a/common/impl-parent/pom.xml +++ b/common/impl-parent/pom.xml @@ -61,6 +61,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> |