IMPALA-5369: Remove old pom parent in testdata module

Change-Id: Ie9013aeb5afd631546b3333da9201d0345dc9321
Reviewed-on: http://gerrit.cloudera.org:8080/6992
Reviewed-by: Matthew Jacobs <mj@cloudera.com>
Tested-by: Impala Public Jenkins
This commit is contained in:
Grant Henke
2017-05-25 11:26:17 -05:00
committed by Impala Public Jenkins
parent 50bd015f2d
commit 4471eb3b95

5
testdata/pom.xml vendored
View File

@@ -22,11 +22,6 @@ under the License.
<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>com.cloudera</groupId>
<artifactId>parent</artifactId>
<version>1.0</version>
</parent>
<groupId>org.apache.impala</groupId>
<artifactId>impala-testdata</artifactId>
<version>0.1-SNAPSHOT</version>