Skip to content

Commit

Permalink
quarkusio#2691 Addressing review remarks
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnarmorling committed Jun 3, 2019
1 parent 8448f3f commit b0c1239
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions integration-tests/kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<artifactId>quarkus-integration-test-kafka</artifactId>
<name>Quarkus - Integration Tests - Kafka</name>
<description>The Kafka integration tests module</description>
<description>The Apache Kafka integration tests module</description>

<properties>
<maven.compiler.parameters>true</maven.compiler.parameters>
Expand Down Expand Up @@ -56,7 +56,6 @@
<artifactId>quarkus-kafka-client</artifactId>
</dependency>


<!-- test dependencies -->
<dependency>
<groupId>io.quarkus</groupId>
Expand Down Expand Up @@ -87,12 +86,6 @@
</dependencies>

<build>
<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>true</filtering>
</resource>
</resources>
<plugins>
<plugin>
<groupId>${project.groupId}</groupId>
Expand All @@ -102,9 +95,6 @@
<goals>
<goal>build</goal>
</goals>
<configuration>
<uberJar>true</uberJar>
</configuration>
</execution>
</executions>
</plugin>
Expand Down Expand Up @@ -148,7 +138,6 @@
<goal>native-image</goal>
</goals>
<configuration>
<addAllCharsets>true</addAllCharsets>
<cleanupServer>true</cleanupServer>
<enableHttpUrlHandler>true</enableHttpUrlHandler>
<!-- Requires Quarkus Graal fork to work, will fail otherwise
Expand Down

0 comments on commit b0c1239

Please sign in to comment.