diff options
author | Evgeny Mandrikov <mandrikov@gmail.com> | 2011-03-04 03:06:39 +0300 |
---|---|---|
committer | Evgeny Mandrikov <mandrikov@gmail.com> | 2011-03-04 20:25:06 +0300 |
commit | 85bd7105cecbb907ae1301141fdce92e83e2cf2a (patch) | |
tree | 72e69db591e3290e40a0f8c60fed5e08125c2ae6 /sonar-core | |
parent | 257f4eaf740749bc67f572cf70e053cf112bb9fd (diff) | |
download | sonarqube-85bd7105cecbb907ae1301141fdce92e83e2cf2a.tar.gz sonarqube-85bd7105cecbb907ae1301141fdce92e83e2cf2a.zip |
SONAR-2257 Cleanup sonar-plugin-api dependencies
Remove dependency on commons-dbcp, picocontainer and some hibernate dependencies.
We can't remove hibernate-annotations for the moment, because it's used, however
should be removed in future.
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml index e6d78538092..e612ef345f5 100644 --- a/sonar-core/pom.xml +++ b/sonar-core/pom.xml @@ -61,6 +61,10 @@ <groupId>org.hibernate</groupId> <artifactId>hibernate-ehcache</artifactId> </dependency> + <dependency> + <groupId>commons-dbcp</groupId> + <artifactId>commons-dbcp</artifactId> + </dependency> <dependency> <groupId>junit</groupId> |