removing apache parent for now

For some reason this is not playing well with Idea. When I import the project nothing is being able to be executed.
This commit is contained in:
Clebert Suconic 2015-01-07 15:51:56 -05:00
parent ecf535adb7
commit 99024d4bf9
1 changed files with 0 additions and 5 deletions

View File

@ -17,11 +17,6 @@
<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>
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>16</version>
</parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-pom</artifactId>
<packaging>pom</packaging>