atos1990 / orika

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

Cleanup orika-core pom.xml #36

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There are a couple of dependencies in the orika-core pom.xml that should not be 
there:

1) Test dependencies in compile scope (instead of test scope):
* junit
* easymock
* spring-test

2) Useless dependencies in compile scope
* dozer
* spring
* h2database

3) Dependency on slf4j-simple instead of slf4j-api

This pushes these dependencies onto the project using orika. Please clean up 
your pom. Thanks :)

Original issue reported on code.google.com by lighteater on 30 Jul 2012 at 12:50

GoogleCodeExporter commented 9 years ago
Thanks

Original comment by elaat...@gmail.com on 30 Jul 2012 at 2:07

GoogleCodeExporter commented 9 years ago

Original comment by elaat...@gmail.com on 30 Jul 2012 at 2:07

GoogleCodeExporter commented 9 years ago
Fixed in release 1.1.9

Original comment by elaat...@gmail.com on 25 Aug 2012 at 9:21