File tree 3 files changed +7
-37
lines changed
src/main/java/com/github/sarxos/webcam
3 files changed +7
-37
lines changed Original file line number Diff line number Diff line change 218
218
<overWriteReleases >false</overWriteReleases >
219
219
<overWriteSnapshots >false</overWriteSnapshots >
220
220
<overWriteIfNewer >true</overWriteIfNewer >
221
+ <includeScope >runtime</includeScope >
221
222
</configuration >
222
223
</execution >
223
224
</executions >
Original file line number Diff line number Diff line change 77
77
<dependency >
78
78
<groupId >com.nativelibs4java</groupId >
79
79
<artifactId >bridj</artifactId >
80
- <version >0.6.1 </version >
80
+ <version >0.6.2 </version >
81
81
</dependency >
82
82
<dependency >
83
83
<groupId >org.slf4j</groupId >
88
88
<groupId >ch.qos.logback</groupId >
89
89
<artifactId >logback-classic</artifactId >
90
90
<version >1.0.7</version >
91
- </dependency >
92
- <dependency >
93
- <groupId >org.apache.felix</groupId >
94
- <artifactId >org.osgi.core</artifactId >
95
- <version >1.4.0</version >
91
+ <scope >provided</scope >
96
92
</dependency >
97
93
<dependency >
98
94
<groupId >junit</groupId >
119
115
<Bundle-Name >${project.name} </Bundle-Name >
120
116
<Bundle-Version >${project.version} </Bundle-Version >
121
117
<Bundle-DocURL >${project.url} </Bundle-DocURL >
122
- <Bundle-Activator >com.github.sarxos.webcam.WebcamActivator</Bundle-Activator >
123
118
<Import-Package >
124
119
*,
125
120
</Import-Package >
126
121
<Export-Package >
127
- com.github.sarxos.webcam*
122
+ com.github.sarxos.webcam,
123
+ com.github.sarxos.webcam.log,
124
+ com.github.sarxos.webcam.util,
128
125
</Export-Package >
129
126
<Private-Package >
130
- com.github.sarxos.webcam.ds.buildin*
127
+ !*,
131
128
</Private-Package >
132
129
<Include-Resources >{maven-resources}</Include-Resources >
133
130
</instructions >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments