Skip to content

Commit

Permalink
Removed obsolete dependency, changed required Graylog version to 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
smxsm committed Nov 26, 2018
1 parent 03a7fcc commit 6fdbfc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,6 @@
<version>${graylog.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.ning</groupId>
<artifactId>async-http-client</artifactId>
<version>1.9.40</version>
</dependency>
</dependencies>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
version=${project.version}

# The required Graylog server version
graylog.version=${graylog.version}
# no bleeding edge required atm :)
#graylog.version=${graylog.version}
graylog.version=2.4.0

# When set to true (the default) the plugin gets a separate class loader
# when loading the plugin. When set to false, the plugin shares a class loader
Expand Down

0 comments on commit 6fdbfc9

Please sign in to comment.