BAEL-4049 - indentation fix

This commit is contained in:
Anshul BANSAL 2020-06-03 12:40:32 +03:00
parent 8623df615b
commit a2b1be69fe
1 changed files with 6 additions and 6 deletions

View File

@ -52,9 +52,9 @@
<systemPath>${java.home}/../lib/tools.jar</systemPath>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>8.0.1</version>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>8.0.1</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
@ -67,9 +67,9 @@
<version>6.4.1</version>
</dependency>
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
<version>3.27.0-GA</version>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
<version>3.27.0-GA</version>
</dependency>
</dependencies>