If you're using maven/gradle/ivy/buildr, just update the version and let 
it figure out the transitive dependencies.
Although you might want to use the enforcer plugin to check if you 
haven't overwritten any transitive dependency to a lower version:
http://maven.apache.org/enforcer/enforcer-rules/requireUpperBoundDeps.html

If you're using ant, basically replace all of them with those from the 
5.5 lib zip.
If you want to get rid of dead deps, compare the 5.4 lib zip with the 
5.5 lib zip afterwards (= painful).
If you just want the subset of deps that you need (like with maven, for 
example if you only use drools-core, you don't need most of the deps in 
the lib zip), don't use ant.

Op 14-01-13 12:44, Andre Froes schreef:
> Hello everyone,
>
> in order to update from drools 5.4 to 5.5 which lib should I update? Or must
> I replace them all?
>
> Thanks
>
>
>
> --
> View this message in context: 
> http://drools.46999.n3.nabble.com/Which-libs-should-I-update-after-update-tp4021500.html
> Sent from the Drools: User forum mailing list archive at Nabble.com.
> _______________________________________________
> rules-users mailing list
> rules-users@lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>

_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to