Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Commit

Permalink
Move jackson dependency out of apollo-core
Browse files Browse the repository at this point in the history
Nothing in apollo-core is using jackson. However the slack module uses
it as a transitive dependency, so it needs to be readded there.
  • Loading branch information
mishako committed Apr 15, 2017
1 parent 4405c3f commit 835cd00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
9 changes: 0 additions & 9 deletions apollo-core/pom.xml
Expand Up @@ -46,15 +46,6 @@
<artifactId>config</artifactId>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down
4 changes: 4 additions & 0 deletions modules/slack/pom.xml
Expand Up @@ -30,6 +30,10 @@
<groupId>com.spotify</groupId>
<artifactId>apollo-core</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-client</artifactId>
Expand Down

0 comments on commit 835cd00

Please sign in to comment.