Skip to content

Commit

Permalink
try excluding (should be webservice only)
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-yuen committed Jan 29, 2025
1 parent 607320d commit 018a08a
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@
<artifactId>dockstore-common</artifactId>
<version>1.17.0-alpha.2</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>com.auth0</groupId>
<artifactId>java-jwt</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.dockstore</groupId>
Expand Down
6 changes: 6 additions & 0 deletions dockstore-cli-integration-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@
<groupId>io.dockstore</groupId>
<artifactId>dockstore-common</artifactId>
<version>${dockstore-core.version}</version>
<exclusions>
<exclusion>
<groupId>com.auth0</groupId>
<artifactId>java-jwt</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.dockstore</groupId>
Expand Down
6 changes: 6 additions & 0 deletions dockstore-cli-reports/generated/src/main/resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@
<artifactId>dockstore-common</artifactId>
<version>1.17.0-alpha.2</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>com.auth0</groupId>
<artifactId>java-jwt</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.dockstore</groupId>
Expand Down
6 changes: 6 additions & 0 deletions dockstore-cli-reports/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@
<groupId>io.dockstore</groupId>
<artifactId>dockstore-common</artifactId>
<version>${dockstore-core.version}</version>
<exclusions>
<exclusion>
<groupId>com.auth0</groupId>
<artifactId>java-jwt</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.dockstore</groupId>
Expand Down
4 changes: 4 additions & 0 deletions dockstore-client/generated/src/main/resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
</exclusion>
<exclusion>
<groupId>com.auth0</groupId>
<artifactId>java-jwt</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down
4 changes: 4 additions & 0 deletions dockstore-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
</exclusion>
<exclusion>
<groupId>com.auth0</groupId>
<artifactId>java-jwt</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit 018a08a

Please sign in to comment.