Renamed an integration-test to test for whitespaces in the filename
[hibernate4-maven-plugin] / src / it / dependency-test / dependent / pom.xml
diff --git a/src/it/dependency-test/dependent/pom.xml b/src/it/dependency-test/dependent/pom.xml
deleted file mode 100644 (file)
index e7c15f3..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-       <modelVersion>4.0.0</modelVersion>
-       <groupId>de.cege</groupId>
-       <artifactId>dependent</artifactId>
-       <version>0.0.1</version>
-
-       <dependencies>
-               <dependency>
-                       <groupId>javax</groupId>
-                       <artifactId>javaee-api</artifactId>
-                       <version>7.0</version>
-                       <scope>provided</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.hibernate</groupId>
-                       <artifactId>hibernate-envers</artifactId>
-                       <version>4.3.5.Final</version>
-               </dependency>
-       </dependencies>
-       <properties>
-               <maven.compiler.source>1.7</maven.compiler.source>
-               <maven.compiler.target>1.7</maven.compiler.target>
-               <failOnMissingWebXml>false</failOnMissingWebXml>
-       </properties>
-</project>
\ No newline at end of file