We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c500f9 commit 44cc59bCopy full SHA for 44cc59b
pom.xml
@@ -7,7 +7,7 @@
7
<name>Audit4j - Core</name>
8
<version>2.2.0</version>
9
<url>http://audit4j.org</url>
10
- <description>Audit4j - An open-source audit suit for enterprise java platform, Core component</description>
+ <description>Audit4j - An open-source auditing framework for Java, Spring Integration</description>
11
<organization>
12
<name>Audit4j</name>
13
@@ -72,6 +72,11 @@
72
<artifactId>reactor-core</artifactId>
73
<version>1.1.5.RELEASE</version>
74
</dependency>
75
+ <dependency>
76
+ <groupId>javassist</groupId>
77
+ <artifactId>javassist</artifactId>
78
+ <version>3.12.1.GA</version>
79
+ </dependency>
80
</dependencies>
81
82
0 commit comments