OSDN Git Service

95e084eddcbc931760d5e0b4e8c307a04ff3f376
[ea2ddl/ea2ddl.git] / ea2ddl-common / pom.xml
1 <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">
2         <parent>
3                 <artifactId>ea2ddl-parent</artifactId>
4                 <groupId>jp.sourceforge.ea2ddl</groupId>
5                 <version>0.0.3</version>
6         </parent>
7         <modelVersion>4.0.0</modelVersion>
8         <artifactId>ea2ddl-common</artifactId>
9         <name>ea2ddl-common</name>
10         <description>common logics for ea2ddl</description>
11         <url>http://ea2ddl.sourceforge.jp/</url>
12         
13         <dependencies>
14                 <dependency>
15                         <groupId>org.seasar.container</groupId>
16                         <artifactId>s2-extension</artifactId>
17                 </dependency>
18                 <dependency>
19                         <groupId>org.seasar.container</groupId>
20                         <artifactId>s2-tiger</artifactId>
21                 </dependency>
22
23                 <dependency>
24                         <groupId>org.apache.geronimo.specs</groupId>
25                         <artifactId>geronimo-j2ee_1.4_spec</artifactId>
26                 </dependency>
27                 <dependency>
28                         <groupId>org.apache.geronimo.specs</groupId>
29                         <artifactId>geronimo-ejb_3.0_spec</artifactId>
30                 </dependency>
31                 <dependency>
32                         <groupId>org.apache.geronimo.specs</groupId>
33                         <artifactId>geronimo-jpa_3.0_spec</artifactId>
34                 </dependency>
35                 <dependency>
36                         <groupId>org.apache.geronimo.specs</groupId>
37                         <artifactId>geronimo-jta_1.1_spec</artifactId>
38                 </dependency>
39                 
40                 <dependency>
41                         <groupId>org.apache.ant</groupId>
42                         <artifactId>ant</artifactId>
43                 </dependency>
44                 <dependency>
45                         <groupId>org.freemarker</groupId>
46                         <artifactId>freemarker</artifactId>
47                 </dependency>
48         </dependencies>
49 </project>