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 771ebcf  [DATALAB] -- return mongo-quartz rep
771ebcf is described below

commit 771ebcf4534d4eeb3fffba4ec71059bdd1a22e72
Author: KinashYurii <[email protected]>
AuthorDate: Mon Jul 5 15:30:39 2021 +0300

    [DATALAB] -- return mongo-quartz rep
---
 services/self-service/pom.xml | 25 ++++++++++---------------
 1 file changed, 10 insertions(+), 15 deletions(-)

diff --git a/services/self-service/pom.xml b/services/self-service/pom.xml
index 33a9cc2..9532c41 100644
--- a/services/self-service/pom.xml
+++ b/services/self-service/pom.xml
@@ -27,13 +27,6 @@
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
-    <repositories>
-        <repository>
-            <id>jitpack.io</id>
-            <url>https://jitpack.io</url>
-        </repository>
-    </repositories>
-
     <artifactId>self-service</artifactId>
 
     <properties>
@@ -43,6 +36,13 @@
         <com.github.oshi.core.version>3.8.0</com.github.oshi.core.version>
     </properties>
 
+    <repositories>
+        <repository>
+            <id>michaelklishin</id>
+            <url>https://dl.bintray.com/michaelklishin/maven/</url>
+        </repository>
+    </repositories>
+
     <dependencies>
         <dependency>
             <groupId>de.ahus1.keycloak.dropwizard</groupId>
@@ -51,21 +51,16 @@
         </dependency>
 
         <dependency>
-            <groupId>com.github.michaelklishin</groupId>
+            <groupId>com.novemberain</groupId>
             <artifactId>quartz-mongodb</artifactId>
-            <version>v2.2.0-rc1</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.quartz-scheduler</groupId>
-            <artifactId>quartz</artifactId>
-            <version>2.3.2</version>
+            <version>2.1.0</version>
         </dependency>
 
         <dependency>
             <groupId>com.epam.datalab</groupId>
             <artifactId>common</artifactId>
         </dependency>
+
         <dependency>
             <groupId>de.thomaskrille</groupId>
             <artifactId>dropwizard-template-config</artifactId>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to