Skip to content

Commit

Permalink
Version 2.3.0: Permanently switch to eventhub audit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Asgeir Nilsen committed Mar 25, 2020
1 parent 1228685 commit 1330253
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,8 @@ dependencies {
compile('org.glassfish.jersey.core:jersey-client:2.29.1')
compile('org.glassfish.jersey.core:jersey-common:2.29.1')

if (project.hasProperty("eventhub")) {
compile('no.fint:fint-audit-azure-eventhub-plugin:0.3.0')
compile('io.projectreactor:reactor-core:3.3.2.RELEASE')
} else {
compile('no.fint:fint-audit-mongo-plugin:1.7.0-rc-2')
}
compile('no.fint:fint-audit-azure-eventhub-plugin:0.3.0')
compile('io.projectreactor:reactor-core:3.3.2.RELEASE')

compile('no.fint:fint-events:2.2.0')
compile('no.fint:fint-event-model:3.0.0')
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=2.1.0
version=2.3.0
tomcat.version=8.5.45

0 comments on commit 1330253

Please sign in to comment.