mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 15:25:49 +00:00
Update config & jar
This commit is contained in:
parent
969c6d0aba
commit
6e928bb80e
1 changed files with 3 additions and 1 deletions
4
pom.xml
4
pom.xml
|
@ -188,7 +188,7 @@
|
|||
</executions>
|
||||
<configuration>
|
||||
<argLine>
|
||||
-javaagent:../runtime-agent-1.0.7.jar
|
||||
-javaagent:../runtime-agent-1.0.10.jar
|
||||
-Dsonatype.runtime.agent.enabled=true
|
||||
-Dsonatype.runtime.agent.debugMode=false
|
||||
-Dsonatype.runtime.agent.iq.protocol=http
|
||||
|
@ -202,6 +202,8 @@
|
|||
-Dsonatype.runtime.agent.scanClasspath=false
|
||||
-Dsonatype.runtime.agent.fetchVulnerableClassesFromIQ=true
|
||||
-Dsonatype.runtime.agent.vulnerableMethodDetectionEnabled=true
|
||||
-Dsonatype.runtime.agent.runtimeEnabledLabel=true
|
||||
-Dsonatype.runtime.agent.removeRuntimeLabelsOnStartup=true
|
||||
</argLine>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
|
Loading…
Reference in a new issue