Skip to content

Commit

Permalink
HV-1104 Upgrade Karaf to 4.0.7 in our OSGi integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Dec 7, 2016
1 parent ef0cfad commit 2501aff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions osgi/karaf-features/src/main/features/features.xml
Expand Up @@ -5,10 +5,10 @@
~ License: Apache License, Version 2.0
~ See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
-->
<features xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
<features xmlns="http://karaf.apache.org/xmlns/features/v1.4.0"
name="hibernate-validator-osgi-features"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0">
xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.4.0">

<feature name="hibernate-validator" version="${project.version}">
<bundle>mvn:org.hibernate/hibernate-validator/${project.version}</bundle>
Expand All @@ -23,6 +23,7 @@
<bundle>mvn:org.javamoney/moneta/${moneta.version}</bundle>
</feature>
<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>
</feature>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -145,7 +145,7 @@
<!-- OSGi dependencies -->
<pax.exam.version>4.9.2</pax.exam.version>
<pax.url.version>2.4.7</pax.url.version>
<apache.karaf.version>3.0.6</apache.karaf.version>
<apache.karaf.version>4.0.7</apache.karaf.version>
<osgi-core.version>6.0.0</osgi-core.version>

<puppycrawl.checkstyle.version>7.1</puppycrawl.checkstyle.version>
Expand Down

0 comments on commit 2501aff

Please sign in to comment.