利用者向け情報

開発者向け情報

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1606 - (hide annotations)
Fri May 1 07:04:40 2009 JST (4 years ago) by baba
File MIME type: text/plain
File size: 1874 byte(s)
[maven-release-plugin] rollback the release of cubby-project-2.0.0-beta2
1 baba 1425 <?xml version="1.0" encoding="UTF-8"?>
2 baba 1606 <project xmlns="http://maven.apache.org/POM/4.0.0"
3     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
5 baba 1425 <parent>
6     <artifactId>cubby-project</artifactId>
7     <groupId>org.seasar.cubby</groupId>
8 baba 1606 <version>2.0.0-beta2-SNAPSHOT</version>
9 baba 1425 </parent>
10     <modelVersion>4.0.0</modelVersion>
11     <artifactId>cubby-unit</artifactId>
12     <packaging>jar</packaging>
13     <name>Cubby Unit</name>
14     <dependencies>
15     <dependency>
16     <groupId>junit</groupId>
17     <artifactId>junit</artifactId>
18     <version>4.5</version>
19     </dependency>
20     <dependency>
21     <groupId>org.seasar.cubby</groupId>
22     <artifactId>cubby</artifactId>
23 baba 1606 <version>2.0.0-beta2-SNAPSHOT</version>
24 baba 1425 </dependency>
25     <dependency>
26     <groupId>javax.servlet</groupId>
27     <artifactId>servlet-api</artifactId>
28     <version>2.5</version>
29     <scope>provided</scope>
30     </dependency>
31     <dependency>
32     <groupId>org.slf4j</groupId>
33     <artifactId>slf4j-api</artifactId>
34     <version>1.5.6</version>
35     </dependency>
36     <dependency>
37     <groupId>org.slf4j</groupId>
38     <artifactId>jcl-over-slf4j</artifactId>
39     <version>1.5.6</version>
40     <scope>test</scope>
41     </dependency>
42     <dependency>
43     <groupId>ch.qos.logback</groupId>
44     <artifactId>logback-core</artifactId>
45     <version>0.9.15</version>
46     <scope>test</scope>
47     </dependency>
48     <dependency>
49     <groupId>ch.qos.logback</groupId>
50     <artifactId>logback-classic</artifactId>
51     <version>0.9.15</version>
52     <scope>test</scope>
53     </dependency>
54     <dependency>
55     <groupId>org.easymock</groupId>
56     <artifactId>easymock</artifactId>
57     <version>2.4</version>
58     <scope>test</scope>
59     </dependency>
60     </dependencies>
61     </project>

Properties

Name Value
svn:mime-type text/plain

Repository Top
ViewVC Help  
ViewVC logotype
Powered by ViewVC