利用者向け情報

開発者向け情報

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2108 - (hide annotations)
Thu Feb 18 03:06:47 2010 JST (3 years, 4 months ago) by baba
File MIME type: text/plain
File size: 2190 byte(s)
[maven-release-plugin] prepare for next development iteration
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 2108 <version>2.0.7-SNAPSHOT</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 2076 <version>4.7</version>
32 baba 1425 </dependency>
33     <dependency>
34     <groupId>org.seasar.cubby</groupId>
35     <artifactId>cubby</artifactId>
36 baba 2108 <version>2.0.7-SNAPSHOT</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 baba 2076 <version>1.5.10</version>
48 baba 1425 </dependency>
49     <dependency>
50     <groupId>org.slf4j</groupId>
51     <artifactId>jcl-over-slf4j</artifactId>
52 baba 2076 <version>1.5.10</version>
53 baba 1425 <scope>test</scope>
54     </dependency>
55     <dependency>
56     <groupId>ch.qos.logback</groupId>
57     <artifactId>logback-core</artifactId>
58 baba 2076 <version>0.9.18</version>
59 baba 1425 <scope>test</scope>
60     </dependency>
61     <dependency>
62     <groupId>ch.qos.logback</groupId>
63     <artifactId>logback-classic</artifactId>
64 baba 2076 <version>0.9.18</version>
65 baba 1425 <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