Skip to content

Commit

Permalink
Revert "Merge Pipeline Processor plugin into Graylog core (#4590)" (#…
Browse files Browse the repository at this point in the history
…4591)

This reverts commit b992b5c.
  • Loading branch information
kroepke authored and joschi committed Feb 16, 2018
1 parent b992b5c commit ec27f5f
Show file tree
Hide file tree
Showing 338 changed files with 3 additions and 25,321 deletions.
15 changes: 0 additions & 15 deletions graylog-project-parent/pom.xml
Expand Up @@ -495,21 +495,6 @@
<artifactId>validation-api</artifactId>
<version>${validation-api.version}</version>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
<version>${antlr.version}</version>
</dependency>
<dependency>
<groupId>org.jooq</groupId>
<artifactId>jool</artifactId>
<version>${jool.version}</version>
</dependency>
<dependency>
<groupId>com.squareup</groupId>
<artifactId>javapoet</artifactId>
<version>${javapoet.version}</version>
</dependency>

<!-- Test dependencies -->
<dependency>
Expand Down
24 changes: 0 additions & 24 deletions graylog2-server/pom.xml
Expand Up @@ -485,18 +485,6 @@
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
</dependency>
<dependency>
<groupId>org.jooq</groupId>
<artifactId>jool</artifactId>
</dependency>
<dependency>
<groupId>com.squareup</groupId>
<artifactId>javapoet</artifactId>
</dependency>

<dependency>
<groupId>nl.jqno.equalsverifier</groupId>
Expand Down Expand Up @@ -698,18 +686,6 @@
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.antlr</groupId>
<artifactId>antlr4-maven-plugin</artifactId>
<executions>
<execution>
<id>antlr</id>
<goals>
<goal>antlr4</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<profiles>
Expand Down

0 comments on commit ec27f5f

Please sign in to comment.