[cubby]/branches/2.0.x/cubby-project/cubby-s2/pom.xml
Parent Directory
|
Revision Log
Revision 1797 -
(hide annotations)
Sun Jun 14 04:33:16 2009 JST (3 years, 11 months ago) by baba
File MIME type: text/plain
File size: 4757 byte(s)
Sun Jun 14 04:33:16 2009 JST (3 years, 11 months ago) by baba
File MIME type: text/plain
File size: 4757 byte(s)
依存ライブラリのバージョン更新、hamcrest 追加
| 1 | baba | 1287 | <?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 | 1287 | <parent> |
| 4 | <artifactId>cubby-project</artifactId> | ||
| 5 | <groupId>org.seasar.cubby</groupId> | ||
| 6 | baba | 1759 | <version>2.0.0-beta4-SNAPSHOT</version> |
| 7 | baba | 1287 | </parent> |
| 8 | <modelVersion>4.0.0</modelVersion> | ||
| 9 | <artifactId>cubby-s2</artifactId> | ||
| 10 | <packaging>jar</packaging> | ||
| 11 | <name>Cubby Seasar2 Plugin</name> | ||
| 12 | <build> | ||
| 13 | <plugins> | ||
| 14 | <plugin> | ||
| 15 | <groupId>org.apache.maven.plugins</groupId> | ||
| 16 | <artifactId>maven-eclipse-plugin</artifactId> | ||
| 17 | <configuration> | ||
| 18 | <downloadSources>true</downloadSources> | ||
| 19 | <downloadJavadocs>true</downloadJavadocs> | ||
| 20 | <additionalBuildcommands> | ||
| 21 | <buildCommand> | ||
| 22 | <name>org.seasar.kijimuna.core.builder</name> | ||
| 23 | <arguments> | ||
| 24 | </arguments> | ||
| 25 | </buildCommand> | ||
| 26 | <buildCommand> | ||
| 27 | <name>org.seasar.kijimuna.core.validator</name> | ||
| 28 | <arguments> | ||
| 29 | </arguments> | ||
| 30 | </buildCommand> | ||
| 31 | </additionalBuildcommands> | ||
| 32 | <additionalProjectnatures> | ||
| 33 | <projectnature>org.seasar.kijimuna.core.nature</projectnature> | ||
| 34 | </additionalProjectnatures> | ||
| 35 | </configuration> | ||
| 36 | </plugin> | ||
| 37 | baba | 1670 | <plugin> |
| 38 | <groupId>org.jvnet</groupId> | ||
| 39 | <artifactId>animal-sniffer</artifactId> | ||
| 40 | <executions> | ||
| 41 | <execution> | ||
| 42 | <goals> | ||
| 43 | <goal>check</goal> | ||
| 44 | </goals> | ||
| 45 | </execution> | ||
| 46 | </executions> | ||
| 47 | </plugin> | ||
| 48 | baba | 1287 | </plugins> |
| 49 | </build> | ||
| 50 | <dependencies> | ||
| 51 | <dependency> | ||
| 52 | <groupId>junit</groupId> | ||
| 53 | <artifactId>junit</artifactId> | ||
| 54 | baba | 1797 | <version>4.6</version> |
| 55 | baba | 1287 | <scope>provided</scope> |
| 56 | </dependency> | ||
| 57 | <dependency> | ||
| 58 | baba | 1797 | <groupId>org.hamcrest</groupId> |
| 59 | <artifactId>hamcrest-library</artifactId> | ||
| 60 | <version>1.1</version> | ||
| 61 | <scope>test</scope> | ||
| 62 | </dependency> | ||
| 63 | <dependency> | ||
| 64 | baba | 1287 | <groupId>org.apache.geronimo.specs</groupId> |
| 65 | baba | 1409 | <artifactId>geronimo-servlet_2.5_spec</artifactId> |
| 66 | <version>1.2</version> | ||
| 67 | baba | 1287 | <scope>provided</scope> |
| 68 | </dependency> | ||
| 69 | <dependency> | ||
| 70 | baba | 1409 | <groupId>org.apache.geronimo.specs</groupId> |
| 71 | <artifactId>geronimo-jsp_2.1_spec</artifactId> | ||
| 72 | <version>1.0.1</version> | ||
| 73 | <scope>provided</scope> | ||
| 74 | </dependency> | ||
| 75 | <dependency> | ||
| 76 | <groupId>org.apache.geronimo.specs</groupId> | ||
| 77 | <artifactId>geronimo-el_1.0_spec</artifactId> | ||
| 78 | <version>1.0.1</version> | ||
| 79 | <scope>provided</scope> | ||
| 80 | </dependency> | ||
| 81 | <dependency> | ||
| 82 | baba | 1287 | <groupId>org.seasar.cubby</groupId> |
| 83 | <artifactId>cubby</artifactId> | ||
| 84 | baba | 1759 | <version>2.0.0-beta4-SNAPSHOT</version> |
| 85 | baba | 1287 | </dependency> |
| 86 | <dependency> | ||
| 87 | baba | 1425 | <groupId>org.seasar.cubby</groupId> |
| 88 | <artifactId>cubby-unit</artifactId> | ||
| 89 | baba | 1759 | <version>2.0.0-beta4-SNAPSHOT</version> |
| 90 | baba | 1425 | </dependency> |
| 91 | <dependency> | ||
| 92 | baba | 1287 | <groupId>org.seasar.container</groupId> |
| 93 | <artifactId>s2-framework</artifactId> | ||
| 94 | baba | 1421 | <version>2.4.34</version> |
| 95 | baba | 1287 | <exclusions> |
| 96 | <exclusion> | ||
| 97 | <groupId>commons-logging</groupId> | ||
| 98 | <artifactId>commons-logging</artifactId> | ||
| 99 | </exclusion> | ||
| 100 | <exclusion> | ||
| 101 | <groupId>log4j</groupId> | ||
| 102 | <artifactId>log4j</artifactId> | ||
| 103 | </exclusion> | ||
| 104 | </exclusions> | ||
| 105 | </dependency> | ||
| 106 | <dependency> | ||
| 107 | <groupId>org.seasar.container</groupId> | ||
| 108 | <artifactId>s2-extension</artifactId> | ||
| 109 | baba | 1421 | <version>2.4.34</version> |
| 110 | baba | 1287 | <exclusions> |
| 111 | <exclusion> | ||
| 112 | <groupId>log4j</groupId> | ||
| 113 | <artifactId>log4j</artifactId> | ||
| 114 | </exclusion> | ||
| 115 | </exclusions> | ||
| 116 | </dependency> | ||
| 117 | <dependency> | ||
| 118 | <groupId>org.seasar.container</groupId> | ||
| 119 | <artifactId>s2-tiger</artifactId> | ||
| 120 | baba | 1421 | <version>2.4.34</version> |
| 121 | baba | 1287 | <exclusions> |
| 122 | <exclusion> | ||
| 123 | <groupId>log4j</groupId> | ||
| 124 | <artifactId>log4j</artifactId> | ||
| 125 | </exclusion> | ||
| 126 | </exclusions> | ||
| 127 | </dependency> | ||
| 128 | <dependency> | ||
| 129 | <groupId>org.slf4j</groupId> | ||
| 130 | <artifactId>slf4j-api</artifactId> | ||
| 131 | baba | 1359 | <version>1.5.6</version> |
| 132 | baba | 1287 | </dependency> |
| 133 | <dependency> | ||
| 134 | <groupId>org.slf4j</groupId> | ||
| 135 | <artifactId>jcl-over-slf4j</artifactId> | ||
| 136 | baba | 1359 | <version>1.5.6</version> |
| 137 | baba | 1287 | <scope>test</scope> |
| 138 | </dependency> | ||
| 139 | <dependency> | ||
| 140 | <groupId>ch.qos.logback</groupId> | ||
| 141 | <artifactId>logback-core</artifactId> | ||
| 142 | baba | 1425 | <version>0.9.15</version> |
| 143 | baba | 1287 | <scope>test</scope> |
| 144 | </dependency> | ||
| 145 | <dependency> | ||
| 146 | <groupId>ch.qos.logback</groupId> | ||
| 147 | <artifactId>logback-classic</artifactId> | ||
| 148 | baba | 1425 | <version>0.9.15</version> |
| 149 | baba | 1287 | <scope>test</scope> |
| 150 | </dependency> | ||
| 151 | </dependencies> | ||
| 152 | </project> |
Properties
| Name | Value |
|---|---|
| svn:mime-type | text/plain |
| Repository Top ViewVC Help |
![]() |
| Powered by ViewVC |

