Richard Allred
2019-06-19 e347c8fb93b96be469ab1ac916faf10a1cd1688b
adding back thorntail dependencies
1 files modified
12 ■■■■■ changed files
java-serverhost/pom.xml 12 ●●●●● patch | view | raw | blame | history
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>