blob: 0eb1beb15ac749388161826f369c85311d0908c4 [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/tracker</name>
13 <url>http://turn.github.com/ttorrent/</url>
14 <artifactId>ttorrent-tracker</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-common</artifactId>
22 <version>1.3.0-SNAPSHOT</version>
23 </dependency>
24
25 <dependency>
26 <groupId>com.turn</groupId>
27 <artifactId>ttorrent-bencoding</artifactId>
28 <version>1.3.0-SNAPSHOT</version>
29 </dependency>
30
31 <dependency>
32 <groupId>com.turn</groupId>
33 <artifactId>ttorrent-test-api</artifactId>
34 <version>1.0</version>
35 <scope>test</scope>
36 </dependency>
37
38 </dependencies>
39
40</project>