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 d3a07f9 commit 58d25c7Copy full SHA for 58d25c7
pom.xml
@@ -4,7 +4,7 @@
4
<artifactId>audit4j-core</artifactId>
5
<packaging>jar</packaging>
6
<name>Audit4j - Core</name>
7
- <version>1.0.0</version>
+ <version>1.0.1</version>
8
<url>http://www.mechanizedspace.com/audit4j</url>
9
<description>Audit4j - An open-source audit suit for enterprise java platform, Core component</description>
10
<organization>
@@ -69,6 +69,12 @@
69
<artifactId>cron4j</artifactId>
70
<version>2.2.5</version>
71
</dependency>
72
+
73
+ <dependency>
74
+ <groupId>org.projectreactor</groupId>
75
+ <artifactId>reactor-core</artifactId>
76
+ <version>1.1.2.RELEASE</version>
77
+ </dependency>
78
79
<!-- Activemq -->
80
<dependency>
0 commit comments