Skip to content

Commit 58d25c7

Browse files
committed
added dependency
1 parent d3a07f9 commit 58d25c7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>audit4j-core</artifactId>
55
<packaging>jar</packaging>
66
<name>Audit4j - Core</name>
7-
<version>1.0.0</version>
7+
<version>1.0.1</version>
88
<url>http://www.mechanizedspace.com/audit4j</url>
99
<description>Audit4j - An open-source audit suit for enterprise java platform, Core component</description>
1010
<organization>
@@ -69,6 +69,12 @@
6969
<artifactId>cron4j</artifactId>
7070
<version>2.2.5</version>
7171
</dependency>
72+
73+
<dependency>
74+
<groupId>org.projectreactor</groupId>
75+
<artifactId>reactor-core</artifactId>
76+
<version>1.1.2.RELEASE</version>
77+
</dependency>
7278

7379
<!-- Activemq -->
7480
<dependency>

0 commit comments

Comments
 (0)