Skip to content

Commit

Permalink
Merge pull request bndtools#1954 from bjhargrave/build-fix
Browse files Browse the repository at this point in the history
Add mavenCentral() to buildscript classpath
  • Loading branch information
bjhargrave authored Nov 21, 2018
2 parents ec66d5b + 7064ae6 commit d4367f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cnf/ext/central.mvn
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ org.osgi:osgi.annotation:7.0.0
org.osgi:osgi.core:5.0.0
org.osgi:osgi.cmpn:5.0.0

org.slf4j:slf4j-api:1.7.13
org.slf4j:slf4j-simple:1.7.13
org.slf4j:slf4j-api:1.7.25
org.slf4j:slf4j-simple:1.7.25

org.apache.servicemix.bundles:org.apache.servicemix.bundles.junit:4.12_1
org.mockito:mockito-core:2.16.0
Expand Down
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import aQute.bnd.osgi.Constants
/* Add bnd gradle plugin as a script dependency */
buildscript {
repositories {
mavenCentral()
maven {
url uri(bnd_repourl)
}
Expand Down

0 comments on commit d4367f7

Please sign in to comment.