remove non needed file

git-svn-id: https://svn.apache.org/repos/asf/archiva/sandbox/trunk@1491403 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/metadata-store-cassandra/src/main/resources/META-INF/persistence.xml b/metadata-store-cassandra/src/main/resources/META-INF/persistence.xml
deleted file mode 100644
index d118ead..0000000
--- a/metadata-store-cassandra/src/main/resources/META-INF/persistence.xml
+++ /dev/null
@@ -1,47 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements.  See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership.  The ASF licenses this file
-  ~ to you under the Apache License, Version 2.0 (the
-  ~ "License"); you may not use this file except in compliance
-  ~ with the License.  You may obtain a copy of the License at
-  ~
-  ~   http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing,
-  ~ software distributed under the License is distributed on an
-  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  ~ KIND, either express or implied.  See the License for the
-  ~ specific language governing permissions and limitations
-  ~ under the License.
-  -->
-
-<persistence xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-             xsi:schemaLocation="http://java.sun.com/xml/ns/persistence
-	http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd"
-             version="2.0">
-  <persistence-unit name="archiva">
-    <provider>com.impetus.kundera.KunderaPersistence</provider>
-    <properties>
-      <property name="kundera.nodes" value="localhost"/>
-      <property name="kundera.port" value="9160"/>
-      <property name="kundera.keyspace" value="ArchivaKeySpace"/>
-      <property name="kundera.dialect" value="cassandra"/>
-      <!--property name="kundera.client.lookup.class" value="com.impetus.client.cassandra.pelops.PelopsClientFactory" /-->
-      <property name="kundera.ddl.auto.prepare" value="create" />
-      <property name="kundera.client.lookup.class"
-                value="com.impetus.client.cassandra.thrift.ThriftClientFactory" />
-
-      <!--
-      TODO enable caching
-
-      <property name="kundera.cache.provider.class" value="com.impetus.kundera.cache.ehcache.EhCacheProvider"/>
-      <property name="kundera.cache.config.resource" value="/ehcache-test.xml"/>
-      -->
-
-    </properties>
-  </persistence-unit>
-</persistence>
\ No newline at end of file
diff --git a/metadata-store-cassandra/src/main/resources/META-INF/spring-context.xml b/metadata-store-cassandra/src/main/resources/META-INF/spring-context.xml
index a3e3d34..e1c2c24 100644
--- a/metadata-store-cassandra/src/main/resources/META-INF/spring-context.xml
+++ b/metadata-store-cassandra/src/main/resources/META-INF/spring-context.xml
@@ -30,6 +30,4 @@
   <context:annotation-config/>
   <context:component-scan base-package="org.apache.archiva.metadata.repository.cassandra"/>
 
-
-
 </beans>
\ No newline at end of file