diff --git a/pom.xml b/pom.xml
index 06596ed7a1dc1e3f0fda489eb6dbc5ceb35331e1..ef0daa34506be95ccb4013d86233d345ffa147d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -170,6 +170,27 @@
             </build>
         </profile>
 
+        <profile>
+            <id>dependency-check</id>
+            <build>
+                <plugins>
+                    <plugin>
+                        <groupId>org.owasp</groupId>
+                        <artifactId>dependency-check-maven</artifactId>
+                        <version>3.1.2</version>
+                        <inherited>false</inherited>
+                        <executions>
+                            <execution>
+                                <goals>
+                                    <goal>aggregate</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
+
     </profiles>
 
     <build>
diff --git a/smp-parent-pom/pom.xml b/smp-parent-pom/pom.xml
index 939f2b5b3d05cbfa752712b3b16b24631d04ad08..0b1236219ba606a1822422cfb67cc9185f225cef 100644
--- a/smp-parent-pom/pom.xml
+++ b/smp-parent-pom/pom.xml
@@ -88,7 +88,7 @@
 		<commons-net.version>1.4.1</commons-net.version>
 		<ant-commons-net.version>1.6.5</ant-commons-net.version>
 		<jetty.version>8.1.15.v20140411</jetty.version>
-		<servlet-api.version>3.0</servlet-api.version>
+		<servlet-api.version>3.0.1</servlet-api.version>
 		<metro.version>2.2.1-1</metro.version>
 		<commons-io.version>2.4</commons-io.version>
 		<junitparams.version>1.0.5</junitparams.version>
@@ -497,7 +497,7 @@
 			</dependency>
 			<dependency>
 				<groupId>javax.servlet</groupId>
-				<artifactId>servlet-api</artifactId>
+				<artifactId>javax.servlet-api</artifactId>
 				<version>${servlet-api.version}</version>
 				<scope>provided</scope>
 			</dependency>
diff --git a/smp-webapp/pom.xml b/smp-webapp/pom.xml
index 628a629ac00e13b71d14d9f9c6a3aa17c05ca890..49af3b13d50fda2dc8096e891b8149c586d36518 100644
--- a/smp-webapp/pom.xml
+++ b/smp-webapp/pom.xml
@@ -46,7 +46,7 @@
         </dependency>
         <dependency>
             <groupId>javax.servlet</groupId>
-            <artifactId>servlet-api</artifactId>
+            <artifactId>javax.servlet-api</artifactId>
         </dependency>
         <dependency>
             <groupId>eu.europa.ec.edelivery</groupId>