利用者向け情報

開発者向け情報

[cubby]/branches/2.0.x/cubby-project/cubby-unit/pom.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1830 - (hide annotations)
Sun Jul 5 03:21:31 2009 JST (3 years, 10 months ago) by baba
File MIME type: text/plain
File size: 2178 byte(s)
[maven-release-plugin] prepare release cubby-project-2.0.0-rc1
1 baba 1425 <?xml version="1.0" encoding="UTF-8"?>
2 baba 1627 <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">
3 baba 1425 <parent>
4     <artifactId>cubby-project</artifactId>
5     <groupId>org.seasar.cubby</groupId>
6 baba 1830 <version>2.0.0-rc1</version>
7 baba 1425 </parent>
8     <modelVersion>4.0.0</modelVersion>
9     <artifactId>cubby-unit</artifactId>
10     <packaging>jar</packaging>
11     <name>Cubby Unit</name>
12 baba 1670 <build>
13     <plugins>
14     <plugin>
15     <groupId>org.jvnet</groupId>
16     <artifactId>animal-sniffer</artifactId>
17     <executions>
18     <execution>
19     <goals>
20     <goal>check</goal>
21     </goals>
22     </execution>
23     </executions>
24     </plugin>
25     </plugins>
26     </build>
27 baba 1425 <dependencies>
28     <dependency>
29     <groupId>junit</groupId>
30     <artifactId>junit</artifactId>
31 baba 1797 <version>4.6</version>
32 baba 1425 </dependency>
33     <dependency>
34     <groupId>org.seasar.cubby</groupId>
35     <artifactId>cubby</artifactId>
36 baba 1830 <version>2.0.0-rc1</version>
37 baba 1425 </dependency>
38     <dependency>
39     <groupId>javax.servlet</groupId>
40     <artifactId>servlet-api</artifactId>
41     <version>2.5</version>
42     <scope>provided</scope>
43     </dependency>
44     <dependency>
45     <groupId>org.slf4j</groupId>
46     <artifactId>slf4j-api</artifactId>
47     <version>1.5.6</version>
48     </dependency>
49     <dependency>
50     <groupId>org.slf4j</groupId>
51     <artifactId>jcl-over-slf4j</artifactId>
52     <version>1.5.6</version>
53     <scope>test</scope>
54     </dependency>
55     <dependency>
56     <groupId>ch.qos.logback</groupId>
57     <artifactId>logback-core</artifactId>
58     <version>0.9.15</version>
59     <scope>test</scope>
60     </dependency>
61     <dependency>
62     <groupId>ch.qos.logback</groupId>
63     <artifactId>logback-classic</artifactId>
64     <version>0.9.15</version>
65     <scope>test</scope>
66     </dependency>
67     <dependency>
68     <groupId>org.easymock</groupId>
69     <artifactId>easymock</artifactId>
70     <version>2.4</version>
71     <scope>test</scope>
72     </dependency>
73     </dependencies>
74     </project>

Properties

Name Value
svn:mime-type text/plain

Repository Top
ViewVC Help  
ViewVC logotype
Powered by ViewVC