File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
osgi/karaf-features/src/main/features Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 30
30
<feature >hibernate-validator</feature >
31
31
<bundle >mvn:javax.money/money-api/${javax-money.version}</bundle >
32
32
<bundle >mvn:org.javamoney/moneta/${moneta.version}</bundle >
33
+ <bundle >mvn:javax.annotation/javax.annotation-api/${javax-annotation-api.version}</bundle >
33
34
</feature >
34
35
<feature name =" hibernate-validator-groovy" version =" ${project.version}" >
35
36
<feature >hibernate-validator</feature >
Original file line number Diff line number Diff line change 153
153
<!-- JavaMoney dependencies -->
154
154
<javax-money .version>1.0.1</javax-money .version>
155
155
<moneta .version>1.1</moneta .version>
156
+ <!-- Used in the Karaf features file: it is a dependency of Moneta -->
157
+ <javax-annotation-api .version>1.2</javax-annotation-api .version>
156
158
157
159
<!-- WildFly patching infrastructure -->
158
160
<wildfly-patch-gen-maven-plugin .version>2.0.1.Alpha5</wildfly-patch-gen-maven-plugin .version>
You can’t perform that action at this time.
0 commit comments