@@ -52,7 +52,7 @@ public class Dependencies {
|
||||
|
||||
public static final Dependency MOCKK = Dependency.of("Mockk", "io.mockk:mockk");
|
||||
|
||||
public static final Dependency QUERYDSL = Dependency.of("Querydsl", "com.querydsl:querydsl-jpa");
|
||||
public static final Dependency QUERYDSL = Dependency.of("Querydsl", "com.querydsl:querydsl-bom");
|
||||
|
||||
public static final Dependency RXJAVA1 = Dependency.of("RxJava", "io.reactivex:rxjava");
|
||||
|
||||
@@ -94,6 +94,11 @@ public class Dependencies {
|
||||
|
||||
public static final Dependency JEDIS = Dependency.of("Jedis", "redis.clients:jedis");
|
||||
|
||||
public static final Dependency JMOLECULES = Dependency.of("JMolecules", "org.jmolecules:jmolecules");
|
||||
|
||||
public static final Dependency JMOLECULES_INTEGRATION = Dependency.of("JMolecules",
|
||||
"org.jmolecules.integrations:jmolecules-spring");
|
||||
|
||||
public static final Dependency CASSANDRA_DRIVER3 = Dependency.of("Cassandra Driver",
|
||||
"com.datastax.cassandra:cassandra-driver-core");
|
||||
|
||||
|
||||
@@ -44,6 +44,9 @@ public class ProjectDependencies implements Streamable<ProjectDependencies.Proje
|
||||
config.add(Projects.BUILD, ProjectDependency.ofProperty("jacoco", Dependencies.JACOCO));
|
||||
config.add(Projects.BUILD, ProjectDependency.ofProperty("jodatime", Dependencies.JODA_TIME));
|
||||
config.add(Projects.BUILD, ProjectDependency.ofProperty("junit5", Dependencies.JUNIT5));
|
||||
config.add(Projects.BUILD, ProjectDependency.ofProperty("jmolecules", Dependencies.JMOLECULES));
|
||||
config.add(Projects.BUILD,
|
||||
ProjectDependency.ofProperty("jmolecules-integration", Dependencies.JMOLECULES_INTEGRATION));
|
||||
config.add(Projects.BUILD, ProjectDependency.ofProperty("junit", Dependencies.JUNIT4));
|
||||
config.add(Projects.BUILD, ProjectDependency.ofProperty("kotlin", Dependencies.KOTLIN));
|
||||
config.add(Projects.BUILD, ProjectDependency.ofProperty("kotlin-coroutines", Dependencies.KOTLIN_COROUTINES));
|
||||
|
||||
Reference in New Issue
Block a user