Skip to content

Commit 52b187d

Browse files
committed
Fixed OSGI config
1 parent 59ea60d commit 52b187d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
<configuration>
125125
<instructions>
126126
<Automatic-Module-Name>com.helger.phive.binary</Automatic-Module-Name>
127-
<Import-Package>!javax.annotation.*,*</Import-Package>
127+
<Import-Package>!jakarta.annotation.*,*</Import-Package>
128128
<Export-Package>com.helger.phive.binary,
129129
com.helger.phive.binary.impl</Export-Package>
130130
<Include-Resource>{maven-resources},phive-binary-version.properties=target/classes/phive-binary-version.properties</Include-Resource>

0 commit comments

Comments
 (0)