File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,10 @@ abstractions.
101
101
<groupId >org.moditect</groupId >
102
102
<artifactId >moditect-maven-plugin</artifactId >
103
103
</plugin >
104
+ <plugin >
105
+ <groupId >org.apache.karaf.tooling</groupId >
106
+ <artifactId >karaf-maven-plugin</artifactId >
107
+ </plugin >
104
108
</plugins >
105
109
</build >
106
110
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 >
7
+ </features >
You can’t perform that action at this time.
0 commit comments