annotate pom.xml @ 176:6f104ab4eb81

fit jungle core but editMessage is not work
author tatsuki
date Mon, 01 Sep 2014 00:04:32 +0900
parents 47ca5d48c30f
children 937413d6fe45
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>
157
47ca5d48c30f minor fix
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 154
diff changeset
14 <source>1.6</source>
47ca5d48c30f minor fix
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 154
diff changeset
15 <target>1.6</target>
38
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>
154
a6bf0369f0a6 Change jetty Ver
tatsuki
parents: 153
diff changeset
30 <dependency>
a6bf0369f0a6 Change jetty Ver
tatsuki
parents: 153
diff changeset
31 <groupId>org.eclipse.jetty</groupId>
a6bf0369f0a6 Change jetty Ver
tatsuki
parents: 153
diff changeset
32 <artifactId>jetty-server</artifactId>
a6bf0369f0a6 Change jetty Ver
tatsuki
parents: 153
diff changeset
33 <version>9.2.1.v20140609</version>
a6bf0369f0a6 Change jetty Ver
tatsuki
parents: 153
diff changeset
34 </dependency>
a6bf0369f0a6 Change jetty Ver
tatsuki
parents: 153
diff changeset
35 <dependency>
a6bf0369f0a6 Change jetty Ver
tatsuki
parents: 153
diff changeset
36 <groupId>org.eclipse.jetty</groupId>
a6bf0369f0a6 Change jetty Ver
tatsuki
parents: 153
diff changeset
37 <artifactId>jetty-servlet</artifactId>
a6bf0369f0a6 Change jetty Ver
tatsuki
parents: 153
diff changeset
38 <version>9.2.1.v20140609</version>
a6bf0369f0a6 Change jetty Ver
tatsuki
parents: 153
diff changeset
39 </dependency>
a6bf0369f0a6 Change jetty Ver
tatsuki
parents: 153
diff changeset
40
38
d8ee57a1c2c6 add pom.xml and bbs
one
parents:
diff changeset
41 <dependency>
d8ee57a1c2c6 add pom.xml and bbs
one
parents:
diff changeset
42 <groupId>org.hectorclient</groupId>
d8ee57a1c2c6 add pom.xml and bbs
one
parents:
diff changeset
43 <artifactId>hector-core</artifactId>
d8ee57a1c2c6 add pom.xml and bbs
one
parents:
diff changeset
44 <version>1.1-2</version>
d8ee57a1c2c6 add pom.xml and bbs
one
parents:
diff changeset
45 </dependency>
d8ee57a1c2c6 add pom.xml and bbs
one
parents:
diff changeset
46 <dependency>
46
fd3643699f83 modified pom.xml. fix conflict log4j libraries
one
parents: 38
diff changeset
47 <groupId>com.github.stephenc.eaio-uuid</groupId>
fd3643699f83 modified pom.xml. fix conflict log4j libraries
one
parents: 38
diff changeset
48 <artifactId>uuid</artifactId>
fd3643699f83 modified pom.xml. fix conflict log4j libraries
one
parents: 38
diff changeset
49 <version>3.3.0</version>
fd3643699f83 modified pom.xml. fix conflict log4j libraries
one
parents: 38
diff changeset
50 </dependency>
55
25edf76b65dc modified pom.xml. remove functionalJava library
one
parents: 46
diff changeset
51 <dependency>
25edf76b65dc modified pom.xml. remove functionalJava library
one
parents: 46
diff changeset
52 <groupId>org.functionaljava</groupId>
25edf76b65dc modified pom.xml. remove functionalJava library
one
parents: 46
diff changeset
53 <artifactId>functionaljava</artifactId>
25edf76b65dc modified pom.xml. remove functionalJava library
one
parents: 46
diff changeset
54 <version>3.1</version>
25edf76b65dc modified pom.xml. remove functionalJava library
one
parents: 46
diff changeset
55 </dependency>
106
f42f2e6b31de Removed project reference and Added dependency in pom.xml
one
parents: 105
diff changeset
56
f42f2e6b31de Removed project reference and Added dependency in pom.xml
one
parents: 105
diff changeset
57 <dependency>
86
bcaf28f8244d Added PersistentChageList and PersistentJournalTest
one
parents: 68
diff changeset
58 <groupId>org.msgpack</groupId>
bcaf28f8244d Added PersistentChageList and PersistentJournalTest
one
parents: 68
diff changeset
59 <artifactId>msgpack</artifactId>
bcaf28f8244d Added PersistentChageList and PersistentJournalTest
one
parents: 68
diff changeset
60 <version>0.6.8</version>
bcaf28f8244d Added PersistentChageList and PersistentJournalTest
one
parents: 68
diff changeset
61 </dependency>
68
b0af3960917f Added NetworkNodePathTest
one
parents: 65
diff changeset
62
38
d8ee57a1c2c6 add pom.xml and bbs
one
parents:
diff changeset
63 </dependencies>
d8ee57a1c2c6 add pom.xml and bbs
one
parents:
diff changeset
64 </project>