Skip to content

Commit

Permalink
Add explicit implementation dependency on usb
Browse files Browse the repository at this point in the history
  • Loading branch information
bmalinowsky committed Dec 13, 2022
1 parent 65ead7b commit 6761848
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ dependencies {
implementation "com.github.calimero:calimero-core:${version}"
implementation "com.github.calimero:calimero-tools:${version}"
implementation "${swtGroupId}:${swtArtifact}:${swtVersion}"
implementation 'org.usb4java:usb4java:1.3.0'
runtimeOnly "com.github.calimero:calimero-rxtx:${version}"
implementation 'org.slf4j:slf4j-api:1.7.36'
runtimeOnly 'org.slf4j:slf4j-simple:1.7.36'
Expand Down
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,11 @@
<version>${slf4j.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.usb4java</groupId>
<artifactId>usb4java</artifactId>
<version>1.3.0</version>
</dependency>
</dependencies>
<repositories>
<repository>
Expand Down

0 comments on commit 6761848

Please sign in to comment.