Skip to content

Commit

Permalink
Merge pull request #866 from stokito/maven
Browse files Browse the repository at this point in the history
Fix Maven build
  • Loading branch information
Plyha committed Aug 19, 2024
2 parents 5dd76bb + 4ff173b commit 775e68e
Showing 1 changed file with 41 additions and 5 deletions.
46 changes: 41 additions & 5 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,21 @@
<artifactId>smack-java8</artifactId>
<version>${dependency.smack.version}</version>
</dependency>
<dependency>
<groupId>org.igniterealtime.smack</groupId>
<artifactId>smack-sasl-javax</artifactId>
<version>${dependency.smack.version}</version>
</dependency>
<dependency>
<groupId>org.igniterealtime.smack</groupId>
<artifactId>smack-xmlparser</artifactId>
<version>${dependency.smack.version}</version>
</dependency>
<dependency>
<groupId>org.igniterealtime.smack</groupId>
<artifactId>smack-core</artifactId>
<version>${dependency.smack.version}</version>
</dependency>
<dependency>
<groupId>org.igniterealtime.spark</groupId>
<artifactId>emoticons</artifactId>
Expand Down Expand Up @@ -163,6 +178,21 @@
<classifier>Default.adiumemoticonset</classifier>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.minidns</groupId>
<artifactId>minidns-core</artifactId>
<version>1.0.5</version>
</dependency>
<dependency>
<groupId>org.jxmpp</groupId>
<artifactId>jxmpp-core</artifactId>
<version>1.0.3</version>
</dependency>
<dependency>
<groupId>org.jxmpp</groupId>
<artifactId>jxmpp-jid</artifactId>
<version>1.0.3</version>
</dependency>
<dependency>
<groupId>org.dom4j</groupId>
<artifactId>dom4j</artifactId>
Expand All @@ -173,6 +203,11 @@
<artifactId>httpclient5</artifactId>
<version>5.2.3</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents.core5</groupId>
<artifactId>httpcore5</artifactId>
<version>5.2.4</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
Expand All @@ -189,6 +224,11 @@
<artifactId>jna-platform</artifactId>
<version>5.12.1</version>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>5.12.1</version>
</dependency>

<dependency>
<groupId>com.thoughtworks.xstream</groupId>
Expand All @@ -199,7 +239,7 @@
<dependency>
<groupId>com.install4j</groupId>
<artifactId>install4j-runtime</artifactId>
<version>10.0.4</version>
<version>10.0.8</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -254,10 +294,6 @@
</dependencies>

<repositories>
<repository>
<id>maven-snapshots-repo</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
<repository>
<id>ej-technologies</id>
<url>https://maven.ej-technologies.com/repository/</url>
Expand Down

0 comments on commit 775e68e

Please sign in to comment.