File tree 2 files changed +13
-0
lines changed
2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ Hibernate (http://hibernate.org) version 5.x data types.
30
30
<groupId >javax.transaction</groupId >
31
31
<artifactId >javax.transaction-api</artifactId >
32
32
<version >1.3</version >
33
+ <scope >provided</scope >
33
34
</dependency >
34
35
35
36
<!-- what would be the best scope to use here? -->
@@ -112,6 +113,10 @@ Hibernate (http://hibernate.org) version 5.x data types.
112
113
</execution >
113
114
</executions >
114
115
</plugin >
116
+ <plugin >
117
+ <groupId >org.apache.karaf.tooling</groupId >
118
+ <artifactId >karaf-maven-plugin</artifactId >
119
+ </plugin >
115
120
</plugins >
116
121
</build >
117
122
</project >
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