Renamed an integration-test to test for whitespaces in the filename
[hibernate4-maven-plugin] / src / it / dependency-test / pom.xml
diff --git a/src/it/dependency-test/pom.xml b/src/it/dependency-test/pom.xml
deleted file mode 100644 (file)
index 8e1506e..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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/maven-v4_0_0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>de.juplo</groupId>
-  <artifactId>dependency-test</artifactId>
-  <name>Hibernate 4 Dependency-Test</name>
-  <version>0.1-SNAPSHOT</version>
-  <packaging>pom</packaging>
-  <modules>
-    <module>dependent</module>
-    <module>h4mp</module>
-  </modules>
-</project>