]>
wirehaze git hosting - axolotl.git/blob - client/pom.xml
1 <?xml version=
"1.0" encoding=
"UTF-8"?>
2 <project xmlns=
"http://maven.apache.org/POM/4.0.0"
3 xmlns:
xsi=
"http://www.w3.org/2001/XMLSchema-instance"
4 xsi:
schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5 <modelVersion>4.0.0</modelVersion>
7 <artifactId>axolotl
</artifactId>
8 <groupId>ovh.wirehaze.axolotl
</groupId>
9 <version>0.0.1-SNAPSHOT
</version>
12 <artifactId>client
</artifactId>
18 <groupId>org.igniterealtime.smack
</groupId>
19 <artifactId>smack-core
</artifactId>
20 <version>4.4.8</version>
23 <groupId>org.igniterealtime.smack
</groupId>
24 <artifactId>smack-tcp
</artifactId>
25 <version>4.4.8</version>
28 <groupId>org.igniterealtime.smack
</groupId>
29 <artifactId>smack-im
</artifactId>
30 <version>4.4.8</version>
33 <groupId>org.junit.jupiter
</groupId>
34 <artifactId>junit-jupiter
</artifactId>
35 <version>${junit.version}
</version>