You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eagle.apache.org by ha...@apache.org on 2016/01/21 04:13:18 UTC

incubator-eagle git commit: EAGLE-130 Fix wrong dependency for eagle-stream-process-dsl

Repository: incubator-eagle
Updated Branches:
  refs/heads/master a979b0f2a -> 8f8a58f98


EAGLE-130 Fix wrong dependency for eagle-stream-process-dsl

http://issues.apache.org/jira/browse/EAGLE-130

Author: @haoch <ha...@apache.org>
Reviewer: @haoch <ha...@apache.org>

Closes #67


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

Branch: refs/heads/master
Commit: 8f8a58f98f545ae1c75fb4aadd3a17a6f8e7f02e
Parents: a979b0f
Author: Hao Chen <ha...@apache.org>
Authored: Thu Jan 21 11:12:16 2016 +0800
Committer: Hao Chen <ha...@apache.org>
Committed: Thu Jan 21 11:12:16 2016 +0800

----------------------------------------------------------------------
 eagle-webservice/pom.xml | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/8f8a58f9/eagle-webservice/pom.xml
----------------------------------------------------------------------
diff --git a/eagle-webservice/pom.xml b/eagle-webservice/pom.xml
index faef5fa..1f65842 100644
--- a/eagle-webservice/pom.xml
+++ b/eagle-webservice/pom.xml
@@ -175,11 +175,6 @@
 			<version>${project.version}</version>
 		</dependency>
 		<dependency>
-			<groupId>eagle</groupId>
-			<artifactId>eagle-stream-process-dsl</artifactId>
-			<version>${project.version}</version>
-		</dependency>
-		<dependency>
 			<groupId>org.wso2.siddhi</groupId>
 			<artifactId>siddhi-core</artifactId>
 			<exclusions>