Skip to content

Commit

Permalink
add anon usage statistics plugin to assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
kroepke committed May 20, 2015
1 parent c84b133 commit a6cbeab
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
4 changes: 4 additions & 0 deletions graylog2-bootstrap/pom.xml
Expand Up @@ -60,6 +60,10 @@
<groupId>io.airlift</groupId>
<artifactId>airline</artifactId>
</dependency>
<dependency>
<groupId>org.graylog.plugins</groupId>
<artifactId>usage-statistics</artifactId>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>apache-log4j-extras</artifactId>
Expand Down
9 changes: 9 additions & 0 deletions graylog2-bootstrap/src/main/assembly/graylog2.xml
Expand Up @@ -72,4 +72,13 @@
<outputDirectory>/</outputDirectory>
</file>
</files>
<dependencySets>
<dependencySet>
<scope>provided</scope>
<outputDirectory>/plugin</outputDirectory>
<includes>
<include>org.graylog.plugins:usage-statistics</include>
</includes>
</dependencySet>
</dependencySets>
</assembly>
6 changes: 6 additions & 0 deletions pom.xml
Expand Up @@ -725,6 +725,12 @@
<version>1.6.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.graylog.plugins</groupId>
<artifactId>usage-statistics</artifactId>
<version>1.0.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit a6cbeab

Please sign in to comment.