[cubby]/tags/cubby-project-2.0.3/cubby/pom.xml
Parent Directory
|
Revision Log
Revision 1745 -
(show annotations)
Wed Jun 3 12:20:12 2009 JST (3 years, 11 months ago) by baba
Original Path: branches/2.0.x/cubby-project/cubby/pom.xml
File MIME type: text/xml
File size: 3046 byte(s)
Wed Jun 3 12:20:12 2009 JST (3 years, 11 months ago) by baba
Original Path: branches/2.0.x/cubby-project/cubby/pom.xml
File MIME type: text/xml
File size: 3046 byte(s)
[maven-release-plugin] prepare release cubby-project-2.0.0-beta3
| 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-beta3</version> |
| 7 | </parent> |
| 8 | <modelVersion>4.0.0</modelVersion> |
| 9 | <artifactId>cubby</artifactId> |
| 10 | <packaging>jar</packaging> |
| 11 | <name>Cubby</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.5</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>javax.servlet.jsp</groupId> |
| 42 | <artifactId>jsp-api</artifactId> |
| 43 | <version>2.1</version> |
| 44 | <scope>provided</scope> |
| 45 | </dependency> |
| 46 | <dependency> |
| 47 | <groupId>commons-io</groupId> |
| 48 | <artifactId>commons-io</artifactId> |
| 49 | <version>1.4</version> |
| 50 | </dependency> |
| 51 | <dependency> |
| 52 | <groupId>commons-fileupload</groupId> |
| 53 | <artifactId>commons-fileupload</artifactId> |
| 54 | <version>1.2.1</version> |
| 55 | </dependency> |
| 56 | <dependency> |
| 57 | <groupId>org.slf4j</groupId> |
| 58 | <artifactId>slf4j-api</artifactId> |
| 59 | <version>1.5.6</version> |
| 60 | </dependency> |
| 61 | <dependency> |
| 62 | <groupId>org.slf4j</groupId> |
| 63 | <artifactId>jcl-over-slf4j</artifactId> |
| 64 | <version>1.5.6</version> |
| 65 | <scope>test</scope> |
| 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 | <dependency> |
| 86 | <groupId>org.jdom</groupId> |
| 87 | <artifactId>jdom</artifactId> |
| 88 | <version>1.1</version> |
| 89 | <scope>test</scope> |
| 90 | </dependency> |
| 91 | <dependency> |
| 92 | <groupId>commons-httpclient</groupId> |
| 93 | <artifactId>commons-httpclient</artifactId> |
| 94 | <version>3.1</version> |
| 95 | <scope>test</scope> |
| 96 | <exclusions> |
| 97 | <exclusion> |
| 98 | <groupId>commons-logging</groupId> |
| 99 | <artifactId>commons-logging</artifactId> |
| 100 | </exclusion> |
| 101 | </exclusions> |
| 102 | </dependency> |
| 103 | </dependencies> |
| 104 | </project> |
| Repository Top ViewVC Help |
![]() |
| Powered by ViewVC |

