File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 33## XMLUnit for Java 2.10.3 - /not released, yet/
44
55* marked OSGi ` Import-Package ` optional for javax.xml.bind packages in xmlunit-core.
6+ Also fixed the ` Export-Package ` header of the legacy module.
67 Issue [ #300 ] ( https://github.com/xmlunit/xmlunit/issues/300 )
78
89## XMLUnit for Java 2.10.2 - /Released 2025-05-23/
Original file line number Diff line number Diff line change 9696 </execution >
9797 </executions >
9898 </plugin >
99+ <plugin >
100+ <groupId >org.apache.felix</groupId >
101+ <artifactId >maven-bundle-plugin</artifactId >
102+ <configuration >
103+ <instructions >
104+ <Export-Package >org.custommonkey.xmlunit.*;version=${project.version} ;-noimport:=true</Export-Package >
105+ </instructions >
106+ </configuration >
107+ </plugin >
99108 </plugins >
100109 </build >
101110</project >
You can’t perform that action at this time.
0 commit comments