adding back thorntail dependencies

This commit is contained in:
Richard Allred 2019-06-19 14:28:42 -04:00
parent 899e2df31d
commit e347c8fb93

View file

@ -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>