Skip to content

Commit

Permalink
update ognl library
Browse files Browse the repository at this point in the history
  • Loading branch information
darkv committed Mar 8, 2017
1 parent e82c8e8 commit 11007dd
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Build/build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<property name="framework.erjars.joda" value="joda-time-2.9.7.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.12.jar" />
<property name="framework.erjars.ognl" value="ognl-3.2.jar" />
<property name="framework.erjars.slf4j.api" value="slf4j-api-1.7.23.jar" />
<property name="framework.erjars.slf4j.log4j12" value="slf4j-log4j12-1.7.23.jar" />

Expand Down
4 changes: 2 additions & 2 deletions Frameworks/Core/ERJars/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@
<attribute name="javadoc_location" value="jar:platform:/resource/ERJars/LibraryJavadocs/slf4j-api-1.7.23-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="Libraries/ognl-3.1.12.jar" sourcepath="LibrarySources/ognl-3.1.12-sources.jar">
<classpathentry exported="true" kind="lib" path="Libraries/ognl-3.2.jar" sourcepath="LibrarySources/ognl-3.2-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/ERJars/LibraryJavadocs/ognl-3.1.12-javadoc.jar!/"/>
<attribute name="javadoc_location" value="jar:platform:/resource/ERJars/LibraryJavadocs/ognl-3.2-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="Libraries/javassist-3.20.0-GA.jar"/>
Expand Down
Binary file removed Frameworks/Core/ERJars/Libraries/ognl-3.1.12.jar
Binary file not shown.
Binary file added Frameworks/Core/ERJars/Libraries/ognl-3.2.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion 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.12</version>
<version>3.2</version>
</dependency>
<dependency>
<groupId>metaparadigm</groupId>
Expand Down

0 comments on commit 11007dd

Please sign in to comment.