diff --git a/pom.xml b/pom.xml
index 33ba9173e9e341c375f7c9cba75235d745db66de..f1bf89b586779ca82d3ff59fd9bb9051fa37e487 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,6 +103,17 @@
 				<groupId>org.opensaml</groupId>
 				<artifactId>opensaml</artifactId>
 				<version>2.6.4</version>
+				<exclusions>
+					<exclusion>
+						<groupId>org.owasp.esapi</groupId>
+						<artifactId>esapi</artifactId>
+					</exclusion>
+				</exclusions>
+			</dependency>
+			<dependency>
+				<groupId>org.owasp.esapi</groupId>
+				<artifactId>esapi</artifactId>
+				<version>2.5.0.0</version>
 			</dependency>
 			<dependency>
 				<groupId>edu.wisc.uwss</groupId>
@@ -259,6 +270,18 @@
 				<artifactId>maven-install-plugin</artifactId>
 				<version>3.0.0-M1</version>
 			</plugin>
+			<plugin>
+				<groupId>org.owasp</groupId>
+				<artifactId>dependency-check-maven</artifactId>
+				<version>7.0.4</version>
+				<executions>
+					<execution>
+						<goals>
+							<goal>check</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
 
 		</plugins>
 	</build>