Skip to content

Commit

Permalink
Raspberry Pi で bridj がらみで問題があるため、jarを対応済みのものに差し替え
Browse files Browse the repository at this point in the history
  • Loading branch information
onozaty committed Jan 21, 2018
1 parent 289272d commit d6c2590
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions shared-camera-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@ repositories { mavenCentral() }
dependencies {
compile('org.springframework.boot:spring-boot-starter-websocket')
compile('org.springframework.boot:spring-boot-devtools')
compile('com.github.sarxos:webcam-capture:0.3.11')

compile('com.github.sarxos:webcam-capture:0.3.11') {
exclude group: 'com.nativelibs4java', module: 'bridj'
}
compile fileTree(dir: 'libs', include: '*.jar')

compileOnly('org.projectlombok:lombok')
testCompile('org.springframework.boot:spring-boot-starter-test')
testCompile('org.assertj:assertj-core:3.9.0')
Expand Down
Binary file added shared-camera-client/libs/bridj-0.7-20140918.jar
Binary file not shown.

0 comments on commit d6c2590

Please sign in to comment.