Mercurial > hg > Members > shoshi > jungle > jungle-core
comparison pom.xml @ 0:113050de7f69
hg init
author | shoshi <shoshi@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 11 Jun 2012 20:10:00 +0900 |
parents | |
children | cc30c2773c09 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:113050de7f69 |
---|---|
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
3 <modelVersion>4.0.0</modelVersion> | |
4 | |
5 <groupId>jungle</groupId> | |
6 <artifactId>jungle-core</artifactId> | |
7 <version>0.0.1-SNAPSHOT</version> | |
8 <packaging>jar</packaging> | |
9 | |
10 <name>jungle-core</name> | |
11 <url>http://maven.apache.org</url> | |
12 | |
13 <properties> | |
14 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |
15 </properties> | |
16 | |
17 <dependencies> | |
18 <dependency> | |
19 <groupId>junit</groupId> | |
20 <artifactId>junit</artifactId> | |
21 <version>3.8.1</version> | |
22 <scope>test</scope> | |
23 </dependency> | |
24 <dependency> | |
25 <groupId>com.google.guava</groupId> | |
26 <artifactId>guava</artifactId> | |
27 <version>12.0</version> | |
28 </dependency> | |
29 <dependency> | |
30 <groupId>commons-collections</groupId> | |
31 <artifactId>commons-collections</artifactId> | |
32 <version>3.2.1</version> | |
33 </dependency> | |
34 </dependencies> | |
35 </project> |