diff --git a/README.md b/README.md
index a470eebc2..cacbd8bda 100644
--- a/README.md
+++ b/README.md
@@ -23,10 +23,11 @@ It also provides a reference implementation in the following connected areas:
# Technology Stack
The project uses the following technologies:
-- **web/REST**: Spring 3.1.2
-- **marshalling**: Jackson (for JSON) and XStream (for XML)
-- **persistence**: JPA, Spring Data JPA and Hibernate
-- **testing**: Junit, Hamcrest, Mockito, rest-assured
+- **web/REST**: [Spring](http://www.springsource.org/) 3.1.x
+- **marshalling**: [Jackson](https://github.com/FasterXML/jackson-databind) 2.x (for JSON) and [XStream](http://xstream.codehaus.org/) (for XML)
+- **persistence**: [Spring Data JPA](http://www.springsource.org/spring-data/jpa) and [Hibernate](http://www.hibernate.org/) 4.1.x
+- **persistence providers**: h2, MySQL
+- **testing**: [junit](http://www.junit.org/), [hamcrest](http://code.google.com/p/hamcrest/), [mockito](http://code.google.com/p/mockito/), [rest-assured](http://code.google.com/p/rest-assured/)
# THE PERSISTENCE LAYER (technical notes)
diff --git a/sec/pom.xml b/sec/pom.xml
index 2dd53b0e5..e2e7e929d 100644
--- a/sec/pom.xml
+++ b/sec/pom.xml
@@ -162,7 +162,6 @@
org.apache.maven.plugins
maven-surefire-plugin
- 2.12
**/*RESTIntegrationTest.java
@@ -176,7 +175,6 @@
org.codehaus.cargo
cargo-maven2-plugin
- 1.2.3
true