wyona / yanel

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

Conflicting libraries on classpath #83

Closed baszero closed 7 years ago

baszero commented 7 years ago

When I build Yanel, I see these two JARs in the WEB-INF/lib folder:

commons-io-1.2.jar
commons-io-2.4.jar

The following should be done:

michaelwechner commented 7 years ago

I guess we can upgrade to 2.4 inside

src/build/dependencies.xml

but also see the property duplicated.libs inside src/build/build.properties

michaelwechner commented 7 years ago

I have fixed this now

git ci -m "commons-io upgraded to 2.4 and made sure that older version 1.2 is not getting copied" src/build/build.properties src/build/dependencies.xml

Also see

https://www.yulup.com/en/projects/yanel/changes.html?branch=master#b40c7293-d440-46fd-8093-66441da5bd71

baszero commented 7 years ago

Many thanks!