Skip to content

Commit

Permalink
Upgrading batik and bsh
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaCinquini committed Oct 29, 2018
1 parent 2de693e commit 3da3bcf
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,6 @@
<classpathentry kind="lib" path="lib/fetched/spring-security-web-4.2.8.RELEASE.jar"/>
<classpathentry kind="lib" path="lib/fetched/commons-lang-2.6.jar"/>
<classpathentry kind="lib" path="lib/fetched/antisamy-1.5.7.jar"/>
<classpathentry kind="lib" path="lib/fetched/batik-constants-1.9.1.jar"/>
<classpathentry kind="lib" path="lib/fetched/batik-css-1.9.1.jar"/>
<classpathentry kind="lib" path="lib/fetched/batik-i18n-1.9.1.jar"/>
<classpathentry kind="lib" path="lib/fetched/batik-util-1.9.1.jar"/>
<classpathentry kind="lib" path="lib/fetched/bsh-core-2.0b4.jar"/>
<classpathentry kind="lib" path="lib/fetched/commons-beanutils-core-1.8.3.jar"/>
<classpathentry kind="lib" path="lib/fetched/commons-configuration-1.10.jar"/>
<classpathentry kind="lib" path="lib/fetched/esapi-2.1.0.1.jar"/>
Expand All @@ -98,8 +93,6 @@
<classpathentry kind="lib" path="lib/fetched/xmlsec-1.4.7.jar"/>
<classpathentry kind="lib" path="lib/fetched/commons-fileupload-1.3.3.jar"/>
<classpathentry kind="lib" path="lib/fetched/dom4j-2.1.1.jar"/>
<classpathentry kind="lib" path="lib/fetched/esgf-security-2.8.7.jar"/>
<classpathentry kind="lib" path="lib/fetched/esgf-security-test-2.8.7.jar"/>
<classpathentry kind="lib" path="lib/fetched/jaxb-api-2.2.12.jar"/>
<classpathentry kind="lib" path="lib/fetched/jaxen-1.1.6.jar"/>
<classpathentry kind="lib" path="lib/fetched/portlet-api-1.0.jar"/>
Expand All @@ -118,5 +111,12 @@
<classpathentry kind="lib" path="lib/fetched/stax-api-1.0-2.jar"/>
<classpathentry kind="lib" path="lib/fetched/xpp3-1.1.4c.jar"/>
<classpathentry kind="lib" path="lib/fetched/xsdlib-2013.6.1.jar"/>
<classpathentry kind="lib" path="lib/fetched/batik-constants-1.10.jar"/>
<classpathentry kind="lib" path="lib/fetched/batik-css-1.10.jar"/>
<classpathentry kind="lib" path="lib/fetched/batik-i18n-1.10.jar"/>
<classpathentry kind="lib" path="lib/fetched/batik-util-1.10.jar"/>
<classpathentry kind="lib" path="lib/fetched/bsh-core-2.0b6.jar"/>
<classpathentry kind="lib" path="lib/fetched/esgf-security-2.8.8.jar"/>
<classpathentry kind="lib" path="lib/fetched/esgf-security-test-2.8.8.jar"/>
<classpathentry kind="output" path="build"/>
</classpath>
9 changes: 9 additions & 0 deletions ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,15 @@ Note: Check Maven for propery dependency parameter values @
<dependency org="javax.servlet" name="javax.servlet-api" rev="3.0.1"/>

<dependency org="org.dom4j" name="dom4j" rev="2.1.1"/>

<!-- https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-util -->
<dependency org="org.apache.xmlgraphics" name="batik-util" rev="1.10"/>
<dependency org="org.apache.xmlgraphics" name="batik-css" rev="1.10"/>
<!-- https://mvnrepository.com/artifact/org.apache-extras.beanshell/bsh -->
<dependency org="org.apache-extras.beanshell" name="bsh-core" rev="2.0b6"/>
<exclude org="org.beanshell" module="bsh-core" />
<conflict org="org.apache-extras.beanshell" module="bsh-core" rev="2.0b6"/>


</dependencies>

Expand Down

0 comments on commit 3da3bcf

Please sign in to comment.