From 021a3e1c18f87cb0c02a2941276855bfd379015c Mon Sep 17 00:00:00 2001 From: Austin Seto Date: Mon, 11 May 2020 14:54:57 -0400 Subject: [PATCH 1/2] Removed tag Moved plugin version declarations --- finish/pom.xml | 8 ++------ start/pom.xml | 8 ++------ 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/finish/pom.xml b/finish/pom.xml index fb9f3fa..372e23c 100644 --- a/finish/pom.xml +++ b/finish/pom.xml @@ -14,10 +14,6 @@ UTF-8 1.8 1.8 - false - - 3.2 - 3.2.3 @@ -40,13 +36,13 @@ org.apache.maven.plugins maven-war-plugin - ${version.maven-war-plugin} + 3.2.3 io.openliberty.tools liberty-maven-plugin - ${version.liberty-maven-plugin} + 3.2 com.github.eirslett diff --git a/start/pom.xml b/start/pom.xml index fb9f3fa..372e23c 100644 --- a/start/pom.xml +++ b/start/pom.xml @@ -14,10 +14,6 @@ UTF-8 1.8 1.8 - false - - 3.2 - 3.2.3 @@ -40,13 +36,13 @@ org.apache.maven.plugins maven-war-plugin - ${version.maven-war-plugin} + 3.2.3 io.openliberty.tools liberty-maven-plugin - ${version.liberty-maven-plugin} + 3.2 com.github.eirslett From c8aad495f6706d0c1304c884524e12ea61689f0d Mon Sep 17 00:00:00 2001 From: Austin Seto Date: Tue, 12 May 2020 15:54:50 -0400 Subject: [PATCH 2/2] Added Jakarta dependency --- finish/pom.xml | 6 ++++++ start/pom.xml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/finish/pom.xml b/finish/pom.xml index 372e23c..f4c3132 100644 --- a/finish/pom.xml +++ b/finish/pom.xml @@ -18,6 +18,12 @@ + + jakarta.platform + jakarta.jakartaee-api + 8.0.0 + provided + org.eclipse.microprofile diff --git a/start/pom.xml b/start/pom.xml index 372e23c..f4c3132 100644 --- a/start/pom.xml +++ b/start/pom.xml @@ -18,6 +18,12 @@ + + jakarta.platform + jakarta.jakartaee-api + 8.0.0 + provided + org.eclipse.microprofile