Reformat indentation
This commit is contained in:
		
							parent
							
								
									f98dd80941
								
							
						
					
					
						commit
						20cdd09171
					
				| 
						 | 
					@ -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>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										5
									
								
								pom.xml
								
								
								
								
							
							
						
						
									
										5
									
								
								pom.xml
								
								
								
								
							| 
						 | 
					@ -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>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -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>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue