[cubby]/tags/cubby-project-2.0.3/cubby-unit/pom.xml
Parent Directory
|
Revision Log
Revision 2028 -
(show annotations)
Wed Nov 4 02:53:59 2009 JST (3 years, 6 months ago) by baba
File MIME type: text/plain
File size: 2170 byte(s)
Wed Nov 4 02:53:59 2009 JST (3 years, 6 months ago) by baba
File MIME type: text/plain
File size: 2170 byte(s)
[maven-release-plugin] copy for tag cubby-project-2.0.3
| 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.3</version> |
| 7 | </parent> |
| 8 | <modelVersion>4.0.0</modelVersion> |
| 9 | <artifactId>cubby-unit</artifactId> |
| 10 | <packaging>jar</packaging> |
| 11 | <name>Cubby Unit</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 | </dependency> |
| 33 | <dependency> |
| 34 | <groupId>org.seasar.cubby</groupId> |
| 35 | <artifactId>cubby</artifactId> |
| 36 | <version>2.0.3</version> |
| 37 | </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 | <version>1.5.6</version> |
| 48 | </dependency> |
| 49 | <dependency> |
| 50 | <groupId>org.slf4j</groupId> |
| 51 | <artifactId>jcl-over-slf4j</artifactId> |
| 52 | <version>1.5.6</version> |
| 53 | <scope>test</scope> |
| 54 | </dependency> |
| 55 | <dependency> |
| 56 | <groupId>ch.qos.logback</groupId> |
| 57 | <artifactId>logback-core</artifactId> |
| 58 | <version>0.9.15</version> |
| 59 | <scope>test</scope> |
| 60 | </dependency> |
| 61 | <dependency> |
| 62 | <groupId>ch.qos.logback</groupId> |
| 63 | <artifactId>logback-classic</artifactId> |
| 64 | <version>0.9.15</version> |
| 65 | <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 |
![]() |
| Powered by ViewVC |

