You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@reef.apache.org by yu...@apache.org on 2015/02/02 11:03:34 UTC

incubator-reef git commit: [REEF-127] Remove dot-net build dependency from reef-bridge-clr

Repository: incubator-reef
Updated Branches:
  refs/heads/master 22f651f8c -> a921ca1a9


[REEF-127]  Remove dot-net build dependency from reef-bridge-clr

  Dotnet project dependency from reef-bridge-clr project was accidently pushed in.
  This PR is to remove this dependency for now before the dotnet build is integrated.

JIRA: Reef-127. (https://issues.apache.org/jira/browse/REEF-127)

Author: Julia Wang  Email: jwang98052@yahoo.com

Pull Request: Closes #62


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

Branch: refs/heads/master
Commit: a921ca1a9a9b2b8fe413329d2a6aa60fbb172c98
Parents: 22f651f
Author: Julia Wang <jw...@yahoo.com>
Authored: Mon Feb 2 00:28:55 2015 -0800
Committer: Yunseong Lee <yu...@apache.org>
Committed: Mon Feb 2 18:53:36 2015 +0900

----------------------------------------------------------------------
 lang/cpp/reef-bridge-clr/pom.xml | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/a921ca1a/lang/cpp/reef-bridge-clr/pom.xml
----------------------------------------------------------------------
diff --git a/lang/cpp/reef-bridge-clr/pom.xml b/lang/cpp/reef-bridge-clr/pom.xml
index 6e1e987..d16d80a 100644
--- a/lang/cpp/reef-bridge-clr/pom.xml
+++ b/lang/cpp/reef-bridge-clr/pom.xml
@@ -61,11 +61,6 @@ under the License.
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>reef-dotnet</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
             <artifactId>reef-bridge-java</artifactId>
             <version>${project.version}</version>
         </dependency>