diff options
Diffstat (limited to 'tests/pom.xml')
-rw-r--r-- | tests/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/pom.xml b/tests/pom.xml index 0f766d006..f330e5f1a 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -121,6 +121,13 @@ <systemPath>${project.basedir}/../lib/commons/commons.jar</systemPath> </dependency> --> +<!-- + <dependency> + <groupId>commons-digester</groupId> + <artifactId>commons-digester</artifactId> + <version>${lib.commons.digester.version}</version> + </dependency> +--> </dependencies> |