Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
adding orphanet to all the poms.
Browse files Browse the repository at this point in the history
  • Loading branch information
meatcar committed Oct 19, 2015
1 parent d5a41ba commit 19ec3fb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/vocabularies/orphanet/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@
<artifactId>vocabularies-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-core</artifactId>
<version>2.13.0</version>
</dependency>
<!-- Test dependencies -->
<!-- Unused import. Left in here since, in an ideal world there should be some tests -->
<dependency>
Expand Down
1 change: 1 addition & 0 deletions components/vocabularies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@
<module>hgnc</module>
<module>chebi</module>
<module>ethnicity</module>
<module>orphanet</module>
</modules>
</project>
5 changes: 5 additions & 0 deletions distribution/war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,11 @@
<artifactId>vocabulary-omim-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>vocabulary-orphanet-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>vocabulary-hgnc-api</artifactId>
Expand Down

0 comments on commit 19ec3fb

Please sign in to comment.