diff options
Diffstat (limited to 'test-apis-ci/pom.xml')
-rw-r--r-- | test-apis-ci/pom.xml | 26 |
1 files changed, 1 insertions, 25 deletions
diff --git a/test-apis-ci/pom.xml b/test-apis-ci/pom.xml index 80297c570e..0059e23de1 100644 --- a/test-apis-ci/pom.xml +++ b/test-apis-ci/pom.xml @@ -353,29 +353,5 @@ </plugins> </build> - <profiles> - <profile> - <id>Fortify</id> - <activation> - <activeByDefault>false</activeByDefault> - </activation> - - <build> - <plugins> - <!-- =========================== --> - <!-- HP Fortifay scanner --> - <!-- =========================== --> - <plugin> - <groupId>com.fortify.ps.maven.plugin</groupId> - <artifactId>sca-maven-plugin</artifactId> - <version>4.30</version> - <configuration> - <scanEnabled>false</scanEnabled> - <skip>true</skip> - </configuration> - </plugin> - </plugins> - </build> - </profile> - </profiles> + </project> |