Add CVE Profile

Profile optionally available for checking CVE.

Issue-ID: INT-1489
Change-Id: I176f8dd0d3cc11910251374aac17803291160a6f
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
diff --git a/oparent/pom.xml b/oparent/pom.xml
index 283a6c3..0f816ec 100644
--- a/oparent/pom.xml
+++ b/oparent/pom.xml
@@ -48,6 +48,26 @@
   </properties>
   <profiles>
     <profile>
+        <id>cve</id>
+        <build>
+            <plugins>
+                <plugin>
+                    <groupId>org.owasp</groupId>
+                    <artifactId>dependency-check-maven</artifactId>
+                    <version>5.3.2</version>
+                    <executions>
+                        <execution>
+                            <goals>
+                                <goal>check</goal>
+                            </goals>
+                        </execution>
+                    </executions>
+                </plugin>
+            </plugins>
+        </build>
+    </profile>
+
+    <profile>
       <id>generate-json</id>
       <activation>
         <file>