Skip to content

Commit dd81f51

Browse files
tonitgsmet
authored andcommitted
HV-1429 Incorrect Pax URL syntax for paranamer Karaf feature
1 parent 678023e commit dd81f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osgi/karaf-features/src/main/features/features.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
<feature name="hibernate-validator-paranamer" version="${project.version}">
2727
<feature prerequisite="true">wrap</feature>
2828
<feature>hibernate-validator</feature>
29-
<bundle>wrap:mvn:com.thoughtworks.paranamer:paranamer:${paranamer.version}</bundle>
29+
<bundle>wrap:mvn:com.thoughtworks.paranamer/paranamer/${paranamer.version}</bundle>
3030
</feature>
3131
</features>

0 commit comments

Comments
 (0)