|
|
@ -6,7 +6,7 @@
|
|
|
|
<parent>
|
|
|
|
<parent>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
|
|
<version>2.7.12</version>
|
|
|
|
<version>2.7.16</version>
|
|
|
|
<relativePath/>
|
|
|
|
<relativePath/>
|
|
|
|
</parent>
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
|
|
|
@ -98,6 +98,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugins>
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
|
|
|
|
<configuration>
|
|
|
|
|
|
|
|
<annotationProcessorPaths>
|
|
|
|
|
|
|
|
<path>
|
|
|
|
|
|
|
|
<groupId>com.github.therapi</groupId>
|
|
|
|
|
|
|
|
<artifactId>therapi-runtime-javadoc-scribe</artifactId>
|
|
|
|
|
|
|
|
<version>0.15.0</version>
|
|
|
|
|
|
|
|
</path>
|
|
|
|
|
|
|
|
</annotationProcessorPaths>
|
|
|
|
|
|
|
|
</configuration>
|
|
|
|
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
|
|