We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 678023e commit dd81f51Copy full SHA for dd81f51
osgi/karaf-features/src/main/features/features.xml
@@ -26,6 +26,6 @@
26
<feature name="hibernate-validator-paranamer" version="${project.version}">
27
<feature prerequisite="true">wrap</feature>
28
<feature>hibernate-validator</feature>
29
- <bundle>wrap:mvn:com.thoughtworks.paranamer:paranamer:${paranamer.version}</bundle>
+ <bundle>wrap:mvn:com.thoughtworks.paranamer/paranamer/${paranamer.version}</bundle>
30
</feature>
31
</features>
0 commit comments