Skip to content

Commit

Permalink
adds case-projector to the distribution target
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Biasuzzi committed Jul 25, 2017
1 parent 1cf71a3 commit 417736a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,14 @@
<version>${project.version}</version>
</dependency>

<!-- case projector -->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>case-projector</artifactId>
<version>${project.version}</version>
</dependency>


</dependencies>

<build>
Expand Down

0 comments on commit 417736a

Please sign in to comment.