diff options
Diffstat (limited to 'data-migrator')
-rw-r--r-- | data-migrator/pom.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/data-migrator/pom.xml b/data-migrator/pom.xml index ee3733f1..e3fea901 100644 --- a/data-migrator/pom.xml +++ b/data-migrator/pom.xml @@ -82,20 +82,6 @@ <build> <plugins> - - <!-- ================================================== --> - <!-- Set the JDK compiler version. --> - <!-- ================================================== --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.5.1</version> - <inherited>true</inherited> - <configuration> - <source>1.8</source> - <target>1.8</target> - </configuration> - </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> |