Skip to content

Commit

Permalink
fix build readd demo project
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorsten Marx committed Oct 23, 2024
1 parent 8b6496e commit b3335ef
Showing 1 changed file with 10 additions and 24 deletions.
34 changes: 10 additions & 24 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,11 @@
<artifactId>auto-service</artifactId>
<version>1.1.1</version>
</path>
<path>
<groupId>com.condation.cms.module.framework</groupId>
<artifactId>modules-api</artifactId>
<version>6.4.0</version>
</path>
</annotationProcessorPaths>
</configuration>
</plugin>
Expand Down Expand Up @@ -479,6 +484,11 @@
<artifactId>auto-service</artifactId>
<version>1.1.1</version>
</path>
<path>
<groupId>com.condation.cms.module.framework</groupId>
<artifactId>modules-api</artifactId>
<version>6.4.0</version>
</path>
</annotationProcessorPaths>
</configuration>
</plugin>
Expand Down Expand Up @@ -516,30 +526,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.13.0</version>
<configuration>
<annotationProcessorPaths>
<path>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.34</version>
</path>
<path>
<groupId>com.google.auto.service</groupId>
<artifactId>auto-service</artifactId>
<version>1.1.1</version>
</path>
<path>
<groupId>com.condation.cms.module.framework</groupId>
<artifactId>modules-api</artifactId>
<version>${project.version}</version>
</path>
</annotationProcessorPaths>
</configuration>
</plugin>
</plugins>
</build>
</profile>
Expand Down

0 comments on commit b3335ef

Please sign in to comment.