@@ -46,6 +46,8 @@ public class Dependencies {
|
||||
|
||||
public static final Dependency JUNIT5 = Dependency.of("JUnit", "org.junit:junit-bom");
|
||||
|
||||
public static final Dependency JUNIT_PIONEER = Dependency.of("JUnit Pioneer", "org.junit-pioneer:junit-pioneer");
|
||||
|
||||
public static final Dependency JUNIT4 = Dependency.of("JUnit", "junit:junit");
|
||||
|
||||
public static final Dependency KOTLIN = Dependency.of("Kotlin", "org.jetbrains.kotlin:kotlin-bom");
|
||||
|
||||
@@ -46,6 +46,7 @@ public class ProjectDependencies implements Streamable<ProjectDependencies.Proje
|
||||
config.add(Projects.BUILD, ProjectDependency.using("jacoco", Dependencies.JACOCO));
|
||||
config.add(Projects.BUILD, ProjectDependency.using("jodatime", Dependencies.JODA_TIME));
|
||||
config.add(Projects.BUILD, ProjectDependency.using("junit5", Dependencies.JUNIT5));
|
||||
config.add(Projects.BUILD, ProjectDependency.using("junit-pioneer", Dependencies.JUNIT_PIONEER));
|
||||
config.add(Projects.BUILD, ProjectDependency.using("jmolecules", Dependencies.JMOLECULES));
|
||||
config.add(Projects.BUILD,
|
||||
ProjectDependency.using("jmolecules-integration", Dependencies.JMOLECULES_INTEGRATION));
|
||||
|
||||
Reference in New Issue
Block a user