JAVA-14673 - Fix formatting of POMs (#12722)

* JAVA-14673 - Fix formatting of POMs

* cleanup
This commit is contained in:
freelansam
2022-09-13 21:22:49 +05:30
committed by GitHub
parent 5a666085ac
commit dc1815c10c
75 changed files with 654 additions and 634 deletions
@@ -32,12 +32,11 @@
<artifactId>jackson-dataformat-csv</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>org.mock-server</groupId>
<artifactId>mockserver-netty</artifactId>
<version>${mockserver-netty.version}</version>
<scope>test</scope>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.json</groupId>
+1 -1
View File
@@ -51,7 +51,7 @@
</dependencies>
<build>
<finalName>jackson</finalName>
<finalName>jackson-core</finalName>
<resources>
<resource>
<directory>src/main/resources</directory>
+1 -1
View File
@@ -14,7 +14,7 @@
<relativePath>../parent-java</relativePath>
</parent>
<modules>
<modules>
<module>jackson-annotations</module>
<module>jackson-conversions</module>
<module>jackson-conversions-2</module>