diff --git a/plugin/dev.sh b/plugin/dev.sh
index b9c0b1a..385c76e 100755
--- a/plugin/dev.sh
+++ b/plugin/dev.sh
@@ -1,7 +1,7 @@
#!/bin/bash
-SONAR_HOME=~/bin/sonarqube-4.5.4
-PLUGIN_VERSION=4.5.0
+SONAR_HOME=~/bin/sonarqube-5.1
+PLUGIN_VERSION=5.1.1
mvn install
diff --git a/plugin/pom.xml b/plugin/pom.xml
index 1d3929b..73081c3 100644
--- a/plugin/pom.xml
+++ b/plugin/pom.xml
@@ -133,6 +133,12 @@
2.2.1
provided
+
+ org.eclipse.persistence
+ javax.persistence
+ 2.1.0
+ compile
+