You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ki...@apache.org on 2012/10/25 01:11:57 UTC

git commit: Removing dependency on LGPL jsqlparser

Updated Branches:
  refs/heads/master cdfda0039 -> 351784289


Removing dependency on LGPL jsqlparser


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

Branch: refs/heads/master
Commit: 35178428969dc4341e6f5d1db4e72580e5e0e26a
Parents: cdfda00
Author: Kishore Gopalakrishna <g....@gmail.com>
Authored: Wed Oct 24 16:10:14 2012 -0700
Committer: Kishore Gopalakrishna <g....@gmail.com>
Committed: Wed Oct 24 16:10:14 2012 -0700

----------------------------------------------------------------------
 helix-core/pom.xml |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/35178428/helix-core/pom.xml
----------------------------------------------------------------------
diff --git a/helix-core/pom.xml b/helix-core/pom.xml
index b60d37a..f60de1c 100644
--- a/helix-core/pom.xml
+++ b/helix-core/pom.xml
@@ -136,11 +136,6 @@ under the License.
       <artifactId>org.restlet</artifactId>
       <version>1.1.10</version>
     </dependency>
-    <dependency>
-      <groupId>net.sf</groupId>
-      <artifactId>jsqlparser</artifactId>
-      <version>0.7.0</version>
-    </dependency>
   </dependencies>
   <build>
     <plugins>