Skip to content

Commit 44cc59b

Browse files
committed
added javaasit dependency
1 parent 2c500f9 commit 44cc59b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<name>Audit4j - Core</name>
88
<version>2.2.0</version>
99
<url>http://audit4j.org</url>
10-
<description>Audit4j - An open-source audit suit for enterprise java platform, Core component</description>
10+
<description>Audit4j - An open-source auditing framework for Java, Spring Integration</description>
1111
<organization>
1212
<name>Audit4j</name>
1313
<url>http://audit4j.org</url>
@@ -72,6 +72,11 @@
7272
<artifactId>reactor-core</artifactId>
7373
<version>1.1.5.RELEASE</version>
7474
</dependency>
75+
<dependency>
76+
<groupId>javassist</groupId>
77+
<artifactId>javassist</artifactId>
78+
<version>3.12.1.GA</version>
79+
</dependency>
7580
</dependencies>
7681

7782

0 commit comments

Comments
 (0)