We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23e28aa commit c4184adCopy full SHA for c4184ad
hibernate4/pom.xml
@@ -71,6 +71,10 @@ Hibernate (http://hibernate.org) version 4.x data types.
71
</execution>
72
</executions>
73
</plugin>
74
+ <plugin>
75
+ <groupId>org.apache.karaf.tooling</groupId>
76
+ <artifactId>karaf-maven-plugin</artifactId>
77
+ </plugin>
78
</plugins>
79
</build>
80
hibernate4/src/main/feature/feature.xml
@@ -0,0 +1,8 @@
1
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
+<features xmlns="http://karaf.apache.org/xmlns/features/v1.6.0" name="${project.artifactId}">
3
+ <repository>mvn:com.fasterxml.jackson.core/jackson-databind/${jackson.version.databind}/xml/features</repository>
4
+ <feature name="${project.artifactId}">
5
+ <feature>jackson-databind</feature>
6
+ <feature>hibernate</feature>
7
+ </feature>
8
+</features>
0 commit comments