]> jfr.im git - irc/rizon/acid.git/blob - pyva/core/pom.xml
Update pyva dependencies for java version
[irc/rizon/acid.git] / pyva / core / 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>acid-pyva</artifactId>
9 <version>4.0-SNAPSHOT</version>
10 </parent>
11
12 <artifactId>acid-pyva-core</artifactId>
13
14 <dependencies>
15 <dependency>
16 <groupId>net.rizon</groupId>
17 <artifactId>acid-acid</artifactId>
18 <version>4.0-SNAPSHOT</version>
19 </dependency>
20 <dependency>
21 <groupId>net.rizon</groupId>
22 <artifactId>pyva-java</artifactId>
23 <version>1.0-SNAPSHOT</version>
24 </dependency>
25 </dependencies>
26
27 <build>
28 <plugins>
29 <plugin>
30 <artifactId>maven-assembly-plugin</artifactId>
31 <configuration>
32 <descriptorRefs>
33 <descriptorRef>jar-with-dependencies</descriptorRef>
34 </descriptorRefs>
35 </configuration>
36 <executions>
37 <execution>
38 <phase>package</phase>
39 <goals>
40 <goal>single</goal>
41 </goals>
42 </execution>
43 </executions>
44 </plugin>
45 </plugins>
46 </build>
47 </project>