Skip to content

Commit 6761848

Browse files
committed
Add explicit implementation dependency on usb
1 parent 65ead7b commit 6761848

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ dependencies {
7676
implementation "com.github.calimero:calimero-core:${version}"
7777
implementation "com.github.calimero:calimero-tools:${version}"
7878
implementation "${swtGroupId}:${swtArtifact}:${swtVersion}"
79+
implementation 'org.usb4java:usb4java:1.3.0'
7980
runtimeOnly "com.github.calimero:calimero-rxtx:${version}"
8081
implementation 'org.slf4j:slf4j-api:1.7.36'
8182
runtimeOnly 'org.slf4j:slf4j-simple:1.7.36'

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,11 @@
184184
<version>${slf4j.version}</version>
185185
<scope>runtime</scope>
186186
</dependency>
187+
<dependency>
188+
<groupId>org.usb4java</groupId>
189+
<artifactId>usb4java</artifactId>
190+
<version>1.3.0</version>
191+
</dependency>
187192
</dependencies>
188193
<repositories>
189194
<repository>

0 commit comments

Comments
 (0)