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 @@ -37,10 +37,12 @@ working with JSR-353 (JDK Json-processing API) node types via data-binding
37
37
<dependency >
38
38
<groupId >com.fasterxml.jackson.core</groupId >
39
39
<artifactId >jackson-core</artifactId >
40
+ <scope >provided</scope >
40
41
</dependency >
41
42
<dependency >
42
43
<groupId >com.fasterxml.jackson.core</groupId >
43
44
<artifactId >jackson-databind</artifactId >
45
+ <scope >provided</scope >
44
46
</dependency >
45
47
46
48
<!-- We definitely need at least API -->
@@ -73,6 +75,10 @@ working with JSR-353 (JDK Json-processing API) node types via data-binding
73
75
<groupId >org.moditect</groupId >
74
76
<artifactId >moditect-maven-plugin</artifactId >
75
77
</plugin >
78
+ <plugin >
79
+ <groupId >org.apache.karaf.tooling</groupId >
80
+ <artifactId >karaf-maven-plugin</artifactId >
81
+ </plugin >
76
82
</plugins >
77
83
</build >
78
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 >
7
+ </features >
You can’t perform that action at this time.
0 commit comments