Reformat indentation

This commit is contained in:
Chris Eager 2021-05-17 14:10:55 -05:00 committed by Chris Eager
parent f98dd80941
commit 20cdd09171
5 changed files with 806 additions and 809 deletions

View File

@ -12,7 +12,6 @@
<artifactId>gcm-sender-async</artifactId>
<version>${TextSecureServer.version}</version>
<dependencies>
<dependency>
<groupId>io.github.resilience4j</groupId>
@ -47,6 +46,5 @@
</dependency>
</dependencies>
</project>

View File

@ -46,7 +46,6 @@
<version>2.0.21</version>
</parent>
<groupId>org.whispersystems.textsecure</groupId>
<artifactId>TextSecureServer</artifactId>
<version>1.0</version>
@ -168,7 +167,9 @@
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.4.1</version>
<configuration>
<rules><dependencyConvergence/></rules>
<rules>
<dependencyConvergence/>
</rules>
</configuration>
</plugin>

View File

@ -206,6 +206,11 @@
<artifactId>commons-codec</artifactId>
<version>1.13</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-csv</artifactId>
<version>1.8</version>
</dependency>
<dependency>
<groupId>io.vavr</groupId>
<artifactId>vavr</artifactId>
@ -376,13 +381,6 @@
<artifactId>jersey-test-framework-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-csv</artifactId>
<version>1.8</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.test-framework.providers</groupId>
<artifactId>jersey-test-framework-provider-grizzly2</artifactId>