You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tajo.apache.org by hy...@apache.org on 2013/07/29 10:23:00 UTC

git commit: TAJO-87: Integration of tajo algebra module and SQL parser. (fixed tajo-project/pom.xml)

Updated Branches:
  refs/heads/master 00c3ee2bd -> 9e98200b9


TAJO-87: Integration of tajo algebra module and SQL parser. (fixed tajo-project/pom.xml)


Project: http://git-wip-us.apache.org/repos/asf/incubator-tajo/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tajo/commit/9e98200b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tajo/tree/9e98200b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tajo/diff/9e98200b

Branch: refs/heads/master
Commit: 9e98200b937803293e64802a98ac26bc2e736fae
Parents: 00c3ee2
Author: Hyunsik Choi <hy...@apache.org>
Authored: Mon Jul 29 17:21:29 2013 +0900
Committer: Hyunsik Choi <hy...@apache.org>
Committed: Mon Jul 29 17:21:29 2013 +0900

----------------------------------------------------------------------
 tajo-project/pom.xml | 10 ----------
 1 file changed, 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/9e98200b/tajo-project/pom.xml
----------------------------------------------------------------------
diff --git a/tajo-project/pom.xml b/tajo-project/pom.xml
index 137fcc1..159d547 100644
--- a/tajo-project/pom.xml
+++ b/tajo-project/pom.xml
@@ -572,16 +572,6 @@
         <version>${tajo.version}</version>
         <type>test-jar</type>
       </dependency>
-      <dependency>
-        <groupId>org.apache.tajo</groupId>
-        <artifactId>tajo-frontend</artifactId>
-        <version>${tajo.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.tajo</groupId>
-        <artifactId>tajo-frontend-sql</artifactId>
-        <version>${tajo.version}</version>
-      </dependency>
 
       <dependency>
         <groupId>org.apache.hadoop</groupId>