Skip to content

Commit

Permalink
Remove embedded Auto Value JavaBean extension (Graylog2#4183)
Browse files Browse the repository at this point in the history
Instead of having a Maven sub-module with the Auto Value JavaBean extension,
use the split out project from https://github.com/Graylog2/auto-value-javabean

This prevents unnecessary clutter in the graylog2-server repository.
  • Loading branch information
joschi authored and kroepke committed Oct 3, 2017
1 parent 3cfb581 commit 41d4e41
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 226 deletions.
92 changes: 0 additions & 92 deletions auto-value-javabean/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

13 changes: 1 addition & 12 deletions graylog-project-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<modules>
<module>../auto-value-javabean</module>
<module>../graylog2-server</module>
<module>../integration-tests</module>
</modules>
Expand Down Expand Up @@ -424,15 +423,10 @@
<version>${auto-value.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.gabrielittner.auto.value</groupId>
<artifactId>auto-value-extension-util</artifactId>
<version>${auto-value-extension-util.version}</version>
</dependency>
<dependency>
<groupId>org.graylog.autovalue</groupId>
<artifactId>auto-value-javabean</artifactId>
<version>${project.version}</version>
<version>${auto-value-javabean.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -481,11 +475,6 @@
<artifactId>validation-api</artifactId>
<version>${validation-api.version}</version>
</dependency>
<dependency>
<groupId>com.squareup</groupId>
<artifactId>javapoet</artifactId>
<version>${javapoet.version}</version>
</dependency>

<!-- Test dependencies -->
<dependency>
Expand Down
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<amqp-client.version>5.0.0</amqp-client.version>
<apache-directory-version>1.0.0</apache-directory-version>
<auto-value.version>1.5.1</auto-value.version>
<auto-value-extension-util.version>0.3.0</auto-value-extension-util.version>
<auto-value-javabean.version>1.0.0</auto-value-javabean.version>
<commons-codec.version>1.10</commons-codec.version>
<commons-email.version>1.5</commons-email.version>
<commons-io.version>2.5</commons-io.version>
Expand All @@ -106,7 +106,6 @@
<jackson.version>2.8.9</jackson.version>
<jadconfig.version>0.13.0</jadconfig.version>
<java-semver.version>0.9.0</java-semver.version>
<javapoet.version>1.9.0</javapoet.version>
<javax.annotation-api.version>1.3</javax.annotation-api.version>
<javax.el-api.version>3.0.0</javax.el-api.version>
<javax.inject.version>1</javax.inject.version>
Expand Down

0 comments on commit 41d4e41

Please sign in to comment.