Skip to content

Commit

Permalink
pom: remove the bigwig dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
imedina committed Mar 22, 2022
1 parent 1bf4292 commit 4e594f6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 21 deletions.
3 changes: 1 addition & 2 deletions cellbase-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<version>2.2</version>
<artifactId>hamcrest-all</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 0 additions & 4 deletions cellbase-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@
<artifactId>poi-ooxml</artifactId>
<version>4.1.2</version>
</dependency>
<dependency>
<groupId>BigWig</groupId>
<artifactId>BigWig</artifactId>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
Expand Down
20 changes: 5 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<junit.jupiter.version>5.5.2</junit.jupiter.version>
<jacoco.version>0.8.5</jacoco.version>
<jetty.version>9.4.17.v20190418</jetty.version>
<bigwig.version>1.0</bigwig.version>

<CELLBASE.WAR.NAME>cellbase</CELLBASE.WAR.NAME>
<checkstyle.config.location>checkstyle.xml</checkstyle.config.location>
Expand Down Expand Up @@ -64,6 +63,11 @@
<name>Javier</name>
<email>[email protected]</email>
</developer>
<developer>
<id>jtarraga</id>
<name>Joaquin</name>
<email>[email protected]</email>
</developer>
<developer>
<id>julie-sullivan</id>
<name>Julie</name>
Expand All @@ -85,11 +89,6 @@
<updatePolicy>daily</updatePolicy>
</snapshots>
</repository>
<!-- needed for bigwig -->
<repository>
<id>opencb-ext-libs</id>
<url>http://bioinfo.hpc.cam.ac.uk/downloads/ext-libs/</url>
</repository>
</repositories>

<dependencyManagement>
Expand Down Expand Up @@ -119,10 +118,6 @@
<artifactId>slf4j-simple</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
<exclusion>
<artifactId>BigWig</artifactId>
<groupId>BigWig</groupId>
</exclusion>
<exclusion>
<groupId>org.mortbay.jetty</groupId>
<artifactId>servlet-api</artifactId>
Expand Down Expand Up @@ -186,11 +181,6 @@
<artifactId>jersey-media-json-jackson</artifactId>
<version>${jersey.version}</version>
</dependency>
<dependency>
<groupId>BigWig</groupId>
<artifactId>BigWig</artifactId>
<version>${bigwig.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
Expand Down

0 comments on commit 4e594f6

Please sign in to comment.