[cubby]/branches/2.0.x/cubby-project/cubby-spring/pom.xml
Parent Directory
|
Revision Log
Revision 1822 -
(hide annotations)
Tue Jun 30 04:34:08 2009 JST (3 years, 10 months ago) by baba
File MIME type: text/plain
File size: 3064 byte(s)
Tue Jun 30 04:34:08 2009 JST (3 years, 10 months ago) by baba
File MIME type: text/plain
File size: 3064 byte(s)
ログまわりの依存関係を整理
| 1 | someda | 1666 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | baba | 1756 | <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 | 1820 | <parent> |
| 4 | <artifactId>cubby-project</artifactId> | ||
| 5 | <groupId>org.seasar.cubby</groupId> | ||
| 6 | <version>2.0.0-beta4-SNAPSHOT</version> | ||
| 7 | </parent> | ||
| 8 | <modelVersion>4.0.0</modelVersion> | ||
| 9 | <artifactId>cubby-spring</artifactId> | ||
| 10 | <packaging>jar</packaging> | ||
| 11 | <name>Cubby Spring Plugin</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 | baba | 1797 | <dependency> |
| 29 | baba | 1820 | <groupId>junit</groupId> |
| 30 | <artifactId>junit</artifactId> | ||
| 31 | <version>4.6</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>org.seasar.cubby</groupId> | ||
| 42 | <artifactId>cubby</artifactId> | ||
| 43 | <version>2.0.0-beta4-SNAPSHOT</version> | ||
| 44 | </dependency> | ||
| 45 | <dependency> | ||
| 46 | <groupId>org.springframework</groupId> | ||
| 47 | <artifactId>spring-context</artifactId> | ||
| 48 | <version>2.5.6</version> | ||
| 49 | baba | 1822 | <exclusions> |
| 50 | <exclusion> | ||
| 51 | <groupId>commons-logging</groupId> | ||
| 52 | <artifactId>commons-logging</artifactId> | ||
| 53 | </exclusion> | ||
| 54 | </exclusions> | ||
| 55 | baba | 1820 | </dependency> |
| 56 | <dependency> | ||
| 57 | <groupId>org.springframework</groupId> | ||
| 58 | <artifactId>spring-web</artifactId> | ||
| 59 | <version>2.5.6</version> | ||
| 60 | baba | 1822 | <exclusions> |
| 61 | <exclusion> | ||
| 62 | <groupId>commons-logging</groupId> | ||
| 63 | <artifactId>commons-logging</artifactId> | ||
| 64 | </exclusion> | ||
| 65 | </exclusions> | ||
| 66 | baba | 1820 | </dependency> |
| 67 | <dependency> | ||
| 68 | <groupId>org.springframework</groupId> | ||
| 69 | <artifactId>spring-test</artifactId> | ||
| 70 | <version>2.5.6</version> | ||
| 71 | <scope>test</scope> | ||
| 72 | baba | 1822 | <exclusions> |
| 73 | <exclusion> | ||
| 74 | <groupId>commons-logging</groupId> | ||
| 75 | <artifactId>commons-logging</artifactId> | ||
| 76 | </exclusion> | ||
| 77 | </exclusions> | ||
| 78 | baba | 1820 | </dependency> |
| 79 | <dependency> | ||
| 80 | <groupId>org.slf4j</groupId> | ||
| 81 | <artifactId>slf4j-api</artifactId> | ||
| 82 | <version>1.5.6</version> | ||
| 83 | </dependency> | ||
| 84 | <dependency> | ||
| 85 | baba | 1822 | <groupId>org.slf4j</groupId> |
| 86 | <artifactId>jcl-over-slf4j</artifactId> | ||
| 87 | <version>1.5.6</version> | ||
| 88 | </dependency> | ||
| 89 | <dependency> | ||
| 90 | baba | 1820 | <groupId>ch.qos.logback</groupId> |
| 91 | <artifactId>logback-core</artifactId> | ||
| 92 | <version>0.9.15</version> | ||
| 93 | <scope>test</scope> | ||
| 94 | </dependency> | ||
| 95 | <dependency> | ||
| 96 | <groupId>ch.qos.logback</groupId> | ||
| 97 | <artifactId>logback-classic</artifactId> | ||
| 98 | <version>0.9.15</version> | ||
| 99 | <scope>test</scope> | ||
| 100 | </dependency> | ||
| 101 | </dependencies> | ||
| 102 | someda | 1666 | </project> |
Properties
| Name | Value |
|---|---|
| svn:mime-type | text/plain |
| Repository Top ViewVC Help |
![]() |
| Powered by ViewVC |

