[Build] Remove junit from versions.properties
Now all the JUnit dependencies except the ones provided by `kotlin-test` are moved to the version catalog #KTI-1349 Fixed
This commit is contained in:
committed by
Space Team
parent
14e23a7d84
commit
431f4a8bd3
@@ -15,8 +15,6 @@ versions.intellij-deps-fastutil=8.5.4-9
|
|||||||
versions.jdom=2.0.6
|
versions.jdom=2.0.6
|
||||||
versions.jna-platform=5.9.0.26
|
versions.jna-platform=5.9.0.26
|
||||||
versions.jna=5.9.0.26
|
versions.jna=5.9.0.26
|
||||||
# junit-bom still required yet for compose
|
|
||||||
versions.junit-bom=5.10.0
|
|
||||||
versions.log4j=1.2.17.2
|
versions.log4j=1.2.17.2
|
||||||
versions.lz4-java=1.7.1
|
versions.lz4-java=1.7.1
|
||||||
versions.oro=2.0.8
|
versions.oro=2.0.8
|
||||||
@@ -34,8 +32,6 @@ versions.javax.inject=1
|
|||||||
versions.jflex=1.7.0
|
versions.jflex=1.7.0
|
||||||
versions.jline=3.3.1
|
versions.jline=3.3.1
|
||||||
versions.jsr305=1.3.9
|
versions.jsr305=1.3.9
|
||||||
# junit still required yet for compose
|
|
||||||
versions.junit=4.13.2
|
|
||||||
# kotlin-reflect has version which is bundled in minimally supported IDEA
|
# kotlin-reflect has version which is bundled in minimally supported IDEA
|
||||||
versions.kotlin-reflect=1.6.10
|
versions.kotlin-reflect=1.6.10
|
||||||
versions.kotlinx-collections-immutable-jvm=0.3.1
|
versions.kotlinx-collections-immutable-jvm=0.3.1
|
||||||
|
|||||||
Reference in New Issue
Block a user