2010-09-19 20:02:18 +00:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
2011-12-30 23:52:04 +00:00
|
|
|
<artifactId>vasc-frontend</artifactId>
|
2011-12-30 23:07:21 +00:00
|
|
|
<groupId>net.forwardfire.vasc</groupId>
|
2011-03-13 14:15:40 +00:00
|
|
|
<version>0.3.5-SNAPSHOT</version>
|
2010-09-19 20:02:18 +00:00
|
|
|
</parent>
|
|
|
|
<artifactId>vasc-frontend-swing</artifactId>
|
2011-03-06 21:27:43 +00:00
|
|
|
<name>vasc-frontend-swing</name>
|
|
|
|
<description>vasc-frontend-swing</description>
|
2010-09-19 20:02:18 +00:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
2011-12-30 23:07:21 +00:00
|
|
|
<groupId>net.forwardfire.vasc</groupId>
|
2010-09-19 20:02:18 +00:00
|
|
|
<artifactId>vasc-core</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<!-- FFF depency
|
|
|
|
<dependency>
|
2012-01-03 01:46:03 +00:00
|
|
|
<groupId>net.forwardfire.fff</groupId>
|
2010-09-19 20:02:18 +00:00
|
|
|
<artifactId>fff-main</artifactId>
|
|
|
|
<version>0.8-SNAPSHOT</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
-->
|
|
|
|
<!-- Swing date editor depency -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.michaelbaranov</groupId>
|
|
|
|
<artifactId>microba</artifactId>
|
|
|
|
<version>0.4.4.1</version>
|
|
|
|
</dependency>
|
2011-12-30 23:07:21 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>de.odysseus.juel</groupId>
|
|
|
|
<artifactId>juel</artifactId>
|
|
|
|
<version>${juel.version}</version>
|
|
|
|
<scope>test</scope>
|
2012-01-22 07:16:15 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.forwardfire.vasc</groupId>
|
|
|
|
<artifactId>vasc-test-frontend-data</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>test</scope>
|
2011-12-30 23:07:21 +00:00
|
|
|
</dependency>
|
2010-09-19 20:02:18 +00:00
|
|
|
</dependencies>
|
|
|
|
</project>
|