Skip to content

Commit

Permalink
chore: clean up consolidated build/file from generated pom files (#9793)
Browse files Browse the repository at this point in the history
  • Loading branch information
alicejli committed Aug 31, 2023
1 parent 2b3e915 commit a1b7cd8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 33 deletions.
24 changes: 0 additions & 24 deletions java-language/grpc-google-cloud-language-v2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,28 +42,4 @@
<artifactId>guava</artifactId>
</dependency>
</dependencies>

<profiles>
<profile>
<id>java9</id>
<activation>
<jdk>[9,)</jdk>
</activation>
<dependencies>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
</dependency>
</dependencies>
</profile>
</profiles>

<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
9 changes: 0 additions & 9 deletions java-language/proto-google-cloud-language-v2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,4 @@
<artifactId>guava</artifactId>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>

0 comments on commit a1b7cd8

Please sign in to comment.