利用者向け情報

開発者向け情報

[cubby]/tags/cubby-project-2.0.3/cubby-spring/pom.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2003 - (show annotations)
Tue Oct 6 02:32:29 2009 JST (3 years, 7 months ago) by baba
Original Path: branches/2.0.x/cubby-project/cubby-spring/pom.xml
File MIME type: text/plain
File size: 3052 byte(s)
[maven-release-plugin] prepare release cubby-project-2.0.2
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.2</version>
7 </parent>
8 <modelVersion>4.0.0</modelVersion>
9 <artifactId>cubby-spring</artifactId>
10 <packaging>jar</packaging>
11 <name>Cubby Spring 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.6</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.2</version>
44 </dependency>
45 <dependency>
46 <groupId>org.springframework</groupId>
47 <artifactId>spring-context</artifactId>
48 <version>2.5.6.SEC01</version>
49 <exclusions>
50 <exclusion>
51 <groupId>commons-logging</groupId>
52 <artifactId>commons-logging</artifactId>
53 </exclusion>
54 </exclusions>
55 </dependency>
56 <dependency>
57 <groupId>org.springframework</groupId>
58 <artifactId>spring-web</artifactId>
59 <version>2.5.6.SEC01</version>
60 <exclusions>
61 <exclusion>
62 <groupId>commons-logging</groupId>
63 <artifactId>commons-logging</artifactId>
64 </exclusion>
65 </exclusions>
66 </dependency>
67 <dependency>
68 <groupId>org.springframework</groupId>
69 <artifactId>spring-test</artifactId>
70 <version>2.5.6.SEC01</version>
71 <scope>test</scope>
72 <exclusions>
73 <exclusion>
74 <groupId>commons-logging</groupId>
75 <artifactId>commons-logging</artifactId>
76 </exclusion>
77 </exclusions>
78 </dependency>
79 <dependency>
80 <groupId>org.slf4j</groupId>
81 <artifactId>slf4j-api</artifactId>
82 <version>1.5.6</version>
83 </dependency>
84 <dependency>
85 <groupId>org.slf4j</groupId>
86 <artifactId>jcl-over-slf4j</artifactId>
87 <version>1.5.6</version>
88 </dependency>
89 <dependency>
90 <groupId>ch.qos.logback</groupId>
91 <artifactId>logback-core</artifactId>
92 <version>0.9.15</version>
93 <scope>test</scope>
94 </dependency>
95 <dependency>
96 <groupId>ch.qos.logback</groupId>
97 <artifactId>logback-classic</artifactId>
98 <version>0.9.15</version>
99 <scope>test</scope>
100 </dependency>
101 </dependencies>
102 </project>

Properties

Name Value
svn:mime-type text/plain

Repository Top
ViewVC Help  
ViewVC logotype
Powered by ViewVC