diff 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
line wrap: on
line diff
--- a/pom.xml	Sun Jan 26 16:46:53 2014 +0900
+++ b/pom.xml	Tue Jan 28 06:25:47 2014 +0900
@@ -15,32 +15,6 @@
           <target>1.6</target>
         </configuration>
       </plugin>
-
-<!--
-   <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-shade-plugin</artifactId>
-        <version>1.3</version>
-        <executions>
-          <execution>
-            <phase>package</phase>
-            <goals>
-              <goal>shade</goal>
-            </goals>
-            <configuration>
-              <finalName>DistributeJungleBBS</finalName>
-              <transformers>
-                <transformer
-implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
-                  <mainClass>jungle.app.bbs.DistributeApp</mainClass>
-                </transformer>
-              </transformers>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
--->
-
     </plugins>
   </build>
     <properties>
@@ -64,22 +38,6 @@
   		<version>1.1-2</version>
   	</dependency>
   	<dependency>
-  		<groupId>org.apache.cassandra</groupId>
-  		<artifactId>cassandra-all</artifactId>
-  		<version>1.2.1</version>
-  		<exclusions>
-  			<exclusion>
-  				<groupId>org.slf4j</groupId>
-  				<artifactId>slf4j-log4j12</artifactId>
-  			</exclusion>
-  			<exclusion>
-  				<groupId>log4j</groupId>
-  				<artifactId>log4j</artifactId>
-  			</exclusion>
-  		</exclusions>
-  		
-  	</dependency>
-  	<dependency>
   		<groupId>com.github.stephenc.eaio-uuid</groupId>
   		<artifactId>uuid</artifactId>
   		<version>3.3.0</version>