comparison pom.xml @ 145:0340a3321e6c

Modified pom.xml
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 28 Jan 2014 06:25:47 +0900
parents 6104702a1880
children bd6dbbd83445
comparison
equal deleted inserted replaced
144:0efdfe370400 145:0340a3321e6c
13 <configuration> 13 <configuration>
14 <source>1.6</source> 14 <source>1.6</source>
15 <target>1.6</target> 15 <target>1.6</target>
16 </configuration> 16 </configuration>
17 </plugin> 17 </plugin>
18
19 <!--
20 <plugin>
21 <groupId>org.apache.maven.plugins</groupId>
22 <artifactId>maven-shade-plugin</artifactId>
23 <version>1.3</version>
24 <executions>
25 <execution>
26 <phase>package</phase>
27 <goals>
28 <goal>shade</goal>
29 </goals>
30 <configuration>
31 <finalName>DistributeJungleBBS</finalName>
32 <transformers>
33 <transformer
34 implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
35 <mainClass>jungle.app.bbs.DistributeApp</mainClass>
36 </transformer>
37 </transformers>
38 </configuration>
39 </execution>
40 </executions>
41 </plugin>
42 -->
43
44 </plugins> 18 </plugins>
45 </build> 19 </build>
46 <properties> 20 <properties>
47 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 21 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
48 </properties> 22 </properties>
60 </dependency> 34 </dependency>
61 <dependency> 35 <dependency>
62 <groupId>org.hectorclient</groupId> 36 <groupId>org.hectorclient</groupId>
63 <artifactId>hector-core</artifactId> 37 <artifactId>hector-core</artifactId>
64 <version>1.1-2</version> 38 <version>1.1-2</version>
65 </dependency>
66 <dependency>
67 <groupId>org.apache.cassandra</groupId>
68 <artifactId>cassandra-all</artifactId>
69 <version>1.2.1</version>
70 <exclusions>
71 <exclusion>
72 <groupId>org.slf4j</groupId>
73 <artifactId>slf4j-log4j12</artifactId>
74 </exclusion>
75 <exclusion>
76 <groupId>log4j</groupId>
77 <artifactId>log4j</artifactId>
78 </exclusion>
79 </exclusions>
80
81 </dependency> 39 </dependency>
82 <dependency> 40 <dependency>
83 <groupId>com.github.stephenc.eaio-uuid</groupId> 41 <groupId>com.github.stephenc.eaio-uuid</groupId>
84 <artifactId>uuid</artifactId> 42 <artifactId>uuid</artifactId>
85 <version>3.3.0</version> 43 <version>3.3.0</version>