| 3 |
<parent> |
<parent> |
| 4 |
<artifactId>cubby-project</artifactId> |
<artifactId>cubby-project</artifactId> |
| 5 |
<groupId>org.seasar.cubby</groupId> |
<groupId>org.seasar.cubby</groupId> |
| 6 |
<version>2.0.0-beta3</version> |
<version>2.0.0-beta4-SNAPSHOT</version> |
| 7 |
</parent> |
</parent> |
| 8 |
<modelVersion>4.0.0</modelVersion> |
<modelVersion>4.0.0</modelVersion> |
| 9 |
<artifactId>cubby-s2</artifactId> |
<artifactId>cubby-s2</artifactId> |
| 51 |
<dependency> |
<dependency> |
| 52 |
<groupId>junit</groupId> |
<groupId>junit</groupId> |
| 53 |
<artifactId>junit</artifactId> |
<artifactId>junit</artifactId> |
| 54 |
<version>4.5</version> |
<version>4.6</version> |
| 55 |
<scope>provided</scope> |
<scope>provided</scope> |
| 56 |
</dependency> |
</dependency> |
| 57 |
<dependency> |
<dependency> |
| 58 |
|
<groupId>org.hamcrest</groupId> |
| 59 |
|
<artifactId>hamcrest-library</artifactId> |
| 60 |
|
<version>1.1</version> |
| 61 |
|
<scope>test</scope> |
| 62 |
|
</dependency> |
| 63 |
|
<dependency> |
| 64 |
<groupId>org.apache.geronimo.specs</groupId> |
<groupId>org.apache.geronimo.specs</groupId> |
| 65 |
<artifactId>geronimo-servlet_2.5_spec</artifactId> |
<artifactId>geronimo-servlet_2.5_spec</artifactId> |
| 66 |
<version>1.2</version> |
<version>1.2</version> |
| 81 |
<dependency> |
<dependency> |
| 82 |
<groupId>org.seasar.cubby</groupId> |
<groupId>org.seasar.cubby</groupId> |
| 83 |
<artifactId>cubby</artifactId> |
<artifactId>cubby</artifactId> |
| 84 |
<version>2.0.0-beta3</version> |
<version>2.0.0-beta4-SNAPSHOT</version> |
| 85 |
</dependency> |
</dependency> |
| 86 |
<dependency> |
<dependency> |
| 87 |
<groupId>org.seasar.cubby</groupId> |
<groupId>org.seasar.cubby</groupId> |
| 88 |
<artifactId>cubby-unit</artifactId> |
<artifactId>cubby-unit</artifactId> |
| 89 |
<version>2.0.0-beta3</version> |
<version>2.0.0-beta4-SNAPSHOT</version> |
| 90 |
</dependency> |
</dependency> |
| 91 |
<dependency> |
<dependency> |
| 92 |
<groupId>org.seasar.container</groupId> |
<groupId>org.seasar.container</groupId> |