diff options
author | Dan Timoney <dtimoney@att.com> | 2020-08-31 14:50:39 +0000 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-08-31 14:50:39 +0000 |
commit | c2e94bc482f83a5e3bdd357d884a01b1b723620b (patch) | |
tree | 3511c31146d474be72b88a43a7dabf1c05f37622 /data-migrator | |
parent | 4c984ce4f2cc4ef71b21134735b57d80ab09c6b1 (diff) |
Remove override of java compiler version
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
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> |