Skip to content

Commit d04e9f2

Browse files
committed
BAEL-4049 - indentation fix
1 parent 8beb174 commit d04e9f2

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

  • core-java-modules/core-java-jvm

core-java-modules/core-java-jvm/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@
5252
<systemPath>${java.home}/../lib/tools.jar</systemPath>
5353
</dependency>
5454
<dependency>
55-
<groupId>org.ow2.asm</groupId>
56-
<artifactId>asm</artifactId>
57-
<version>8.0.1</version>
55+
<groupId>org.ow2.asm</groupId>
56+
<artifactId>asm</artifactId>
57+
<version>8.0.1</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>org.ow2.asm</groupId>
@@ -67,9 +67,9 @@
6767
<version>6.4.1</version>
6868
</dependency>
6969
<dependency>
70-
<groupId>org.javassist</groupId>
71-
<artifactId>javassist</artifactId>
72-
<version>3.27.0-GA</version>
70+
<groupId>org.javassist</groupId>
71+
<artifactId>javassist</artifactId>
72+
<version>3.27.0-GA</version>
7373
</dependency>
7474
</dependencies>
7575

0 commit comments

Comments
 (0)