Skip to content
This repository has been archived by the owner on Jul 20, 2019. It is now read-only.

Commit

Permalink
Exclude traccar client jar from api to fix jackson lib conflict.
Browse files Browse the repository at this point in the history
  • Loading branch information
scrudden committed Jul 14, 2018
1 parent 58f4d94 commit 22b21eb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions transitclockApi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,14 @@
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk</artifactId>
</exclusion>
<exclusion>
<groupId>TheTransitClock</groupId>
<artifactId>transitclockBarefootClient</artifactId>
</exclusion>
<exclusion>
<groupId>TheTransitClock</groupId>
<artifactId>transitclockTraccarClient</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit 22b21eb

Please sign in to comment.