Skip to content

Commit 24907f4

Browse files
committed
polishing
1 parent 7f8c8d6 commit 24907f4

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
*.iml
99
*.audit
1010
*.yml
11+
*.yaml
1112
.settings
1213
target
1314
.classpath

audit4j.conf.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,12 @@
9191
<artifactId>reactor-core</artifactId>
9292
<version>1.1.6.RELEASE</version>
9393
</dependency>
94+
95+
<!-- Do not change below dependency version unless testing properly -->
9496
<dependency>
95-
<groupId>org.javassist</groupId>
97+
<groupId>javassist</groupId>
9698
<artifactId>javassist</artifactId>
97-
<version>3.20.0-GA</version>
99+
<version>3.12.1.GA</version>
98100
</dependency>
99101
<dependency>
100102
<groupId>javax.enterprise</groupId>

0 commit comments

Comments
 (0)