From 95e8656462b4d014a28e0f1e7a160e8fa0c53838 Mon Sep 17 00:00:00 2001
From: Richard Allred <richardmallred@gmail.com>
Date: Wed, 19 Jun 2019 20:06:56 +0200
Subject: [PATCH] revert unnecessary pom changes

---
 java-serverhost/pom.xml |   16 +---------------
 1 files changed, 1 insertions(+), 15 deletions(-)

diff --git a/java-serverhost/pom.xml b/java-serverhost/pom.xml
index 066f368..4babfa1 100644
--- a/java-serverhost/pom.xml
+++ b/java-serverhost/pom.xml
@@ -14,9 +14,6 @@
     <maven.compiler.target>1.8</maven.compiler.target>
     <failOnMissingWebXml>false</failOnMissingWebXml>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <version.compiler.plugin>3.1</version.compiler.plugin>
-		<version.surefire.plugin>2.16</version.surefire.plugin>
-		<version.war.plugin>2.5</version.war.plugin>
   </properties>
 
   <dependencyManagement>
@@ -30,18 +27,6 @@
       </dependency>
     </dependencies>
   </dependencyManagement>
-
-  <dependencies>
-		<dependency>
-			<groupId>io.thorntail</groupId>
-			<artifactId>cdi</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>io.thorntail</groupId>
-			<artifactId>jaxrs</artifactId>
-		</dependency>
-
-	</dependencies>
 
   <build>
     <finalName>demo</finalName>
@@ -61,4 +46,5 @@
       </plugin>
     </plugins>
   </build>
+
 </project>

--
Gitblit v1.9.3