Skip to content

Commit

Permalink
Issue #77: Added dependancy to phenotips widgets ui to the POM
Browse files Browse the repository at this point in the history
  • Loading branch information
mjshepherd authored and buske committed Nov 22, 2016
1 parent e4e558a commit 43216d1
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 @@ -60,6 +60,13 @@
<artifactId>anonymous-communication</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>phenotips-widgets-ui</artifactId>
<version>${project.version}</version>
<type>xar</type>
<scope>runtime</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 43216d1

Please sign in to comment.