fix pom.xml
Project: http://git-wip-us.apache.org/repos/asf/oodt/repo Commit: http://git-wip-us.apache.org/repos/asf/oodt/commit/82e089b6 Tree: http://git-wip-us.apache.org/repos/asf/oodt/tree/82e089b6 Diff: http://git-wip-us.apache.org/repos/asf/oodt/diff/82e089b6 Branch: refs/heads/master Commit: 82e089b636fd80971fef7e2ab98414046119efc8 Parents: 041cc67 Author: Chris Mattmann <[email protected]> Authored: Thu Jul 13 21:58:13 2017 -0700 Committer: Chris Mattmann <[email protected]> Committed: Thu Jul 13 21:58:13 2017 -0700 ---------------------------------------------------------------------- config/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oodt/blob/82e089b6/config/pom.xml ---------------------------------------------------------------------- diff --git a/config/pom.xml b/config/pom.xml index d75e032..741caac 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -3,7 +3,7 @@ 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"> <parent> - <artifactId>oodt</artifactId> + <artifactId>oodt-core</artifactId> <groupId>org.apache.oodt</groupId> <version>1.1-SNAPSHOT</version> <relativePath>../core/pom.xml</relativePath> @@ -19,6 +19,7 @@ <dependency> <groupId>org.apache.curator</groupId> <artifactId>curator-framework</artifactId> + </dependency> <dependency> <groupId>commons-io</groupId> @@ -80,4 +81,4 @@ </plugin> </plugins> </build> -</project> \ No newline at end of file +</project>
