Skip to content

Commit

Permalink
feat: use public Maven for Fleet Engine libraries (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
bart-at-google authored Dec 3, 2024
1 parent 87300a6 commit 70246d5
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,10 @@ buildscript { // Configuration for building
}
}

plugins {
id 'com.google.cloud.artifactregistry.gradle-plugin' version '2.1.5'
}

repositories { // repositories for Jar's you access in your code
maven {
url 'https://oss.sonatype.org/content/repositories/snapshots' // SNAPSHOT repository (if needed)
}
maven {
url 'artifactregistry://us-maven.pkg.dev/fleetengine-gapic/maven'
}
mavenCentral()
}

Expand All @@ -49,7 +42,7 @@ dependencies {
implementation 'jstl:jstl:1.2'

// Add dependencies here
implementation 'com.google.maps:grpc-google-maps-fleetengine-delivery-v1-java:latest.release'
implementation 'com.google.maps.api.grpc:grpc-google-maps-fleetengine-delivery-v1:0.1.0'

// Fleet Engine Auth Library and its dependencies
implementation 'com.google.maps:fleetengine-auth:2.0.0'
Expand All @@ -61,7 +54,7 @@ dependencies {
implementation 'com.google.inject.extensions:guice-servlet:6.0.0'
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'com.google.auto.value:auto-value-annotations:1.10.4'
implementation 'io.grpc:grpc-api:1.66.0'
implementation 'io.grpc:grpc-api:1.66.0'
implementation 'io.grpc:grpc-protobuf:1.66.0'
implementation 'io.grpc:grpc-stub:1.66.0'
implementation 'io.grpc:grpc-netty:1.66.0'
Expand Down

0 comments on commit 70246d5

Please sign in to comment.