Update build.gradle
This commit is contained in:
parent
f4b6ef20b4
commit
7f25b9ba7b
@ -61,6 +61,7 @@ dependencies {
|
|||||||
compile("org.springframework.boot:spring-boot-starter-data-jpa") {
|
compile("org.springframework.boot:spring-boot-starter-data-jpa") {
|
||||||
exclude group:"org.springframework.boot", module: "spring-boot-starter-logging"
|
exclude group:"org.springframework.boot", module: "spring-boot-starter-logging"
|
||||||
}
|
}
|
||||||
|
implementation(platform("org.apache.logging.log4j:log4j-bom:2.17.1"))
|
||||||
// Use MySQL Connector-J
|
// Use MySQL Connector-J
|
||||||
compile 'mysql:mysql-connector-java'
|
compile 'mysql:mysql-connector-java'
|
||||||
compile 'org.reflections:reflections:0.9.12'
|
compile 'org.reflections:reflections:0.9.12'
|
||||||
@ -68,6 +69,7 @@ dependencies {
|
|||||||
compile 'com.google.api-client:google-api-client:1.31.5'
|
compile 'com.google.api-client:google-api-client:1.31.5'
|
||||||
compile 'com.google.apis:google-api-services-youtube:v3-rev20210410-1.31.0'
|
compile 'com.google.apis:google-api-services-youtube:v3-rev20210410-1.31.0'
|
||||||
|
|
||||||
|
|
||||||
compile group: 'org.jsoup', name: 'jsoup', version: '1.13.1'
|
compile group: 'org.jsoup', name: 'jsoup', version: '1.13.1'
|
||||||
|
|
||||||
testCompile('org.springframework.boot:spring-boot-starter-test')
|
testCompile('org.springframework.boot:spring-boot-starter-test')
|
||||||
|
Loading…
Reference in New Issue
Block a user