I would put a Spring JDBC dependency in my project, for example in the case of Apache Ivy:
<dependency org="org.springframework" name="org.springframework.jdbc" rev="3.0.4.RELEASE" conf="src,runtime->runtime"/>
He will allow me all the other necessary dependencies.
If you look at the list of dependencies in the SprinSource Enterprise Bundle Repository , you will see that it requires Core, Beans, and Context. You cannot get rid of it.
source share