We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98046ad commit 0577c41Copy full SHA for 0577c41
build.gradle
@@ -27,7 +27,9 @@ subprojects {
27
apply plugin: 'java-test-fixtures'
28
apply plugin: 'eclipse'
29
apply plugin: 'maven-publish'
30
-
+ dependencies {
31
+ testImplementation "junit:junit:4.13.1"
32
+ }
33
repositories {
34
//mavenLocal()
35
mavenCentral()
comm/sensorhub-comm-jssc/build.gradle
@@ -11,7 +11,6 @@ rootProject.allprojects {
11
dependencies {
12
implementation 'org.sensorhub:sensorhub-core:' + oshCoreVersion
13
implementation("io.github.java-native:jssc:2.10.2")
14
- testImplementation "junit:junit:4.13.1"
15
}
16
17
osgi {
0 commit comments