[go: up one dir, main page]

Menu

[r472]: / omovGuiCore / trunk / pom.xml  Maximize  Restore  History

Download this file

49 lines (39 with data), 1.4 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!-- OMOV GUI CORE -->
<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">
<parent>
<groupId>net.sourceforge.omov</groupId>
<artifactId>omovSuper</artifactId>
<version>0.6-Beta</version>
<relativePath>../omoSuper/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>net.sourceforge.omov</groupId>
<artifactId>omovGuiCore</artifactId>
<packaging>jar</packaging>
<version>0.6-Beta</version>
<name>omovGuiCore</name>
<url>http://maven.apache.org</url>
<!-- =================================================================== -->
<!-- Dependencies -->
<!-- =================================================================== -->
<dependencies>
<dependency>
<groupId>net.sourceforge.omov</groupId>
<artifactId>omovCore</artifactId>
<version>0.6-Beta</version>
</dependency>
<dependency>
<groupId>org.swinglabs</groupId>
<artifactId>swingx</artifactId>
<version>0.9.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.sourceforge.jpotpourri</groupId>
<artifactId>jpotface</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>