Skip to content

Commit

Permalink
Exclude commons-logging from dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesagnew committed Sep 30, 2019
1 parent f373abf commit 731be21
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions hapi-fhir-jpaserver-base/pom.xml
Expand Up @@ -276,6 +276,12 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-dbcp2</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down Expand Up @@ -500,6 +506,12 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-search-elasticsearch</artifactId>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- Misc -->
Expand Down

0 comments on commit 731be21

Please sign in to comment.