Update build.gradle
This commit is contained in:
parent
f4b6ef20b4
commit
7f25b9ba7b
@ -61,12 +61,14 @@ dependencies {
|
||||
compile("org.springframework.boot:spring-boot-starter-data-jpa") {
|
||||
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
|
||||
compile 'mysql:mysql-connector-java'
|
||||
compile 'org.reflections:reflections:0.9.12'
|
||||
compile 'org.apache.commons:commons-lang3:3.12.0'
|
||||
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 group: 'org.jsoup', name: 'jsoup', version: '1.13.1'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user