Skip to content

Commit

Permalink
HV-1429 Incorrect Pax URL syntax for paranamer Karaf feature
Browse files Browse the repository at this point in the history
  • Loading branch information
tonit authored and gsmet committed Jul 7, 2017
1 parent 678023e commit dd81f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osgi/karaf-features/src/main/features/features.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
<feature name="hibernate-validator-paranamer" version="${project.version}">
<feature prerequisite="true">wrap</feature>
<feature>hibernate-validator</feature>
<bundle>wrap:mvn:com.thoughtworks.paranamer:paranamer:${paranamer.version}</bundle>
<bundle>wrap:mvn:com.thoughtworks.paranamer/paranamer/${paranamer.version}</bundle>
</feature>
</features>

0 comments on commit dd81f51

Please sign in to comment.