|
|
|
@ -66,6 +66,12 @@
|
|
|
|
|
<groupId>com.supervision</groupId>
|
|
|
|
|
<artifactId>virtual-patient-common</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
<exclusions>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<artifactId>classgraph</artifactId>
|
|
|
|
|
<groupId>io.github.classgraph</groupId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- 用来生成yml文件,jakson的模板库满足不了多行文本|管道符的需求-->
|
|
|
|
@ -142,6 +148,14 @@
|
|
|
|
|
</excludes>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
|
<version>3.11.0</version>
|
|
|
|
|
<configuration>
|
|
|
|
|
<parameters>true</parameters>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
</plugins>
|
|
|
|
|
|
|
|
|
|
</build>
|
|
|
|
|