diff --git a/README.md b/README.md
index af7a3e9a..284e7f47 100644
--- a/README.md
+++ b/README.md
@@ -7,9 +7,18 @@ This repository contains sample and testing applications for ONOS.
ONOS is a new SDN network operating system designed for high availability,
performance, scale-out.
-You can find the main project repository here:
-https://github.com/opennetworkinglab/onos
+### Versions
+ONOS 2.7.0
+Apache Maven 3.6.3
+Java version: 11.0.20, vendor: Ubuntu, runtime: /usr/lib/jvm/java-11-openjdk-amd64
+
+
+
### Where can I learn more about ONOS?
Checkout out our [website](http://www.onosproject.org) and our
[tools](http://www.onosproject.org/software/#tools)
+
+You can find the main project repository here:
+https://github.com/opennetworkinglab/onos
+
diff --git a/carrierethernet/pom.xml b/carrierethernet/pom.xml
index 853c354a..f5dbc424 100644
--- a/carrierethernet/pom.xml
+++ b/carrierethernet/pom.xml
@@ -193,10 +193,11 @@
1.8
+
org.apache.felix
maven-scr-plugin
- 1.21.0
+ 1.22.0
generate-scr-srcdescriptor
diff --git a/ipfix/pom.xml b/ipfix/pom.xml
index 8b0848e2..eca84cbf 100644
--- a/ipfix/pom.xml
+++ b/ipfix/pom.xml
@@ -141,6 +141,16 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+ 3
+ true
+ -Xmx1024m -XX:MaxPermSize=256m
+
diff --git a/mef-nrp-api/pom.xml b/mef-nrp-api/pom.xml
index 25081560..3aa0851d 100644
--- a/mef-nrp-api/pom.xml
+++ b/mef-nrp-api/pom.xml
@@ -184,6 +184,29 @@
jersey-media-multipart
+
+
+ javax.xml.bind
+ jaxb-api
+ 2.2.11
+
+
+ com.sun.xml.bind
+ jaxb-core
+ 2.2.11
+
+
+ com.sun.xml.bind
+ jaxb-impl
+ 2.3.3
+
+
+ javax.activation
+ activation
+ 1.1.1
+
+
+
diff --git a/mef-sca-api/pom.xml b/mef-sca-api/pom.xml
index 45f02ac8..87623b8f 100644
--- a/mef-sca-api/pom.xml
+++ b/mef-sca-api/pom.xml
@@ -184,6 +184,28 @@
jersey-media-multipart
+
+
+ javax.xml.bind
+ jaxb-api
+ 2.2.11
+
+
+ com.sun.xml.bind
+ jaxb-core
+ 2.2.11
+
+
+ com.sun.xml.bind
+ jaxb-impl
+ 2.3.3
+
+
+ javax.activation
+ activation
+ 1.1.1
+
+
diff --git a/pppoe/pom.xml b/pppoe/pom.xml
index 99179257..51c9bf8a 100755
--- a/pppoe/pom.xml
+++ b/pppoe/pom.xml
@@ -83,6 +83,16 @@
org.onosproject
onos-maven-plugin
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+ 3
+ true
+ -Xmx1024m -XX:MaxPermSize=256m
+
+
diff --git a/sdx-l2/pom.xml b/sdx-l2/pom.xml
index f43f1229..bf9675b7 100644
--- a/sdx-l2/pom.xml
+++ b/sdx-l2/pom.xml
@@ -194,6 +194,16 @@
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+ 3
+ true
+ -Xmx1024m -XX:MaxPermSize=256m
+
+
diff --git a/sdx-l3/pom.xml b/sdx-l3/pom.xml
index cc6f8f55..fff38eb7 100644
--- a/sdx-l3/pom.xml
+++ b/sdx-l3/pom.xml
@@ -114,6 +114,16 @@
org.onosproject
onos-maven-plugin
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+ 3
+ true
+ -Xmx1024m -XX:MaxPermSize=256m
+
+