Skip to content

Commit

Permalink
#1109 Manage dependencies and plugins in parent project
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverlietz committed Mar 26, 2024
1 parent bdbf5ce commit 6c1c19e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public Option[] config() {
return options(

mavenBundle("org.ops4j.pax.exam.samples", "pax-exam-sample8-ds", Info.getPaxExamVersion()),
mavenBundle("org.apache.felix", "org.apache.felix.scr", "1.6.2"),
mavenBundle().groupId("org.apache.felix").artifactId("org.apache.felix.scr").versionAsInProject(),
testng(),
systemProperty("osgi.console").value("6666"));
}
Expand Down

0 comments on commit 6c1c19e

Please sign in to comment.