Skip to content

Commit

Permalink
Cleaning pom dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sathish.ks authored and sathish.ks committed Dec 23, 2016
1 parent d84fa87 commit d2b9ebb
Showing 1 changed file with 5 additions and 19 deletions.
24 changes: 5 additions & 19 deletions fabric-components/filter-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,10 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<lombok.version>1.16.6</lombok.version>
<fabric.version>0.4.5</fabric.version>
<junit.version>4.12</junit.version>
<jackson.version>2.5.1</jackson.version>
<kafka.version>0.8.2.2</kafka.version>
<mockito.version>1.10.19</mockito.version>
<s3.version>1.2.1</s3.version>
<jway.version>2.1.0</jway.version>
<fge.version>2.2.6</fge.version>
</properties>

<dependencies>
Expand All @@ -51,32 +48,21 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
<!--<dependency>-->
<!--<groupId>org.apache.commons</groupId>-->
<!--<artifactId>commons-io</artifactId>-->
<!--<version>1.3.2</version>-->
<!--</dependency>-->

<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>${mockito.version}</version>
<scope>test</scope>
</dependency>
<!--<dependency>-->
<!--<groupId>com.fasterxml.jackson.core</groupId>-->
<!--<artifactId>jackson-databind</artifactId>-->
<!--<version>2.4.1.3</version>-->
<!--</dependency>-->
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<version>2.1.0</version>
<version>${jway.version}</version>
</dependency>
<dependency>
<groupId>com.github.fge</groupId>
<artifactId>json-schema-validator</artifactId>
<version>2.2.6</version>
<version>${fge.version}</version>
</dependency>
</dependencies>

Expand All @@ -97,7 +83,7 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<version>3.3</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
Expand Down

0 comments on commit d2b9ebb

Please sign in to comment.