Skip to content

Commit

Permalink
pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Merino García committed Nov 21, 2023
1 parent 978dcba commit 525723f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 0 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>${MAVEN-JAR-PLUGIN.VERSION}</version>
<configuration>
<archive>
<manifestEntries>
<Automatic-Module-Name>vertx.effect</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
1 change: 1 addition & 0 deletions src/test/java/vertx/effect/api/policies/TestPolicies.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
import vertx.effect.Delay;
import vertx.effect.RetryPolicies;
import vertx.effect.RetryStatus;
import vertx.effect.VertxRef;
Expand Down

0 comments on commit 525723f

Please sign in to comment.