fixed pom

This commit is contained in:
2012-10-17 09:01:31 +02:00
parent 27aa5c0990
commit 871a434c8c

View File

@@ -9,7 +9,7 @@
<dependency>
<groupId>ch.psi</groupId>
<artifactId>jcae</artifactId>
<version>1.0.28</version>
<version>1.1.0</version>
</dependency>
<!-- Plotting library -->
<dependency>
@@ -30,9 +30,9 @@
<artifactId>jaxb-xjc</artifactId> <version>2.2.1</version> </dependency> -->
<!-- Jython Library -->
<dependency>
<groupId>org.jython</groupId>
<groupId>org.python</groupId>
<artifactId>jython</artifactId>
<version>2.5.1</version>
<version>2.5.3</version>
</dependency>
<!-- CLI Libraries -->
<dependency>