aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2022-11-26 03:01:15 +0300
committerGravatar Vitaly Takmazov2022-11-26 03:01:15 +0300
commit0c7bdff5bfdaa44d65972abe90fad4c5cb4631ed (patch)
treeadae18eff9e5107f79d28706d7b53124f58f2714 /pom.xml
parent9faf43a6c4b933b5f97be4348d461bf91f5bf2e2 (diff)
Switch to patched babbler version
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 21ebdd9d..3a4efe5f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,6 +9,12 @@
<groupId>com.juick</groupId>
<artifactId>juick-api</artifactId>
<version>2.0-SNAPSHOT</version>
+ <repositories>
+ <repository>
+ <id>jitpack.io</id>
+ <url>https://jitpack.io</url>
+ </repository>
+ </repositories>
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
@@ -167,7 +173,7 @@
<artifactId>scribejava-apis</artifactId>
<version>8.3.3</version>
</dependency>
- <dependency>
+ <!-- dependency>
<groupId>rocks.xmpp</groupId>
<artifactId>xmpp-core-client</artifactId>
<version>${babbler.version}</version>
@@ -176,6 +182,11 @@
<groupId>rocks.xmpp</groupId>
<artifactId>xmpp-extensions-client</artifactId>
<version>${babbler.version}</version>
+ </dependency -->
+ <dependency>
+ <groupId>com.github.vitalyster</groupId>
+ <artifactId>babbler</artifactId>
+ <version>0ecd48781b</version>
</dependency>
<dependency>
<groupId>org.commonmark</groupId>