Skip to content

Commit 0577c41

Browse files
committed
add junit to all projects
1 parent 98046ad commit 0577c41

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ subprojects {
2727
apply plugin: 'java-test-fixtures'
2828
apply plugin: 'eclipse'
2929
apply plugin: 'maven-publish'
30-
30+
dependencies {
31+
testImplementation "junit:junit:4.13.1"
32+
}
3133
repositories {
3234
//mavenLocal()
3335
mavenCentral()

comm/sensorhub-comm-jssc/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ rootProject.allprojects {
1111
dependencies {
1212
implementation 'org.sensorhub:sensorhub-core:' + oshCoreVersion
1313
implementation("io.github.java-native:jssc:2.10.2")
14-
testImplementation "junit:junit:4.13.1"
1514
}
1615

1716
osgi {

0 commit comments

Comments
 (0)