[cubby]/branches/2.0.x/cubby-project/cubby-guice/pom.xml
Parent Directory
|
Revision Log
Revision 2106 -
(hide annotations)
Thu Feb 18 03:06:38 2010 JST (3 years, 3 months ago) by baba
File MIME type: text/plain
File size: 2485 byte(s)
Thu Feb 18 03:06:38 2010 JST (3 years, 3 months ago) by baba
File MIME type: text/plain
File size: 2485 byte(s)
[maven-release-plugin] prepare release cubby-project-2.0.6
| 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 | 2106 | <version>2.0.6</version> |
| 7 | baba | 1287 | </parent> |
| 8 | <modelVersion>4.0.0</modelVersion> | ||
| 9 | <artifactId>cubby-guice</artifactId> | ||
| 10 | <packaging>jar</packaging> | ||
| 11 | <name>Cubby Guice Plugin</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 | 1287 | <dependencies> |
| 28 | <dependency> | ||
| 29 | <groupId>junit</groupId> | ||
| 30 | <artifactId>junit</artifactId> | ||
| 31 | baba | 2076 | <version>4.7</version> |
| 32 | baba | 1287 | <scope>test</scope> |
| 33 | </dependency> | ||
| 34 | <dependency> | ||
| 35 | baba | 1331 | <groupId>javax.servlet</groupId> |
| 36 | <artifactId>servlet-api</artifactId> | ||
| 37 | baba | 1405 | <version>2.5</version> |
| 38 | baba | 1287 | <scope>provided</scope> |
| 39 | </dependency> | ||
| 40 | <dependency> | ||
| 41 | <groupId>org.seasar.cubby</groupId> | ||
| 42 | <artifactId>cubby</artifactId> | ||
| 43 | baba | 2106 | <version>2.0.6</version> |
| 44 | baba | 1287 | </dependency> |
| 45 | <dependency> | ||
| 46 | baba | 1906 | <groupId>com.google.inject</groupId> |
| 47 | baba | 1359 | <artifactId>guice</artifactId> |
| 48 | baba | 1783 | <version>2.0</version> |
| 49 | baba | 1287 | </dependency> |
| 50 | <dependency> | ||
| 51 | baba | 1906 | <groupId>com.google.inject.extensions</groupId> |
| 52 | baba | 1781 | <artifactId>guice-servlet</artifactId> |
| 53 | baba | 1783 | <version>2.0</version> |
| 54 | baba | 1781 | </dependency> |
| 55 | <dependency> | ||
| 56 | baba | 1785 | <groupId>aopalliance</groupId> |
| 57 | <artifactId>aopalliance</artifactId> | ||
| 58 | <version>1.0</version> | ||
| 59 | </dependency> | ||
| 60 | <dependency> | ||
| 61 | baba | 1287 | <groupId>org.slf4j</groupId> |
| 62 | baba | 1359 | <artifactId>slf4j-api</artifactId> |
| 63 | baba | 2076 | <version>1.5.10</version> |
| 64 | baba | 1287 | </dependency> |
| 65 | <dependency> | ||
| 66 | <groupId>ch.qos.logback</groupId> | ||
| 67 | <artifactId>logback-core</artifactId> | ||
| 68 | baba | 2076 | <version>0.9.18</version> |
| 69 | baba | 1287 | <scope>test</scope> |
| 70 | </dependency> | ||
| 71 | <dependency> | ||
| 72 | <groupId>ch.qos.logback</groupId> | ||
| 73 | <artifactId>logback-classic</artifactId> | ||
| 74 | baba | 2076 | <version>0.9.18</version> |
| 75 | baba | 1287 | <scope>test</scope> |
| 76 | </dependency> | ||
| 77 | <dependency> | ||
| 78 | baba | 1359 | <groupId>org.easymock</groupId> |
| 79 | <artifactId>easymock</artifactId> | ||
| 80 | <version>2.4</version> | ||
| 81 | <scope>test</scope> | ||
| 82 | baba | 1287 | </dependency> |
| 83 | </dependencies> | ||
| 84 | </project> |
Properties
| Name | Value |
|---|---|
| svn:mime-type | text/plain |
| Repository Top ViewVC Help |
![]() |
| Powered by ViewVC |

