diff options
Diffstat (limited to 'common-app-api')
-rw-r--r-- | common-app-api/pom.xml | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/common-app-api/pom.xml b/common-app-api/pom.xml index 388cf45b34..70ddd5cfee 100644 --- a/common-app-api/pom.xml +++ b/common-app-api/pom.xml @@ -226,28 +226,4 @@ </plugin> </plugins> </build> - <profiles> - <profile> - <id>Fortify</id> - <activation> - <activeByDefault>false</activeByDefault> - </activation> - - <build> - <plugins> - <plugin> - <groupId>com.fortify.ps.maven.plugin</groupId> - <artifactId>sca-maven-plugin</artifactId> - <version>4.30</version> - <configuration> - <source>1.8</source> - <buildId>${project.parent.artifactId}</buildId> - <toplevelArtifactId>${project.parent.artifactId}</toplevelArtifactId> - </configuration> - </plugin> - - </plugins> - </build> - </profile> - </profiles> </project> |