利用者向け情報

開発者向け情報

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2108 - (show annotations)
Thu Feb 18 03:06:47 2010 JST (3 years, 3 months ago) by baba
File MIME type: text/plain
File size: 2503 byte(s)
[maven-release-plugin] prepare for next development iteration
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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 <parent>
4 <artifactId>cubby-project</artifactId>
5 <groupId>org.seasar.cubby</groupId>
6 <version>2.0.7-SNAPSHOT</version>
7 </parent>
8 <modelVersion>4.0.0</modelVersion>
9 <artifactId>cubby-guice</artifactId>
10 <packaging>jar</packaging>
11 <name>Cubby Guice Plugin</name>
12 <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 <dependencies>
28 <dependency>
29 <groupId>junit</groupId>
30 <artifactId>junit</artifactId>
31 <version>4.7</version>
32 <scope>test</scope>
33 </dependency>
34 <dependency>
35 <groupId>javax.servlet</groupId>
36 <artifactId>servlet-api</artifactId>
37 <version>2.5</version>
38 <scope>provided</scope>
39 </dependency>
40 <dependency>
41 <groupId>org.seasar.cubby</groupId>
42 <artifactId>cubby</artifactId>
43 <version>2.0.7-SNAPSHOT</version>
44 </dependency>
45 <dependency>
46 <groupId>com.google.inject</groupId>
47 <artifactId>guice</artifactId>
48 <version>2.0</version>
49 </dependency>
50 <dependency>
51 <groupId>com.google.inject.extensions</groupId>
52 <artifactId>guice-servlet</artifactId>
53 <version>2.0</version>
54 </dependency>
55 <dependency>
56 <groupId>aopalliance</groupId>
57 <artifactId>aopalliance</artifactId>
58 <version>1.0</version>
59 </dependency>
60 <dependency>
61 <groupId>org.slf4j</groupId>
62 <artifactId>slf4j-api</artifactId>
63 <version>1.5.10</version>
64 </dependency>
65 <dependency>
66 <groupId>ch.qos.logback</groupId>
67 <artifactId>logback-core</artifactId>
68 <version>0.9.18</version>
69 <scope>test</scope>
70 </dependency>
71 <dependency>
72 <groupId>ch.qos.logback</groupId>
73 <artifactId>logback-classic</artifactId>
74 <version>0.9.18</version>
75 <scope>test</scope>
76 </dependency>
77 <dependency>
78 <groupId>org.easymock</groupId>
79 <artifactId>easymock</artifactId>
80 <version>2.4</version>
81 <scope>test</scope>
82 </dependency>
83 </dependencies>
84 </project>

Properties

Name Value
svn:mime-type text/plain

Repository Top
ViewVC Help  
ViewVC logotype
Powered by ViewVC