adding back thorntail dependencies
This commit is contained in:
parent
899e2df31d
commit
e347c8fb93
1 changed files with 12 additions and 0 deletions
|
|
@ -28,6 +28,18 @@
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</dependencyManagement>
|
</dependencyManagement>
|
||||||
|
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>io.thorntail</groupId>
|
||||||
|
<artifactId>cdi</artifactId>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>io.thorntail</groupId>
|
||||||
|
<artifactId>jaxrs</artifactId>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<finalName>demo</finalName>
|
<finalName>demo</finalName>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue