diff --git a/README.md b/README.md
index 8eb13b0..9b221e4 100644
--- a/README.md
+++ b/README.md
@@ -14,3 +14,8 @@ export PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
....
echo "finished ..."
```
+
+### Build:
+
+Execute the command `maven clean install -U` from the project root directory to
+build the project using Maven and import the dependencies.
diff --git a/pom.xml b/pom.xml
index e7efe7e..aae90fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,6 +73,11 @@
+
+ javax.annotation
+ javax.annotation-api
+ 1.3.1
+
org.netbeans.api
org-netbeans-api-annotations-common
@@ -174,6 +179,6 @@
UTF-8
- RELEASE81
+ RELEASE90
-
\ No newline at end of file
+