Skip to content

Commit 851827e

Browse files
committedMar 2, 2024·
Updates to skeleton structure
1 parent 4989eb6 commit 851827e

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed
 

‎pom.xml

-23
Original file line numberDiff line numberDiff line change
@@ -137,27 +137,4 @@
137137
</dependencies>
138138
</dependencyManagement>
139139

140-
<build>
141-
<!--<plugins>
142-
<plugin>
143-
<groupId>org.apache.maven.plugins</groupId>
144-
<artifactId>maven-compiler-plugin</artifactId>
145-
<inherited>true</inherited>
146-
<configuration>
147-
<annotationProcessorPaths>
148-
<annotationProcessorPath>
149-
<groupId>org.projectlombok</groupId>
150-
<artifactId>lombok</artifactId>
151-
<version>${lombok.version}</version>
152-
</annotationProcessorPath>
153-
</annotationProcessorPaths>
154-
<annotationProcessors>
155-
<annotationProcessor>lombok.launch.AnnotationProcessorHider$AnnotationProcessor
156-
</annotationProcessor>
157-
</annotationProcessors>
158-
<failOnError>true</failOnError>
159-
</configuration>
160-
</plugin>
161-
</plugins>-->
162-
</build>
163140
</project>

0 commit comments

Comments
 (0)
Please sign in to comment.