Skip to content

Commit

Permalink
Issue #14: Phenomecentral build contains 2 common-lang3 libs
Browse files Browse the repository at this point in the history
Fixed (there were many wrong jar versions, too)
  • Loading branch information
sdumitriu committed Jul 8, 2014
1 parent e12e4ab commit ad65650
Show file tree
Hide file tree
Showing 16 changed files with 4,141 additions and 20 deletions.
4 changes: 1 addition & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.phenotips</groupId>
<artifactId>phenotips-parent</artifactId>
<version>1.0-milestone-10</version>
<version>1.0-SNAPSHOT</version>
<relativePath>../phenotips/</relativePath>
</parent>

Expand Down Expand Up @@ -129,11 +129,9 @@

<properties>
<!-- Downstream project versions -->
<xwiki.version>5.4.2</xwiki.version>
<phenotips.version>1.0-SNAPSHOT</phenotips.version>
<patientNetwork.version>1.0-SNAPSHOT</patientNetwork.version>
<medsavant.version>1.2-SNAPSHOT</medsavant.version>
<slf4j.version>1.7.6</slf4j.version>

<!-- There is no Java code, speedup the build by skipping Clirr and Checkstyle checks -->
<checkstyle.skip>true</checkstyle.skip>
Expand Down
7 changes: 0 additions & 7 deletions ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,6 @@
<type>xar</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-menu-ui</artifactId>
<version>${xwiki.version}</version>
<type>xar</type>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<pluginManagement>
Expand Down
Loading

0 comments on commit ad65650

Please sign in to comment.