Skip to content

Commit

Permalink
Clean Poms TASK-2095
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfeSanahuja committed Oct 11, 2023
1 parent a83173b commit 276c9d6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions cellbase-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,6 @@
<groupId>com.github.samtools</groupId>
<artifactId>htsjdk</artifactId>
</dependency>


<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-util-ajax</artifactId>
Expand Down
1 change: 0 additions & 1 deletion cellbase-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
<groupId>org.opencb.biodata</groupId>
<artifactId>biodata-models</artifactId>
</dependency>

<!-- General dependencies -->
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
Expand Down
4 changes: 0 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,8 @@

<CELLBASE.WAR.NAME>cellbase</CELLBASE.WAR.NAME>
<checkstyle.config.location>checkstyle.xml</checkstyle.config.location>

<sonar.organization>opencb</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>

<maven.compiler.source>1.8</maven.compiler.source>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down Expand Up @@ -172,7 +170,6 @@
<artifactId>biodata-models</artifactId>
<version>${biodata.version}</version>
</dependency>

<!-- General dependencies -->
<dependency>
<groupId>io.grpc</groupId>
Expand Down Expand Up @@ -304,7 +301,6 @@
<artifactId>jjwt-impl</artifactId>
<version>${jjwt.version}</version>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
Expand Down

0 comments on commit 276c9d6

Please sign in to comment.