jadenquinn / ivyroundup

Automatically exported from code.google.com/p/ivyroundup
0 stars 0 forks source link

Update commons-digester to handle new versions of beanutils #515

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Many of the existing commons-digester ivy's depend on commons-beanutils core 
configuration. However, as of commons-beanutils 1.9+, commons-beanutils only 
has one artifact, and so it only has a default configuration.

Since the core configuration is the same as default in the older 
commons-beanutils, I think we can make digester compatible with the newer 
beanutils by updating their dependencies from default->core to default->default.

Anyway, patch file attached as normal :)

Original issue reported on code.google.com by kevin.fo...@gmail.com on 9 Sep 2014 at 6:08

Attachments:

GoogleCodeExporter commented 8 years ago
Looks good, thanks. Added in r3192.

Original comment by archie.c...@gmail.com on 9 Sep 2014 at 6:40

GoogleCodeExporter commented 8 years ago
Archie, can you run and commit the regen as well? Many thanks.

Original comment by kevin.fo...@gmail.com on 9 Sep 2014 at 8:02