wyona / yanel

http://www.yanel.org
Apache License 2.0
10 stars 5 forks source link

Make sure Yanel is using just one version of Apache Commons Codec #16

Closed michaelwechner closed 12 years ago

michaelwechner commented 12 years ago

According to Balz:

dear all, this is just for your information, in case you once consider to use the latest Commons Codec Library: http://commons.apache.org/codec/ I noticed that in the current Yanel version, different versions are used: 1) repository/com/google/gwt/gwt-dev/2.0.0/gwt-dev-2.0.0.jar : this jar contains the Base64 class, I don't know what version. So be aware of this. 2) Yanel's Test Control resources have a dependency to version 1.3 of the codec:

michaelwechner commented 12 years ago

I have updated the codec lib versions inside

src/resources/testing-control/src/build/dependencies.xml src/test/build.xml

and marked the old dependencies inside

src/build/build.properties

Now there should be only

local/apache-tomcat-7.0.25/webapps/yanel/WEB-INF/lib/commons-codec-1.4.jar

michaelwechner commented 12 years ago

No complaints so far, hence we close this issue