comparison pom.xml @ 153:69b5565c4a63

no use toporogy
author tatsuki
date Sat, 05 Jul 2014 18:28:40 +0900
parents bd6dbbd83445
children a6bf0369f0a6
comparison
equal deleted inserted replaced
152:bd6dbbd83445 153:69b5565c4a63
9 <plugins> 9 <plugins>
10 <plugin> 10 <plugin>
11 <artifactId>maven-compiler-plugin</artifactId> 11 <artifactId>maven-compiler-plugin</artifactId>
12 <version>3.0</version> 12 <version>3.0</version>
13 <configuration> 13 <configuration>
14 <source>1.6</source> 14 <source>1.8</source>
15 <target>1.6</target> 15 <target>1.8</target>
16 </configuration> 16 </configuration>
17 </plugin> 17 </plugin>
18 </plugins> 18 </plugins>
19 </build> 19 </build>
20 <properties> 20 <properties>
28 <scope>test</scope> 28 <scope>test</scope>
29 </dependency> 29 </dependency>
30 <dependency> 30 <dependency>
31 <groupId>org.mortbay.jetty</groupId> 31 <groupId>org.mortbay.jetty</groupId>
32 <artifactId>jetty</artifactId> 32 <artifactId>jetty</artifactId>
33 <version>9.2.1</version> 33 <version>6.1.26</version>
34 </dependency> 34 </dependency>
35 <dependency> 35 <dependency>
36 <groupId>org.hectorclient</groupId> 36 <groupId>org.hectorclient</groupId>
37 <artifactId>hector-core</artifactId> 37 <artifactId>hector-core</artifactId>
38 <version>1.1-2</version> 38 <version>1.1-2</version>
46 <groupId>org.functionaljava</groupId> 46 <groupId>org.functionaljava</groupId>
47 <artifactId>functionaljava</artifactId> 47 <artifactId>functionaljava</artifactId>
48 <version>3.1</version> 48 <version>3.1</version>
49 </dependency> 49 </dependency>
50 50
51 <dependency>
52 <groupId>alice</groupId>
53 <artifactId>alice</artifactId>
54 <version>0.2</version>
55 </dependency>
56 <dependency> 51 <dependency>
57 <groupId>org.msgpack</groupId> 52 <groupId>org.msgpack</groupId>
58 <artifactId>msgpack</artifactId> 53 <artifactId>msgpack</artifactId>
59 <version>0.6.8</version> 54 <version>0.6.8</version>
60 </dependency> 55 </dependency>