[EAGLE-881] Url of scala-tools repository is no longer valid#795
[EAGLE-881] Url of scala-tools repository is no longer valid#795DadanielZ wants to merge 2 commits intoapache:branch-0.4from
Conversation
Removed the repositories declaration of "Scala-Tools Maven2 Repository" from "eagle-parent" pom file, so that maven can download them from default maven repo.
|
Build failed because Jenkins is using jdk1.8 but not jdk1.7: [ERROR] error: error while loading CharSequence, class file '/usr/local/asfpackages/java/jdk1.8.0_102/jre/lib/rt.jar(java/lang/CharSequence.class)' is broken |
|
@DadanielZ eagle currently requires |
|
@haoch this is for branch-0.4, which should be using jdk 1.7 to build. |
|
@DadanielZ is this PR still valid? |
|
@haoch Yes it is still valid. jenkin server is using jdk1.8 but not jdk1.7 to build |
|
OK, please move on to merge the PR directly. |
- Removed scala-tools repository url from pom.xml https://issues.apache.org/jira/browse/EAGLE-881 Author: @DadanielZ <dazhou@apache.org> Reviewer: @haoch <hao@apache.org> Closes #795
|
merged, hence closing the PR |
Removed the repositories declaration of "Scala-Tools Maven2 Repository" from "eagle-parent" pom file, so that maven can download them from default maven repo.