Skip to content

Commit

Permalink
Issue #77: Added dependancy to variant-store-integration widgets ui t…
Browse files Browse the repository at this point in the history
…o the POM
  • Loading branch information
mjshepherd authored and Orion Buske committed Mar 6, 2017
1 parent fe52807 commit c6199cb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@
<artifactId>anonymous-communication</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>variant-store-integration-ui</artifactId>
<version>${project.version}</version>
<type>xar</type>
<scope>runtime</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit c6199cb

Please sign in to comment.