-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathclient-xfire.pom
More file actions
37 lines (31 loc) · 901 Bytes
/
client-xfire.pom
File metadata and controls
37 lines (31 loc) · 901 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="UTF-8"?>
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>grisu</groupId>
<artifactId>grisu-client-jaxws</artifactId>
<version>0.3-SNAPSHOT</version>
<description>
The client-side classes for the Grisu API.
This one uses the xfire libraries to access the web service and works with java 5.
</description>
<repositories>
<repository>
<id>ARCS</id>
<url>http://code.arcs.org.au/nexus/content/groups/public</url>
</repository>
<repository>
<id>ARCS Snapshots</id>
<url>http://code.arcs.org.au/nexus/content/groups/public-snapshots
</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.codehaus.enunciate</groupId>
<artifactId>enunciate-xfire-client-tools</artifactId>
<version>1.7</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
</dependencies>
</project>