Skip to content

Commit d68728c

Browse files
orange-buffalogarethahealy
authored andcommitted
fixing osgi import issue that resulted in version 1.8 be required by Dozer (#695)
1 parent 445459a commit d68728c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<osgi.Bundle-Activator/>
7373
<osgi.defaults.Import-Package>
7474
!${osgi.Export-Package},
75-
com.github.dozermapper.*;${osgi.Import-Package.version}
75+
com.github.dozermapper.*;${osgi.Import-Package.version},
7676
org.osgi.framework;version="[1.7,2)";resolution:=optional
7777
</osgi.defaults.Import-Package>
7878
<osgi.additional.Import-Package/>

0 commit comments

Comments
 (0)