diff options
Diffstat (limited to 'dozentenmodul')
-rwxr-xr-x | dozentenmodul/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dozentenmodul/pom.xml b/dozentenmodul/pom.xml index 50aa5253..0a250227 100755 --- a/dozentenmodul/pom.xml +++ b/dozentenmodul/pom.xml @@ -158,7 +158,7 @@ <dependency> <groupId>org.jdatepicker</groupId> <artifactId>jdatepicker</artifactId> - <!-- this is in our own repo at mltk-services, since every version on maven central is horribly outdated and buggy --> + <!-- this is in our own repo at mltk-services, since every version on maven central is horribly outdated and buggy... --> <version>2.0.0-SNAPSHOT</version> <scope>compile</scope> </dependency> |