利用者向け情報

開発者向け情報

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1830 - (show annotations)
Sun Jul 5 03:21:31 2009 JST (3 years, 10 months ago) by baba
File MIME type: text/plain
File size: 2475 byte(s)
[maven-release-plugin] prepare release cubby-project-2.0.0-rc1
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.0-rc1</version>
7 </parent>
8 <modelVersion>4.0.0</modelVersion>
9 <artifactId>cubby-gson</artifactId>
10 <packaging>jar</packaging>
11 <name>Cubby Gson 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 <repositories>
28 <repository>
29 <id>gson</id>
30 <url>http://google-gson.googlecode.com/svn/mavenrepo</url>
31 <snapshots>
32 <enabled>true</enabled>
33 </snapshots>
34 <releases>
35 <enabled>true</enabled>
36 </releases>
37 </repository>
38 </repositories>
39 <dependencies>
40 <dependency>
41 <groupId>junit</groupId>
42 <artifactId>junit</artifactId>
43 <version>4.6</version>
44 <scope>test</scope>
45 </dependency>
46 <dependency>
47 <groupId>javax.servlet</groupId>
48 <artifactId>servlet-api</artifactId>
49 <version>2.5</version>
50 <scope>provided</scope>
51 </dependency>
52 <dependency>
53 <groupId>org.seasar.cubby</groupId>
54 <artifactId>cubby</artifactId>
55 <version>2.0.0-rc1</version>
56 </dependency>
57 <dependency>
58 <groupId>com.google.code.gson</groupId>
59 <artifactId>gson</artifactId>
60 <version>1.3</version>
61 </dependency>
62 <dependency>
63 <groupId>org.slf4j</groupId>
64 <artifactId>slf4j-api</artifactId>
65 <version>1.5.6</version>
66 </dependency>
67 <dependency>
68 <groupId>ch.qos.logback</groupId>
69 <artifactId>logback-core</artifactId>
70 <version>0.9.15</version>
71 <scope>test</scope>
72 </dependency>
73 <dependency>
74 <groupId>ch.qos.logback</groupId>
75 <artifactId>logback-classic</artifactId>
76 <version>0.9.15</version>
77 <scope>test</scope>
78 </dependency>
79 <dependency>
80 <groupId>org.easymock</groupId>
81 <artifactId>easymock</artifactId>
82 <version>2.4</version>
83 <scope>test</scope>
84 </dependency>
85 </dependencies>
86 </project>

Properties

Name Value
svn:mime-type text/plain

Repository Top
ViewVC Help  
ViewVC logotype
Powered by ViewVC