blob: 3b55515582875a148cdc3fd394e189474859dd03 [file] [log] [blame]
22301080a0334732025-05-17 21:38:32 +08001<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4
5 <parent>
6 <groupId>com.turn</groupId>
7 <artifactId>ttorrent</artifactId>
8 <version>1.3.0-SNAPSHOT</version>
9 <relativePath>../pom.xml</relativePath>
10 </parent>
11
12 <name>ttorrent/client</name>
13 <url>http://turn.github.com/ttorrent/</url>
14 <artifactId>ttorrent-client</artifactId>
15 <version>1.3.0-SNAPSHOT</version>
16 <packaging>jar</packaging>
17
18 <dependencies>
19 <dependency>
20 <groupId>com.turn</groupId>
21 <artifactId>ttorrent-bencoding</artifactId>
22 <version>1.3.0-SNAPSHOT</version>
23 </dependency>
24
25 <dependency>
26 <groupId>com.turn</groupId>
27 <artifactId>ttorrent-network</artifactId>
28 <version>1.0</version>
29 </dependency>
30
31 <dependency>
32 <groupId>com.turn</groupId>
33 <artifactId>ttorrent-common</artifactId>
34 <version>1.3.0-SNAPSHOT</version>
35 </dependency>
36
37 <dependency>
38 <groupId>com.turn</groupId>
39 <artifactId>ttorrent-test-api</artifactId>
40 <version>1.0</version>
41 <scope>test</scope>
42 </dependency>
43
44 </dependencies>
45
46</project>