OSDN Git Service

initial commit
[xdf/git-repos.git] / xdf-swingx / pom.xml
1 <?xml version="1.0"?>
2 <project>
3         <parent>
4                 <artifactId>xdf-all</artifactId>
5                 <groupId>jp.ac.aiit.xdf</groupId>
6                 <version>1.0-SNAPSHOT</version>
7         </parent>
8         <modelVersion>4.0.0</modelVersion>
9         <groupId>jp.ac.aiit.xdf.component.swingx
10         </groupId>
11         <artifactId>xdf-swingx</artifactId>
12         <name>xdf-swingx</name>
13         <version>1.0-SNAPSHOT</version>
14         <url>http://maven.apache.org</url>
15         <dependencies>
16                 <dependency>
17                         <groupId>jp.ac.aiit.xdf</groupId>
18                         <artifactId>xdf</artifactId>
19                         <version>1.0-SNAPSHOT</version>
20                 </dependency>
21                 <dependency>
22                         <groupId>jp.ac.aiit.xdf.component.swing</groupId>
23                         <artifactId>xdf-swing</artifactId>
24                         <version>1.0-SNAPSHOT</version>
25                 </dependency>
26                 <dependency>
27                         <groupId>org.swinglabs</groupId>
28                         <artifactId>swingx</artifactId>
29                         <version>0.9.2</version>
30                 </dependency>
31         </dependencies>
32 </project>