Skip to content

Commit

Permalink
Revert "This should be Optional."
Browse files Browse the repository at this point in the history
Caught up some other modifications I didn't mean to include.

This reverts commit 40b66de.
  • Loading branch information
bvarner committed Jun 4, 2021
1 parent 40b66de commit 79001f6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 21 deletions.
8 changes: 0 additions & 8 deletions core/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,14 +148,6 @@
</annotationProcessorPaths>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>9</source>
<target>9</target>
</configuration>
</plugin>
</plugins>
</build>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public class TestConfig {
* JVM parameters that are used to launch jar based integration tests.
*/
@ConfigItem
Optional<String> integrationJvmArgLine;
String integrationJvmArgLine;

/**
* Configures the hang detection in @QuarkusTest. If no activity happens (i.e. no test callbacks are called) over
Expand Down
12 changes: 0 additions & 12 deletions core/devmode-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,6 @@
<artifactId>quarkus-development-mode-spi</artifactId>
<name>Quarkus - Development mode - SPI</name>
<description>SPI classes for Quarkus Development mode.</description>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>9</source>
<target>9</target>
</configuration>
</plugin>
</plugins>
</build>

<dependencies>
</dependencies>
Expand Down

0 comments on commit 79001f6

Please sign in to comment.