diff --git a/quickstarts.xml b/quickstarts.xml
index a10aa24..a0f5ede 100644
--- a/quickstarts.xml
+++ b/quickstarts.xml
@@ -13,7 +13,7 @@
 		</fileSet>
 	</fileSets>
 	<files>
-		<file>
+		<!--<file>
 			<source>saml/employee/target/employee-${project.version}-${binding}-${binding-version}.war
 			</source>
 			<destName>employee.war</destName>
@@ -47,13 +47,13 @@
 			<source>saml/sales-saml11/target/sales-saml11-${project.version}-${binding}-${binding-version}.war
 			</source>
 			<destName>sales-saml11.war</destName>
-		</file>
+		</file>-->
 		<file>
 			<source>saml/idp/target/idp-${project.version}-${binding}-${binding-version}.war
 			</source>
 			<destName>idp.war</destName>
 		</file>
-		<file>
+		<!--<file>
 			<source>saml/idp-sig/target/idp-sig-${project.version}-${binding}-${binding-version}.war
 			</source>
 			<destName>idp-sig.war</destName>
@@ -62,7 +62,7 @@
 			<source>saml/idp-enc/target/idp-enc-${project.version}-${binding}-${binding-version}.war
 			</source>
 			<destName>idp-enc.war</destName>
-		</file>
+		</file>-->
 		<file>
 			<source>ws-trust/picketlink-sts/target/picketlink-sts-${project.version}-${binding}-${binding-version}.war
 			</source>
diff --git a/ws-trust/picketlink-sts/pom.xml b/ws-trust/picketlink-sts/pom.xml
index b157c10..b577508 100644
--- a/ws-trust/picketlink-sts/pom.xml
+++ b/ws-trust/picketlink-sts/pom.xml
@@ -12,4 +12,11 @@
 	<packaging>war</packaging>
 	<name>PicketLink Federation: WS-Trust Security Token Service</name>
 
+	<dependencies>
+	        <dependency>
+			<groupId>log4j</groupId>
+		        <artifactId>log4j</artifactId>
+			<version>1.2.14</version>
+                </dependency>		
+        </dependencies>
 </project>
diff --git a/xacml/pdp/pom.xml b/xacml/pdp/pom.xml
index 1fcb08f..9ce6506 100644
--- a/xacml/pdp/pom.xml
+++ b/xacml/pdp/pom.xml
@@ -12,4 +12,11 @@
 	<packaging>war</packaging>
 	<name>PicketLink Federation: XACML Policy Decision Point</name>
 
+        <dependencies>
+                <dependency>
+                        <groupId>log4j</groupId>
+                        <artifactId>log4j</artifactId>
+                        <version>1.2.14</version>
+                </dependency>
+        </dependencies>
 </project>
