Skip to content

Commit

Permalink
try to fix the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcGiffing committed Jan 11, 2024
1 parent ec413ff commit cac445a
Showing 1 changed file with 1 addition and 36 deletions.
37 changes: 1 addition & 36 deletions wicket-spring-boot-starter-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<dependency>
<groupId>de.agilecoders.wicket</groupId>
<artifactId>jquery-selectors</artifactId>
<version>2.0.9</version>
<version>2.0.11</version>
</dependency>
<dependency>
<groupId>org.liquibase</groupId>
Expand Down Expand Up @@ -113,7 +113,6 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-jpamodelgen</artifactId>
<version>5.0.5.Final</version>
<scope>provided</scope>
</dependency>

Expand Down Expand Up @@ -179,40 +178,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
<compilerArgument>-proc:none</compilerArgument>
</configuration>
</plugin>
<plugin>
<groupId>org.bsc.maven</groupId>
<artifactId>maven-processor-plugin</artifactId>
<version>${maven-processor-plugin.version}</version>
<executions>
<execution>
<id>process</id>
<goals>
<goal>process</goal>
</goals>
<phase>generate-sources</phase>
<configuration>
<processors>
<processor>org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor</processor>
</processors>
</configuration>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-jpamodelgen</artifactId>
<version>5.0.5.Final</version>
</dependency>
</dependencies>
</plugin>
<!-- Assist eclipse in recognizing the classes generated -->
<!-- by jpa-modelgen (via maven-processor-plugin) as source files -->
<plugin>
Expand Down

0 comments on commit cac445a

Please sign in to comment.