This is an automated email from the ASF dual-hosted git repository.
ykinash pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
The following commit(s) were added to refs/heads/develop by this push:
new ac086fc change quartz mongo repository url to jitpack
new 982511c Merge pull request #1207 from
rezaagungp/configuration/update-quartz-monogo-lib-dependency
ac086fc is described below
commit ac086fc253277df4138d4a6d10580100ade68e22
Author: Reza Agung Pambudi <[email protected]>
AuthorDate: Wed Jun 23 20:26:09 2021 +0700
change quartz mongo repository url to jitpack
---
services/self-service/pom.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/services/self-service/pom.xml b/services/self-service/pom.xml
index c84847e..5ed21ef 100644
--- a/services/self-service/pom.xml
+++ b/services/self-service/pom.xml
@@ -29,8 +29,8 @@
<repositories>
<repository>
- <id>michaelklishin</id>
- <url>https://dl.bintray.com/michaelklishin/maven/</url>
+ <id>jitpack.io</id>
+ <url>https://jitpack.io</url>
</repository>
</repositories>
@@ -51,7 +51,7 @@
</dependency>
<dependency>
- <groupId>com.novemberain</groupId>
+ <groupId>com.github.michaelklishin</groupId>
<artifactId>quartz-mongodb</artifactId>
<version>2.1.0</version>
</dependency>
@@ -297,4 +297,4 @@
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]