Skip to content

Commit

Permalink
Remove hard dependency on org.apache.felix:org.osgi.core
Browse files Browse the repository at this point in the history
closes #18
  • Loading branch information
sarxos committed Jan 11, 2013
1 parent 940dfe3 commit 1583f66
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 37 deletions.
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -218,6 +218,7 @@
<overWriteReleases>false</overWriteReleases>
<overWriteSnapshots>false</overWriteSnapshots>
<overWriteIfNewer>true</overWriteIfNewer>
<includeScope>runtime</includeScope>
</configuration>
</execution>
</executions>
Expand Down
15 changes: 6 additions & 9 deletions webcam-capture/pom.xml
Expand Up @@ -77,7 +77,7 @@
<dependency>
<groupId>com.nativelibs4java</groupId>
<artifactId>bridj</artifactId>
<version>0.6.1</version>
<version>0.6.2</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand All @@ -88,11 +88,7 @@
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.0.7</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.osgi.core</artifactId>
<version>1.4.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand All @@ -119,15 +115,16 @@
<Bundle-Name>${project.name}</Bundle-Name>
<Bundle-Version>${project.version}</Bundle-Version>
<Bundle-DocURL>${project.url}</Bundle-DocURL>
<Bundle-Activator>com.github.sarxos.webcam.WebcamActivator</Bundle-Activator>
<Import-Package>
*,
</Import-Package>
<Export-Package>
com.github.sarxos.webcam*
com.github.sarxos.webcam,
com.github.sarxos.webcam.log,
com.github.sarxos.webcam.util,
</Export-Package>
<Private-Package>
com.github.sarxos.webcam.ds.buildin*
!*,
</Private-Package>
<Include-Resources>{maven-resources}</Include-Resources>
</instructions>
Expand Down

This file was deleted.

0 comments on commit 1583f66

Please sign in to comment.