@@ -13,27 +13,6 @@ buildscript { //properties that you need to build the project
1313 kotlin_version = constants. getProperty(" kotlinVersion" )
1414 junit_version = constants. getProperty(" junitVersion" )
1515 quasar_version = constants. getProperty(" quasarVersion" )
16- quasar_exclusions = [
17- ' co.paralleluniverse**' ,
18- ' groovy**' ,
19- ' com.esotericsoftware.**' ,
20- ' jdk**' ,
21- ' junit**' ,
22- ' kotlin**' ,
23- ' net.rubygrapefruit.**' ,
24- ' org.gradle.**' ,
25- ' org.apache.**' ,
26- ' org.jacoco.**' ,
27- ' org.junit**' ,
28- ' org.slf4j**' ,
29- ' worker.org.gradle.**' ,
30- ' org.mockito.kotlin**' ,
31- ' org.assertj**' ,
32- ' org.hamcrest**' ,
33- ' org.mockito**' ,
34- ' org.opentest4j**' ,
35- ' org.springframework**'
36- ]
3716 log4j_version = constants. getProperty(" log4jVersion" )
3817 slf4j_version = constants. getProperty(" slf4jVersion" )
3918 corda_platform_version = constants. getProperty(" platformVersion" ). toInteger()
@@ -58,7 +37,6 @@ buildscript { //properties that you need to build the project
5837 repositories {
5938 mavenLocal()
6039 mavenCentral()
61- maven { url ' https://jitpack.io' }
6240 maven { url ' https://download.corda.net/maven/corda-releases' }
6341 }
6442
@@ -67,10 +45,6 @@ buildscript { //properties that you need to build the project
6745 classpath " net.corda.plugins:cordformation:$corda_gradle_plugins_version "
6846 classpath " net.corda.plugins:quasar-utils:$corda_gradle_plugins_version "
6947 classpath " org.springframework.boot:spring-boot-gradle-plugin:$spring_boot_gradle_plugin_version "
70- classpath " net.corda.plugins:cordapp:$corda_gradle_plugins_version "
71-
72- classpath " com.sendgrid:sendgrid-java:4.7.0"
73- classpath " com.sendgrid:java-http-client:4.3.6"
7448 }
7549}
7650
@@ -86,9 +60,9 @@ allprojects {//Properties that you need to compile your project (The application
8660 mavenLocal()
8761
8862 mavenCentral()
89- maven { url ' https://jitpack.io' }
90- maven { url ' https://download.corda.net/maven/corda-dependencies' }
9163 maven { url ' https://download.corda.net/maven/corda-releases' }
64+ maven { url ' https://download.corda.net/maven/corda-dependencies' }
65+ maven { url ' https://jitpack.io' }
9266 }
9367
9468 java {
@@ -122,7 +96,6 @@ sourceSets {
12296
12397// Module dependencies
12498dependencies {
125- testImplementation " junit:junit:$junit_version "
12699 // Corda dependencies.
127100 cordaProvided " $corda_core_release_group :corda-core:$corda_core_release_version "
128101 cordaBootstrapper (" $corda_release_group :corda-node-api:$corda_release_version " ) {
0 commit comments