| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
<?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"> |
<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> |
<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-beta4-SNAPSHOT</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-spring</artifactId> |
<artifactId>cubby-spring</artifactId> |
| 10 |
<packaging>jar</packaging> |
<packaging>jar</packaging> |
| 11 |
<name>Cubby Spring Plugin</name> |
<name>Cubby Spring Plugin</name> |
| 12 |
<build> |
<build> |
| 13 |
<plugins> |
<plugins> |
| 14 |
<plugin> |
<plugin> |
| 15 |
<groupId>org.jvnet</groupId> |
<groupId>org.jvnet</groupId> |
| 16 |
<artifactId>animal-sniffer</artifactId> |
<artifactId>animal-sniffer</artifactId> |
| 17 |
<executions> |
<executions> |
| 18 |
<execution> |
<execution> |
| 19 |
<goals> |
<goals> |
| 20 |
<goal>check</goal> |
<goal>check</goal> |
| 21 |
</goals> |
</goals> |
| 22 |
</execution> |
</execution> |
| 23 |
</executions> |
</executions> |
| 24 |
</plugin> |
</plugin> |
| 25 |
</plugins> |
</plugins> |
| 26 |
</build> |
</build> |
| 27 |
<dependencies> |
<dependencies> |
| 28 |
<dependency> |
<dependency> |
| 29 |
<groupId>junit</groupId> |
<groupId>junit</groupId> |
| 30 |
<artifactId>junit</artifactId> |
<artifactId>junit</artifactId> |
| 31 |
<version>4.6</version> |
<version>4.6</version> |
| 32 |
<scope>test</scope> |
<scope>test</scope> |
| 33 |
</dependency> |
</dependency> |
| 34 |
<dependency> |
<dependency> |
| 35 |
<groupId>org.hamcrest</groupId> |
<groupId>javax.servlet</groupId> |
| 36 |
<artifactId>hamcrest-library</artifactId> |
<artifactId>servlet-api</artifactId> |
| 37 |
<version>1.1</version> |
<version>2.5</version> |
| 38 |
<scope>test</scope> |
<scope>provided</scope> |
| 39 |
</dependency> |
</dependency> |
| 40 |
<dependency> |
<dependency> |
| 41 |
<groupId>javax.servlet</groupId> |
<groupId>org.seasar.cubby</groupId> |
| 42 |
<artifactId>servlet-api</artifactId> |
<artifactId>cubby</artifactId> |
| 43 |
<version>2.5</version> |
<version>2.0.0-beta4-SNAPSHOT</version> |
| 44 |
<scope>provided</scope> |
</dependency> |
| 45 |
</dependency> |
<dependency> |
| 46 |
<dependency> |
<groupId>org.springframework</groupId> |
| 47 |
<groupId>org.seasar.cubby</groupId> |
<artifactId>spring-context</artifactId> |
| 48 |
<artifactId>cubby</artifactId> |
<version>2.5.6</version> |
| 49 |
<version>2.0.0-beta4-SNAPSHOT</version> |
</dependency> |
| 50 |
</dependency> |
<dependency> |
| 51 |
<dependency> |
<groupId>org.springframework</groupId> |
| 52 |
<groupId>org.springframework</groupId> |
<artifactId>spring-web</artifactId> |
| 53 |
<artifactId>spring-context</artifactId> |
<version>2.5.6</version> |
| 54 |
<version>2.5.6</version> |
</dependency> |
| 55 |
</dependency> |
<dependency> |
| 56 |
<dependency> |
<groupId>org.springframework</groupId> |
| 57 |
<groupId>org.springframework</groupId> |
<artifactId>spring-test</artifactId> |
| 58 |
<artifactId>spring-web</artifactId> |
<version>2.5.6</version> |
| 59 |
<version>2.5.6</version> |
<scope>test</scope> |
| 60 |
</dependency> |
</dependency> |
| 61 |
<dependency> |
<dependency> |
| 62 |
<groupId>org.springframework</groupId> |
<groupId>org.slf4j</groupId> |
| 63 |
<artifactId>spring-test</artifactId> |
<artifactId>slf4j-api</artifactId> |
| 64 |
<version>2.5.6</version> |
<version>1.5.6</version> |
| 65 |
<scope>test</scope> |
</dependency> |
| 66 |
</dependency> |
<dependency> |
| 67 |
<dependency> |
<groupId>ch.qos.logback</groupId> |
| 68 |
<groupId>org.slf4j</groupId> |
<artifactId>logback-core</artifactId> |
| 69 |
<artifactId>slf4j-api</artifactId> |
<version>0.9.15</version> |
| 70 |
<version>1.5.6</version> |
<scope>test</scope> |
| 71 |
</dependency> |
</dependency> |
| 72 |
<dependency> |
<dependency> |
| 73 |
<groupId>ch.qos.logback</groupId> |
<groupId>ch.qos.logback</groupId> |
| 74 |
<artifactId>logback-core</artifactId> |
<artifactId>logback-classic</artifactId> |
| 75 |
<version>0.9.15</version> |
<version>0.9.15</version> |
| 76 |
<scope>test</scope> |
<scope>test</scope> |
| 77 |
</dependency> |
</dependency> |
| 78 |
<dependency> |
</dependencies> |
|
<groupId>ch.qos.logback</groupId> |
|
|
<artifactId>logback-classic</artifactId> |
|
|
<version>0.9.15</version> |
|
|
<scope>test</scope> |
|
|
</dependency> |
|
|
</dependencies> |
|
| 79 |
</project> |
</project> |