]> jfr.im git - irc/rizon/acid.git/blob - trapbot/pom.xml
Update requirements.txt with new link for py-dom-xpath
[irc/rizon/acid.git] / trapbot / pom.xml
1 <?xml version="1.0"?>
2 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3 <modelVersion>4.0.0</modelVersion>
4
5 <parent>
6 <groupId>net.rizon</groupId>
7 <artifactId>acid</artifactId>
8 <version>4.0-SNAPSHOT</version>
9 </parent>
10
11 <artifactId>acid-trapbot</artifactId>
12
13 <dependencies>
14 <dependency>
15 <groupId>net.rizon</groupId>
16 <artifactId>acid-acid</artifactId>
17 <version>4.0-SNAPSHOT</version>
18 </dependency>
19 </dependencies>
20 </project>