]> jfr.im git - irc/rizon/acid.git/blame - trapbot/pom.xml
Squashed commit of the following:
[irc/rizon/acid.git] / trapbot / pom.xml
CommitLineData
a7bf3c92
A
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 <groupId>net.rizon</groupId>
12 <artifactId>acid-trapbot</artifactId>
13 <version>4.0-SNAPSHOT</version>
14
15 <dependencies>
16 <dependency>
17 <groupId>net.rizon</groupId>
18 <artifactId>acid-acid</artifactId>
19 <version>4.0-SNAPSHOT</version>
20 </dependency>
21 </dependencies>
22</project>