]> jfr.im git - irc/rizon/acid.git/blob - pyva/pom.xml
Import acidictive 4 and pyva plugin
[irc/rizon/acid.git] / pyva / 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"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4 <modelVersion>4.0.0</modelVersion>
5
6 <parent>
7 <groupId>net.rizon</groupId>
8 <artifactId>parent</artifactId>
9 <version>4.0-SNAPSHOT</version>
10 </parent>
11
12 <groupId>net.rizon</groupId>
13 <artifactId>pyva</artifactId>
14 <version>4.0-SNAPSHOT</version>
15 <name>pyva</name>
16
17 <dependencies>
18 <dependency>
19 <groupId>net.rizon</groupId>
20 <artifactId>acid</artifactId>
21 <version>4.0-SNAPSHOT</version>
22 </dependency>
23 </dependencies>
24 </project>