diff options
author | Simon Rettberg | 2024-10-02 15:54:25 +0200 |
---|---|---|
committer | Simon Rettberg | 2024-10-02 15:54:25 +0200 |
commit | 8bb06a20b9162c9d63831e4a3b92be0285d1e4c0 (patch) | |
tree | dd1dcc2bb8dd3b42c43a3cea0c304adf325bfb8e /dozentenmodul | |
parent | [client] Tweak connection timeouts (diff) | |
download | tutor-module-master.tar.gz tutor-module-master.tar.xz tutor-module-master.zip |
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> |