gae-interop-testing: Remove duplicate repositories

These repositories are already included from the main build.gradle, so
they don't do anything. Much less do they need to be defined twice in
the same file.
This commit is contained in:
Eric Anderson 2024-12-27 10:45:42 -08:00
parent c96e926e65
commit fdb9a5a94f
1 changed files with 0 additions and 11 deletions

View File

@ -14,10 +14,6 @@
buildscript {
// Configuration for building
repositories {
maven { // The google mirror is less flaky than mavenCentral()
url "https://maven-central.storage-download.googleapis.com/maven2/" }
}
dependencies {
classpath 'com.squareup.okhttp:okhttp:2.7.4'
}
@ -33,13 +29,6 @@ plugins {
description = 'gRPC: gae interop testing (jdk8)'
repositories {
// repositories for Jar's you access in your code
mavenLocal()
maven { // The google mirror is less flaky than mavenCentral()
url "https://maven-central.storage-download.googleapis.com/maven2/" }
}
dependencies {
providedCompile group: 'javax.servlet', name: 'servlet-api', version:'2.5'
runtimeOnly 'com.google.appengine:appengine-api-1.0-sdk:1.9.59'