Skip to content

Commit bce744b

Browse files
committed
Import the correct classes
1 parent 2e7fdec commit bce744b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/main/java/com/github/packageurl/internal/PackageTypeFactory.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
*/
2222
package com.github.packageurl.internal;
2323

24+
import aQute.bnd.annotation.Cardinality;
25+
import aQute.bnd.annotation.Resolution;
2426
import aQute.bnd.annotation.spi.ServiceConsumer;
2527
import com.github.packageurl.MalformedPackageURLException;
2628
import com.github.packageurl.PackageURL;
@@ -37,8 +39,6 @@
3739
import java.util.TreeMap;
3840
import org.jspecify.annotations.NonNull;
3941
import org.jspecify.annotations.Nullable;
40-
import org.osgi.annotation.bundle.Requirement.Cardinality;
41-
import org.osgi.annotation.bundle.Requirement.Resolution;
4242

4343
@ServiceConsumer(
4444
value = PackageTypeProvider.class,

src/main/java/com/github/packageurl/internal/PackageTypeProviders.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
*/
2222
package com.github.packageurl.internal;
2323

24+
import aQute.bnd.annotation.Resolution;
2425
import aQute.bnd.annotation.spi.ServiceProvider;
2526
import com.github.packageurl.MalformedPackageURLException;
2627
import com.github.packageurl.PackageURL;
@@ -30,7 +31,6 @@
3031
import java.util.Map;
3132
import org.jspecify.annotations.NonNull;
3233
import org.jspecify.annotations.Nullable;
33-
import org.osgi.annotation.bundle.Requirement.Resolution;
3434

3535
public final class PackageTypeProviders {
3636
private PackageTypeProviders() {}

0 commit comments

Comments
 (0)