Merge pull request #1222 from apache/DATALAB-2458

[DATALAB-2458] cut description for custom image
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>