Remove Gist
This commit is contained in:
@@ -22,6 +22,8 @@ dependencies {
|
||||
implementation 'org.apache.httpcomponents:httpclient:4.5.9'
|
||||
implementation 'com.googlecode.json-simple:json-simple:1.1.1'
|
||||
implementation 'com.google.code.gson:gson:2.8.6'
|
||||
implementation platform('com.amazonaws:aws-java-sdk-bom:1.11.896')
|
||||
implementation 'com.amazonaws:aws-java-sdk-s3'
|
||||
testImplementation 'junit:junit:4.11'
|
||||
compile 'com.google.api-client:google-api-client:1.23.0'
|
||||
compile 'com.google.oauth-client:google-oauth-client-jetty:1.23.0'
|
||||
@@ -31,6 +33,7 @@ dependencies {
|
||||
compile group: 'net.sourceforge.argparse4j', name: 'argparse4j', version: '0.8.1'
|
||||
compile group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.13.3'
|
||||
compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.13.3'
|
||||
compile group: 'javax.xml.bind', name: 'jaxb-api', version: '2.2.4'
|
||||
}
|
||||
|
||||
jar {
|
||||
|
||||
Reference in New Issue
Block a user