Skip to content

Commit

Permalink
Remove unnecessary util class, as Quarkus 3.8.x does not have the iss…
Browse files Browse the repository at this point in the history
…ue anymore.
  • Loading branch information
porcelli committed Apr 22, 2024
1 parent b590b6c commit 1b87efc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 89 deletions.
23 changes: 0 additions & 23 deletions drools-quarkus-extension/drools-quarkus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,29 +149,6 @@
<groupId>io.smallrye</groupId>
<artifactId>jandex-maven-plugin</artifactId>
</plugin>
<plugin>
<!-- Remove comments from META-INF/quarkus-extension.properties -->
<!-- This is needed because the file generated by quarkus contains a timestamp in a comment that makes the build not reproducible -->
<!-- This workaround can be removed when drools will be migrated to quarkus release containing this fix https://github.com/quarkusio/quarkus/pull/38365 -->
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.1.1</version>
<executions>
<execution>
<id>Run Script</id>
<phase>prepare-package</phase>
<goals>
<goal>java</goal>
</goals>
<configuration>
<mainClass>org.drools.util.RemoveCommentsMain</mainClass>
<arguments>
<argument>${project.basedir}/target/classes/META-INF/quarkus-extension.properties</argument>
</arguments>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
51 changes: 0 additions & 51 deletions drools-util/src/main/java/org/drools/util/RemoveCommentsMain.java

This file was deleted.

15 changes: 0 additions & 15 deletions drools-util/src/test/java/org/drools/util/RemoveCommentsTest.java

This file was deleted.

0 comments on commit 1b87efc

Please sign in to comment.