fixed broken eclipse project files

This commit is contained in:
Jonas Boner 2009-05-13 10:57:35 +02:00
parent d470aee538
commit 1a06a67cfc
12 changed files with 569 additions and 552 deletions

View file

@ -70,7 +70,6 @@
<artifactId>cassandra</artifactId>
<version>0.3.0-dev</version>
</dependency>
<dependency>
<groupId>com.facebook</groupId>
<artifactId>thrift</artifactId>
@ -101,16 +100,6 @@
<artifactId>zookeeper</artifactId>
<version>3.1.0</version>
</dependency-->
<dependency>
<groupId>com.assembla.scala.mina</groupId>
<artifactId>mina-core</artifactId>
<version>2.0.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.assembla.scala.mina</groupId>
<artifactId>mina-integration-scala</artifactId>
<version>2.0.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
@ -132,7 +121,7 @@
<version>0.9.5</version>
<scope>test</scope>
</dependency>
<!--dependency>
<dependency>
<groupId>com.jteigen.scalatest</groupId>
<artifactId>junit4runner</artifactId>
<version>1.0</version>
@ -143,7 +132,7 @@
<artifactId>junit</artifactId>
<version>4.5</version>
<scope>test</scope>
</dependency-->
</dependency>
</dependencies>
<build>