[cubby]/tags/cubby-project-2.0.3/cubby/pom.xml
Parent Directory
|
Revision Log
Revision 1820 -
(hide annotations)
Tue Jun 30 01:08:57 2009 JST (3 years, 10 months ago) by baba
Original Path: branches/2.0.x/cubby-project/cubby/pom.xml
File MIME type: text/xml
File size: 3055 byte(s)
Tue Jun 30 01:08:57 2009 JST (3 years, 10 months ago) by baba
Original Path: branches/2.0.x/cubby-project/cubby/pom.xml
File MIME type: text/xml
File size: 3055 byte(s)
hamcrestはjunit同梱なのではずしました。
| 1 | baba | 933 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | baba | 1627 | <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 | baba | 933 | <parent> |
| 4 | <artifactId>cubby-project</artifactId> | ||
| 5 | <groupId>org.seasar.cubby</groupId> | ||
| 6 | baba | 1759 | <version>2.0.0-beta4-SNAPSHOT</version> |
| 7 | baba | 933 | </parent> |
| 8 | <modelVersion>4.0.0</modelVersion> | ||
| 9 | <artifactId>cubby</artifactId> | ||
| 10 | baba | 1046 | <packaging>jar</packaging> |
| 11 | baba | 933 | <name>Cubby</name> |
| 12 | baba | 1670 | <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 | baba | 933 | <dependencies> |
| 28 | <dependency> | ||
| 29 | <groupId>junit</groupId> | ||
| 30 | <artifactId>junit</artifactId> | ||
| 31 | baba | 1797 | <version>4.6</version> |
| 32 | baba | 1425 | <scope>test</scope> |
| 33 | baba | 933 | </dependency> |
| 34 | <dependency> | ||
| 35 | baba | 1330 | <groupId>javax.servlet</groupId> |
| 36 | <artifactId>servlet-api</artifactId> | ||
| 37 | baba | 1405 | <version>2.5</version> |
| 38 | baba | 1330 | <scope>provided</scope> |
| 39 | </dependency> | ||
| 40 | <dependency> | ||
| 41 | <groupId>javax.servlet.jsp</groupId> | ||
| 42 | <artifactId>jsp-api</artifactId> | ||
| 43 | baba | 1405 | <version>2.1</version> |
| 44 | baba | 1330 | <scope>provided</scope> |
| 45 | </dependency> | ||
| 46 | <dependency> | ||
| 47 | baba | 933 | <groupId>commons-io</groupId> |
| 48 | <artifactId>commons-io</artifactId> | ||
| 49 | baba | 1359 | <version>1.4</version> |
| 50 | baba | 933 | </dependency> |
| 51 | <dependency> | ||
| 52 | <groupId>commons-fileupload</groupId> | ||
| 53 | <artifactId>commons-fileupload</artifactId> | ||
| 54 | baba | 1330 | <version>1.2.1</version> |
| 55 | baba | 933 | </dependency> |
| 56 | <dependency> | ||
| 57 | baba | 1287 | <groupId>org.slf4j</groupId> |
| 58 | <artifactId>slf4j-api</artifactId> | ||
| 59 | baba | 1359 | <version>1.5.6</version> |
| 60 | baba | 933 | </dependency> |
| 61 | <dependency> | ||
| 62 | baba | 1287 | <groupId>org.slf4j</groupId> |
| 63 | <artifactId>jcl-over-slf4j</artifactId> | ||
| 64 | baba | 1359 | <version>1.5.6</version> |
| 65 | baba | 1287 | <scope>test</scope> |
| 66 | baba | 933 | </dependency> |
| 67 | <dependency> | ||
| 68 | baba | 1287 | <groupId>ch.qos.logback</groupId> |
| 69 | <artifactId>logback-core</artifactId> | ||
| 70 | baba | 1425 | <version>0.9.15</version> |
| 71 | baba | 1287 | <scope>test</scope> |
| 72 | baba | 933 | </dependency> |
| 73 | <dependency> | ||
| 74 | baba | 1287 | <groupId>ch.qos.logback</groupId> |
| 75 | <artifactId>logback-classic</artifactId> | ||
| 76 | baba | 1425 | <version>0.9.15</version> |
| 77 | baba | 1287 | <scope>test</scope> |
| 78 | </dependency> | ||
| 79 | <dependency> | ||
| 80 | <groupId>org.easymock</groupId> | ||
| 81 | <artifactId>easymock</artifactId> | ||
| 82 | <version>2.4</version> | ||
| 83 | baba | 1359 | <scope>test</scope> |
| 84 | baba | 1287 | </dependency> |
| 85 | <dependency> | ||
| 86 | baba | 1359 | <groupId>org.jdom</groupId> |
| 87 | baba | 933 | <artifactId>jdom</artifactId> |
| 88 | baba | 1359 | <version>1.1</version> |
| 89 | baba | 933 | <scope>test</scope> |
| 90 | </dependency> | ||
| 91 | baba | 1339 | <dependency> |
| 92 | <groupId>commons-httpclient</groupId> | ||
| 93 | <artifactId>commons-httpclient</artifactId> | ||
| 94 | <version>3.1</version> | ||
| 95 | <scope>test</scope> | ||
| 96 | baba | 1376 | <exclusions> |
| 97 | <exclusion> | ||
| 98 | <groupId>commons-logging</groupId> | ||
| 99 | <artifactId>commons-logging</artifactId> | ||
| 100 | </exclusion> | ||
| 101 | </exclusions> | ||
| 102 | baba | 1339 | </dependency> |
| 103 | baba | 933 | </dependencies> |
| 104 | </project> |
| Repository Top ViewVC Help |
![]() |
| Powered by ViewVC |

