Skip to content

Commit

Permalink
update build files for new libs
Browse files Browse the repository at this point in the history
  • Loading branch information
darkv committed Jun 14, 2016
1 parent adc76a7 commit db4a5d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Build/build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
<property name="framework.erjars.fluent-hc" value="fluent-hc-4.5.2.jar" />
<property name="framework.erjars.httpclient" value="httpclient-4.5.2.jar" />
<property name="framework.erjars.httpclient-cache" value="httpclient-cache-4.5.2.jar" />
<property name="framework.erjars.httpcore" value="httpcore-4.4.4.jar" />
<property name="framework.erjars.httpcore" value="httpcore-4.4.5.jar" />
<property name="framework.erjars.httpmime" value="httpmime-4.5.2.jar" />
<property name="framework.erjars.icu4j" value="icu4j-3_8_1.jar" />
<property name="framework.erjars.joda" value="joda-time-2.9.3.jar" />
<property name="framework.erjars.junit" value="junit-4.12.jar" />
<property name="framework.erjars.log4j" value="log4j-1.2.17.jar" />
<property name="framework.erjars.ognl" value="ognl-3.1.4.jar" />
<property name="framework.erjars.ognl" value="ognl-3.1.8.jar" />
<property name="framework.erjars.slf4j.api" value="slf4j-api-1.7.21.jar" />
<property name="framework.erjars.slf4j.log4j12" value="slf4j-log4j12-1.7.21.jar" />

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@
<dependency>
<groupId>ognl</groupId>
<artifactId>ognl</artifactId>
<version>3.1.4</version>
<version>3.1.8</version>
</dependency>
<dependency>
<groupId>metaparadigm</groupId>
Expand Down Expand Up @@ -720,7 +720,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.4</version>
<version>4.4.5</version>
</dependency>
<dependency>
<groupId>com.drewnoakes</groupId>
Expand Down

0 comments on commit db4a5d0

Please sign in to comment.