Skip to content

Commit

Permalink
Big Panache API refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
FroMage committed Feb 22, 2019
1 parent cba9043 commit 5598419
Show file tree
Hide file tree
Showing 45 changed files with 2,193 additions and 970 deletions.
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@

<dependency>
<groupId>org.jboss.shamrock</groupId>
<artifactId>shamrock-panache-deployment</artifactId>
<artifactId>shamrock-panache-jpa-deployment</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
Expand Down
9 changes: 7 additions & 2 deletions build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -445,12 +445,17 @@
</dependency>
<dependency>
<groupId>org.jboss.shamrock</groupId>
<artifactId>shamrock-panache-deployment</artifactId>
<artifactId>shamrock-panache-jpa-deployment</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.shamrock</groupId>
<artifactId>shamrock-panache-runtime</artifactId>
<artifactId>shamrock-panache-jpa-runtime</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.shamrock</groupId>
<artifactId>shamrock-panache-common-runtime</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down

This file was deleted.

Loading

0 comments on commit 5598419

Please sign in to comment.