annotate pom.xml @ 152:bd6dbbd83445

change JRE 1.8
author tatsuki
date Sat, 05 Jul 2014 16:14:47 +0900
parents 0340a3321e6c
children 69b5565c4a63
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
38
d8ee57a1c2c6 add pom.xml and bbs
one
parents:
diff changeset
1 <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/xsd/maven-4.0.0.xsd">
d8ee57a1c2c6 add pom.xml and bbs
one
parents:
diff changeset
2 <modelVersion>4.0.0</modelVersion>
d8ee57a1c2c6 add pom.xml and bbs
one
parents:
diff changeset
3 <groupId>jungle-network</groupId>
d8ee57a1c2c6 add pom.xml and bbs
one
parents:
diff changeset
4 <artifactId>jungle-network</artifactId>
120
6b82da2a3f06 Version up from 0.0.2 to 0.0.3
one
parents: 119
diff changeset
5 <version>0.0.3-SNAPSHOT</version>
38
d8ee57a1c2c6 add pom.xml and bbs
one
parents:
diff changeset
6 <build>
105
f9e29a52efd3 Move some files
one
parents: 104
diff changeset
7 <sourceDirectory>src/main/java</sourceDirectory>
f9e29a52efd3 Move some files
one
parents: 104
diff changeset
8 <testSourceDirectory>src/test/java</testSourceDirectory>
38
d8ee57a1c2c6 add pom.xml and bbs
one
parents:
diff changeset
9 <plugins>
d8ee57a1c2c6 add pom.xml and bbs
one
parents:
diff changeset
10 <plugin>
d8ee57a1c2c6 add pom.xml and bbs
one
parents:
diff changeset
11 <artifactId>maven-compiler-plugin</artifactId>
d8ee57a1c2c6 add pom.xml and bbs
one
parents:
diff changeset
12 <version>3.0</version>
d8ee57a1c2c6 add pom.xml and bbs
one
parents:
diff changeset
13 <configuration>
d8ee57a1c2c6 add pom.xml and bbs
one
parents:
diff changeset
14 <source>1.6</source>
d8ee57a1c2c6 add pom.xml and bbs
one
parents:
diff changeset
15 <target>1.6</target>
d8ee57a1c2c6 add pom.xml and bbs
one
parents:
diff changeset
16 </configuration>
d8ee57a1c2c6 add pom.xml and bbs
one
parents:
diff changeset
17 </plugin>
d8ee57a1c2c6 add pom.xml and bbs
one
parents:
diff changeset
18 </plugins>
d8ee57a1c2c6 add pom.xml and bbs
one
parents:
diff changeset
19 </build>
116
895ab2907db3 Modified pom.xml
one
parents: 106
diff changeset
20 <properties>
38
d8ee57a1c2c6 add pom.xml and bbs
one
parents:
diff changeset
21 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
d8ee57a1c2c6 add pom.xml and bbs
one
parents:
diff changeset
22 </properties>
d8ee57a1c2c6 add pom.xml and bbs
one
parents:
diff changeset
23 <dependencies>
105
f9e29a52efd3 Move some files
one
parents: 104
diff changeset
24 <dependency>
f9e29a52efd3 Move some files
one
parents: 104
diff changeset
25 <groupId>junit</groupId>
f9e29a52efd3 Move some files
one
parents: 104
diff changeset
26 <artifactId>junit</artifactId>
f9e29a52efd3 Move some files
one
parents: 104
diff changeset
27 <version>4.7</version>
f9e29a52efd3 Move some files
one
parents: 104
diff changeset
28 <scope>test</scope>
f9e29a52efd3 Move some files
one
parents: 104
diff changeset
29 </dependency>
38
d8ee57a1c2c6 add pom.xml and bbs
one
parents:
diff changeset
30 <dependency>
d8ee57a1c2c6 add pom.xml and bbs
one
parents:
diff changeset
31 <groupId>org.mortbay.jetty</groupId>
d8ee57a1c2c6 add pom.xml and bbs
one
parents:
diff changeset
32 <artifactId>jetty</artifactId>
152
bd6dbbd83445 change JRE 1.8
tatsuki
parents: 145
diff changeset
33 <version>9.2.1</version>
38
d8ee57a1c2c6 add pom.xml and bbs
one
parents:
diff changeset
34 </dependency>
d8ee57a1c2c6 add pom.xml and bbs
one
parents:
diff changeset
35 <dependency>
d8ee57a1c2c6 add pom.xml and bbs
one
parents:
diff changeset
36 <groupId>org.hectorclient</groupId>
d8ee57a1c2c6 add pom.xml and bbs
one
parents:
diff changeset
37 <artifactId>hector-core</artifactId>
d8ee57a1c2c6 add pom.xml and bbs
one
parents:
diff changeset
38 <version>1.1-2</version>
d8ee57a1c2c6 add pom.xml and bbs
one
parents:
diff changeset
39 </dependency>
d8ee57a1c2c6 add pom.xml and bbs
one
parents:
diff changeset
40 <dependency>
46
fd3643699f83 modified pom.xml. fix conflict log4j libraries
one
parents: 38
diff changeset
41 <groupId>com.github.stephenc.eaio-uuid</groupId>
fd3643699f83 modified pom.xml. fix conflict log4j libraries
one
parents: 38
diff changeset
42 <artifactId>uuid</artifactId>
fd3643699f83 modified pom.xml. fix conflict log4j libraries
one
parents: 38
diff changeset
43 <version>3.3.0</version>
fd3643699f83 modified pom.xml. fix conflict log4j libraries
one
parents: 38
diff changeset
44 </dependency>
55
25edf76b65dc modified pom.xml. remove functionalJava library
one
parents: 46
diff changeset
45 <dependency>
25edf76b65dc modified pom.xml. remove functionalJava library
one
parents: 46
diff changeset
46 <groupId>org.functionaljava</groupId>
25edf76b65dc modified pom.xml. remove functionalJava library
one
parents: 46
diff changeset
47 <artifactId>functionaljava</artifactId>
25edf76b65dc modified pom.xml. remove functionalJava library
one
parents: 46
diff changeset
48 <version>3.1</version>
25edf76b65dc modified pom.xml. remove functionalJava library
one
parents: 46
diff changeset
49 </dependency>
106
f42f2e6b31de Removed project reference and Added dependency in pom.xml
one
parents: 105
diff changeset
50
f42f2e6b31de Removed project reference and Added dependency in pom.xml
one
parents: 105
diff changeset
51 <dependency>
f42f2e6b31de Removed project reference and Added dependency in pom.xml
one
parents: 105
diff changeset
52 <groupId>alice</groupId>
f42f2e6b31de Removed project reference and Added dependency in pom.xml
one
parents: 105
diff changeset
53 <artifactId>alice</artifactId>
f42f2e6b31de Removed project reference and Added dependency in pom.xml
one
parents: 105
diff changeset
54 <version>0.2</version>
f42f2e6b31de Removed project reference and Added dependency in pom.xml
one
parents: 105
diff changeset
55 </dependency>
86
bcaf28f8244d Added PersistentChageList and PersistentJournalTest
one
parents: 68
diff changeset
56 <dependency>
bcaf28f8244d Added PersistentChageList and PersistentJournalTest
one
parents: 68
diff changeset
57 <groupId>org.msgpack</groupId>
bcaf28f8244d Added PersistentChageList and PersistentJournalTest
one
parents: 68
diff changeset
58 <artifactId>msgpack</artifactId>
bcaf28f8244d Added PersistentChageList and PersistentJournalTest
one
parents: 68
diff changeset
59 <version>0.6.8</version>
bcaf28f8244d Added PersistentChageList and PersistentJournalTest
one
parents: 68
diff changeset
60 </dependency>
68
b0af3960917f Added NetworkNodePathTest
one
parents: 65
diff changeset
61
b0af3960917f Added NetworkNodePathTest
one
parents: 65
diff changeset
62 <dependency>
b0af3960917f Added NetworkNodePathTest
one
parents: 65
diff changeset
63 <groupId>jungle</groupId>
b0af3960917f Added NetworkNodePathTest
one
parents: 65
diff changeset
64 <artifactId>jungle-core</artifactId>
120
6b82da2a3f06 Version up from 0.0.2 to 0.0.3
one
parents: 119
diff changeset
65 <version>0.0.3-SNAPSHOT</version>
68
b0af3960917f Added NetworkNodePathTest
one
parents: 65
diff changeset
66 </dependency>
125
6104702a1880 Added dependency bulletinboard in pom.xml
one
parents: 120
diff changeset
67
6104702a1880 Added dependency bulletinboard in pom.xml
one
parents: 120
diff changeset
68
6104702a1880 Added dependency bulletinboard in pom.xml
one
parents: 120
diff changeset
69 <dependency>
6104702a1880 Added dependency bulletinboard in pom.xml
one
parents: 120
diff changeset
70 <groupId>jp.ac.u_ryukyu.ie.cr.shoshi.jungle</groupId>
6104702a1880 Added dependency bulletinboard in pom.xml
one
parents: 120
diff changeset
71 <artifactId>bulletinboard</artifactId>
6104702a1880 Added dependency bulletinboard in pom.xml
one
parents: 120
diff changeset
72 <version>0.0.1-SNAPSHOT</version>
6104702a1880 Added dependency bulletinboard in pom.xml
one
parents: 120
diff changeset
73 </dependency>
38
d8ee57a1c2c6 add pom.xml and bbs
one
parents:
diff changeset
74 </dependencies>
d8ee57a1c2c6 add pom.xml and bbs
one
parents:
diff changeset
75 </project>