Skip to content

Commit b81dff8

Browse files
committed
Remove an import of sl4j on the Bundle definition to avoid compilation errors when building eclipse plugins
1 parent 34ca7a8 commit b81dff8

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

commons-core/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,7 @@
162162
<instructions>
163163
<Bundle-SymbolicName>${project.groupId}</Bundle-SymbolicName>
164164
<Import-Package>
165-
org.osgi.framework,
166-
org.slf4j
165+
org.osgi.framework
167166
</Import-Package>
168167
<Export-Package>
169168
!org.atlanmod.commons.*.internal.*,

pom.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -258,13 +258,14 @@
258258
<configuration>
259259
<exportScr>true</exportScr>
260260
<instructions>
261-
<Bundle-Version>
262-
${project.version}
263-
</Bundle-Version>
264261
<!--Bundle-Version>
265-
1.1.0.${maven.build.timestamp}
266-
1.0.6
262+
For an unknown reason, Felix (or BND?) does not replace 'SNAPSHOT' by 'qualifier', as
263+
it was supposed to do.
264+
${project.version}
267265
</Bundle-Version-->
266+
<Bundle-Version>
267+
1.1.0.${maven.build.timestamp}
268+
</Bundle-Version>
268269
<Bundle-ClassPath>.,{maven-dependencies}</Bundle-ClassPath>
269270
<Import-Package/>
270271
<Embed-Dependency>

0 commit comments

Comments
 (0)