From e347c8fb93b96be469ab1ac916faf10a1cd1688b Mon Sep 17 00:00:00 2001
From: Richard Allred <richardmallred@gmail.com>
Date: Wed, 19 Jun 2019 20:28:42 +0200
Subject: [PATCH] adding back thorntail dependencies

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

diff --git a/java-serverhost/pom.xml b/java-serverhost/pom.xml
index 4babfa1..ad7690f 100644
--- a/java-serverhost/pom.xml
+++ b/java-serverhost/pom.xml
@@ -28,6 +28,18 @@
     </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>
     <plugins>

--
Gitblit v1.9.3