Skip to content

Commit

Permalink
Merge pull request #1063 from ORCID/mongoDependencyExclusion
Browse files Browse the repository at this point in the history
added exclusion to user service
  • Loading branch information
jthomas-orcid authored Dec 13, 2023
2 parents 34f2c72 + dcf2a62 commit 6342349
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion user-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-common</artifactId>
</dependency>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
Expand All @@ -357,6 +357,12 @@
<groupId>net.javacrumbs.shedlock</groupId>
<artifactId>shedlock-provider-mongo</artifactId>
<version>4.24.0</version>
<exclusions>
<exclusion>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-sync</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>net.javacrumbs.shedlock</groupId>
Expand Down

0 comments on commit 6342349

Please sign in to comment.