Skip to content

Commit

Permalink
Use JUnit 5
Browse files Browse the repository at this point in the history
---
 Signed-off-by: Peter Kriens <[email protected]>

Signed-off-by: Peter Kriens <[email protected]>
  • Loading branch information
pkriens committed Sep 5, 2023
1 parent fd185b1 commit 3e8dafe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions biz.aQute.repository/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@
org.osgi.service.coordinator;version=latest,\
org.osgi.service.log;version=latest,\
org.osgi.service.repository;version=latest,\
org.osgi.service.metatype.annotations,\
org.osgi.service.metatype.annotations,\
org.osgi.util.function;version=latest,\
org.osgi.util.promise;version=latest,\
aQute.libg,\
biz.aQute.bnd.annotation;version=project,\
biz.aQute.bnd.util;version=latest,\
biz.aQute.bndlib;version=latest,\
slf4j.api;version=latest,\
org.tukaani.xz;version=latest;maven-scope=provided
org.tukaani.xz;version=latest;maven-scope=provided,\
junit-jupiter-api

-testpath: \
biz.aQute.bnd.test;version=project,\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
import aQute.bnd.osgi.Jar;
import aQute.lib.io.IO;


class P2PublisherTest {

@Test
Expand Down

0 comments on commit 3e8dafe

Please sign in to comment.