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

View File

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

View File

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