diff options
author | yvesf <yvesf-git@xapek.org> | 2011-03-24 22:09:06 +0100 |
---|---|---|
committer | yvesf <yvesf-git@xapek.org> | 2011-03-24 22:09:06 +0100 |
commit | 01014c5b00fec87101d971acdf88f523a9b4254a (patch) | |
tree | 4e0c8aa7b6db241aedc1eed5dd58a49d9e83c37c /pom.xml | |
parent | 2f67aa1e2fa791be93d1b44abbc2c8f4df93a2e5 (diff) | |
download | dhbw-calendar-01014c5b00fec87101d971acdf88f523a9b4254a.tar.gz dhbw-calendar-01014c5b00fec87101d971acdf88f523a9b4254a.zip |
JavaDoc Source Documentation, replace sun.misc Base64 with commons
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -58,7 +58,7 @@ <reportSet> <reports> <report>dependencies</report> - <report>index</report> + <report>index</report> <!-- <report>project-team</report> <report>mailing-list</report> <report>cim</report> <report>issue-tracking</report> --> <report>license</report> @@ -92,6 +92,11 @@ <version>3.8.1</version> <scope>test</scope> </dependency> + <dependency> + <groupId>ws-commons-util</groupId> + <artifactId>ws-commons-util</artifactId> + <version>1.0.1</version> + </dependency> </dependencies> |