diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -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> |