File tree 2 files changed +15
-0
lines changed
2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 59
59
it is dependent on transitively
60
60
-->
61
61
<version >${jackson.version.annotations} </version >
62
+ <scope >provided</scope >
62
63
</dependency >
63
64
<dependency >
64
65
<groupId >com.fasterxml.jackson.core</groupId >
65
66
<artifactId >jackson-core</artifactId >
66
67
<version >${jackson.version.core} </version >
68
+ <scope >provided</scope >
67
69
</dependency >
68
70
69
71
<!-- and for testing we need a few libraries
184
186
<groupId >org.moditect</groupId >
185
187
<artifactId >moditect-maven-plugin</artifactId >
186
188
</plugin >
189
+ <plugin >
190
+ <groupId >org.apache.karaf.tooling</groupId >
191
+ <artifactId >karaf-maven-plugin</artifactId >
192
+ </plugin >
187
193
</plugins >
188
194
</build >
189
195
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-annotations/${jackson.version.core}/xml/features</repository >
4
+ <repository >mvn:com.fasterxml.jackson.core/jackson-core/${jackson.version.core}/xml/features</repository >
5
+ <feature name =" ${project.artifactId}" >
6
+ <feature >jackson-annotations</feature >
7
+ <feature >jackson-core</feature >
8
+ </feature >
9
+ </features >
You can’t perform that action at this time.
0 commit comments