Remove override of java compiler version 93/111893/1
authorDan Timoney <dtimoney@att.com>
Mon, 31 Aug 2020 14:50:39 +0000 (14:50 +0000)
committerDan Timoney <dtimoney@att.com>
Mon, 31 Aug 2020 14:50:39 +0000 (14:50 +0000)
Java compiler version should be inherited from parent pom and NOT set explicitly
on project pom.  Removed explicit setting of java 8 compiler to allow compilation under
java 11.

Issue-ID: SDNC-1242
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Iba6e0b3b8b44f6b5008e8cba9ef252e1b879a1f1

Former-commit-id: fd2a84a01eb96fcb11d8da9a59cb0aaa2888a103

data-migrator/pom.xml

index ee3733f..e3fea90 100644 (file)
 
     <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>