You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lens.apache.org by jd...@apache.org on 2014/12/19 11:22:00 UTC

incubator-lens git commit: LENS-142 Fix lens-server dependency in lens-client (jdhok)

Repository: incubator-lens
Updated Branches:
  refs/heads/master 5f7868536 -> 004cbc8df


LENS-142 Fix lens-server dependency in lens-client (jdhok)


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

Branch: refs/heads/master
Commit: 004cbc8df115dc07c3c5b57a5e92a824346553e9
Parents: 5f78685
Author: jdhok <ja...@inmobi.com>
Authored: Fri Dec 19 15:51:24 2014 +0530
Committer: jdhok <ja...@inmobi.com>
Committed: Fri Dec 19 15:51:24 2014 +0530

----------------------------------------------------------------------
 lens-client/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/004cbc8d/lens-client/pom.xml
----------------------------------------------------------------------
diff --git a/lens-client/pom.xml b/lens-client/pom.xml
index 64627af..c28ad58 100644
--- a/lens-client/pom.xml
+++ b/lens-client/pom.xml
@@ -53,6 +53,7 @@
       <groupId>org.apache.lens</groupId>
       <artifactId>lens-server</artifactId>
       <version>${project.version}</version>
+      <classifier>classes</classifier>
       <scope>test</scope>
     </dependency>
     <dependency>