File tree Expand file tree Collapse file tree
netcdf-java-testing-platform Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ dependencies {
3535 testImplementation(libs.jj2000)
3636 testImplementation(libs.re2j)
3737 testImplementation(libs.slf4j.api)
38- testImplementation(" org.junit.jupiter:junit-jupiter" )
3938 testCompileOnly(libs.junit4)
4039
4140 testRuntimeOnly(libs.junit5.platformLauncher)
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ dependencies {
1818 api(platform(libs.junit5.bom))
1919
2020 constraints {
21+ api((project(" :cdm-test-utils" )))
22+
2123 api(libs.commons.compress)
2224 api(libs.commons.io)
2325 api(libs.google.truth)
Original file line number Diff line number Diff line change 33 * See LICENSE for license information.
44 */
55
6- plugins { id(" java-base -conventions" ) }
6+ plugins { id(" java-library -conventions" ) }
77
88description = " UI elements that are independent of the CDM."
99
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import java.text.SimpleDateFormat
77import java.util.Date
88
99plugins {
10- id(" java-base -conventions" )
10+ id(" java-library -conventions" )
1111 application
1212}
1313
You can’t perform that action at this time.
0 commit comments