Skip to content

Commit

Permalink
Add the Google Maven repo to the maven example as it is now needed fo…
Browse files Browse the repository at this point in the history
…r the KSP dependency.

RELNOTES=n/a
PiperOrigin-RevId: 385598516
  • Loading branch information
Chang-Eric authored and Dagger Team committed Jul 19, 2021
1 parent 436ac2e commit ff62b19
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions examples/maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<repositories>
<repository>
<id>google-maven</id>
<name>Google Maven Repo</name>
<url>https://maven.google.com</url>
</repository>
</repositories>

<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
Expand Down

0 comments on commit ff62b19

Please sign in to comment.