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: [email protected] 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 <[email protected]> Authored: Mon Feb 2 00:28:55 2015 -0800 Committer: Yunseong Lee <[email protected]> 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>
