Skip to content

Commit b4e89d0

Browse files
committed
Use karaf-maven-plugin 4.2.6 to create an apache karaf feature for jackson-dataformat-protobuf to fix (FasterXML#181)
1 parent 4429f9c commit b4e89d0

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

protobuf/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@ abstractions.
101101
<groupId>org.moditect</groupId>
102102
<artifactId>moditect-maven-plugin</artifactId>
103103
</plugin>
104+
<plugin>
105+
<groupId>org.apache.karaf.tooling</groupId>
106+
<artifactId>karaf-maven-plugin</artifactId>
107+
</plugin>
104108
</plugins>
105109
</build>
106110

protobuf/src/main/feature/feature.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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>

0 commit comments

Comments
 (0)