File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ Hibernate (http://hibernate.org) version 3.x data types.
34
34
<groupId >org.hibernate</groupId >
35
35
<artifactId >hibernate-core</artifactId >
36
36
<version >${hibernate.version} </version >
37
- <scope >provided</scope >
38
37
</dependency >
39
38
<dependency >
40
39
<groupId >org.hibernate</groupId >
@@ -76,6 +75,10 @@ Hibernate (http://hibernate.org) version 3.x data types.
76
75
</execution >
77
76
</executions >
78
77
</plugin >
78
+ <plugin >
79
+ <groupId >org.apache.karaf.tooling</groupId >
80
+ <artifactId >karaf-maven-plugin</artifactId >
81
+ </plugin >
79
82
</plugins >
80
83
</build >
81
84
Original file line number Diff line number Diff line change
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 >
You can’t perform that action at this time.
0 commit comments