Skip to content

Commit ec21912

Browse files
authored
fix(iap): delete invalid and unused region_tags (#9383)
1 parent 83e5ba3 commit ec21912

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

iap/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
See the License for the specific language governing permissions and
1515
limitations under the License.
1616
-->
17-
<!-- [START pom] -->
17+
1818
<project xmlns="http://maven.apache.org/POM/4.0.0"
1919
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2020
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
@@ -63,12 +63,11 @@
6363
<artifactId>javax.servlet-api</artifactId>
6464
<version>3.1.0</version>
6565
</dependency>
66-
<!-- [START dependencies] -->
67-
<dependency>
66+
67+
<dependency>
6868
<groupId>com.google.auth</groupId>
6969
<artifactId>google-auth-library-oauth2-http</artifactId>
7070
</dependency>
71-
<!-- [END dependencies] -->
7271

7372
<!-- Test dependencies -->
7473
<dependency>
@@ -78,4 +77,3 @@
7877
</dependency>
7978
</dependencies>
8079
</project>
81-
<!-- [END pom] -->

0 commit comments

Comments
 (0)