Skip to content

Commit

Permalink
Un-necessary dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
devkhan committed Aug 20, 2016
1 parent b7a9280 commit f3cbb13
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,14 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
<scope></scope>
</dependency>

<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit4</artifactId>
<version>2.19.1</version>
<scope>test</scope>
</dependency>

<dependency>
Expand Down Expand Up @@ -148,13 +149,6 @@
<version>${jackson.version}</version>
</dependency>

<!-- http://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson.version}</version>
</dependency>

<!-- http://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand All @@ -174,6 +168,7 @@
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.10.19</version>
<scope>test</scope>
</dependency>

<dependency>
Expand Down

0 comments on commit f3cbb13

Please sign in to comment.