comparison cr/ie/u_ryukyu/ac/jp/jungle-core/1.0/jungle-core-1.0.pom @ 131:5c552146bcd0

add jungle-core.
author suruga
date Fri, 07 Jul 2017 20:17:15 +0900
parents
children fc32d5c0e2a6
comparison
equal deleted inserted replaced
130:206fb7db07eb 131:5c552146bcd0
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4 <modelVersion>4.0.0</modelVersion>
5 <groupId>cr.ie.u_ryukyu.ac.jp</groupId>
6 <artifactId>jungle-core</artifactId>
7 <version>1.0</version>
8 <dependencies>
9 <dependency>
10 <groupId>commons-collections</groupId>
11 <artifactId>commons-collections</artifactId>
12 <version>3.2.1</version>
13 <scope>compile</scope>
14 </dependency>
15 <dependency>
16 <groupId>junit</groupId>
17 <artifactId>junit</artifactId>
18 <version>4.11</version>
19 <scope>compile</scope>
20 </dependency>
21 <dependency>
22 <groupId>org.apache.maven.surefire</groupId>
23 <artifactId>surefire-junit4</artifactId>
24 <version>2.13</version>
25 <scope>compile</scope>
26 </dependency>
27 <dependency>
28 <groupId>cr.ie.u_ryukyu.ac.jp</groupId>
29 <artifactId>Alice</artifactId>
30 <version>1.1</version>
31 <scope>compile</scope>
32 </dependency>
33 <dependency>
34 <groupId>com.google.guava</groupId>
35 <artifactId>guava</artifactId>
36 <version>20.0</version>
37 <scope>compile</scope>
38 </dependency>
39 </dependencies>
40 </project>