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..681afdd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.qualixium
nbshell
- 1.2.3
+ 1.2.4
nbm
+
+ 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
+