JAVA-19536 Formatting of pom.xml

This commit is contained in:
Dhawal Kapil
2023-04-07 22:02:06 +05:30
parent 57ad9ed32e
commit 1c97da707e
24 changed files with 65 additions and 92 deletions
-2
View File
@@ -4,7 +4,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>google-cloud</artifactId>
<version>0.1-SNAPSHOT</version>
<name>google-cloud</name>
<packaging>jar</packaging>
<description>Google Cloud Tutorials</description>
@@ -24,7 +23,6 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<!-- Check for the most recent available version: https://projectlombok.org/changelog.html -->
<version>${lombok.version}</version>
<scope>provided</scope>
</dependency>