We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3d1ce6 commit 772955aCopy full SHA for 772955a
hibernate6/pom.xml
@@ -90,14 +90,6 @@ Hibernate (https://hibernate.org/) version 6.x with Jakarta data types.
90
<groupId>org.cyclonedx</groupId>
91
<artifactId>cyclonedx-maven-plugin</artifactId>
92
</plugin>
93
- <plugin>
94
- <groupId>org.moditect</groupId>
95
- <artifactId>moditect-maven-plugin</artifactId>
96
- <inherited>true</inherited>
97
- <configuration>
98
- <jvmVersion>11</jvmVersion>
99
- </configuration>
100
- </plugin>
101
<!-- 05-Jul-2020, tatu: Add generation of Gradle Module Metadata -->
102
<!-- 28-Feb-2025, jjohannes: Apply plugin last as it has to be the last of all 'package phase' plugins -->
103
<plugin>
hibernate6/src/moditect/module-info.java renamed to hibernate6/src/main/java/module-info.java
0 commit comments