Skip to content

Commit 2e237ec

Browse files
authored
fix(compute): rename region "dependencies" at pom.xml (#9996)
* fix(compute): rename region "dependencies" at pom.xml * chore(compute): migrate old region "compute_sendgrid_dependencies_java" from compute/sendgrid/pom.xml
1 parent 4a116b1 commit 2e237ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compute/sendgrid/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,15 @@
3737
</properties>
3838

3939
<dependencies>
40+
<!-- [START compute_sendgrid_dependencies_xml_java] -->
4041
<!-- [START compute_sendgrid_dependencies_java] -->
4142
<dependency>
4243
<groupId>com.sendgrid</groupId>
4344
<artifactId>sendgrid-java</artifactId>
4445
<version>4.10.1</version>
4546
</dependency>
4647
<!-- [END compute_sendgrid_dependencies_java] -->
48+
<!-- [END compute_sendgrid_dependencies_xml_java] -->
4749
</dependencies>
4850
<build>
4951
<plugins>

0 commit comments

Comments
 (0)