Skip to content

Commit a485ebb

Browse files
committed
Add javax.persistence to compile-time dependencies
1 parent 90d859e commit a485ebb

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

plugin/dev.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

3-
SONAR_HOME=~/bin/sonarqube-4.5.4
4-
PLUGIN_VERSION=4.5.0
3+
SONAR_HOME=~/bin/sonarqube-5.1
4+
PLUGIN_VERSION=5.1.1
55

66
mvn install
77

plugin/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,12 @@
133133
<version>2.2.1</version>
134134
<scope>provided</scope>
135135
</dependency>
136+
<dependency>
137+
<groupId>org.eclipse.persistence</groupId>
138+
<artifactId>javax.persistence</artifactId>
139+
<version>2.1.0</version>
140+
<scope>compile</scope>
141+
</dependency>
136142
</dependencies>
137143

138144
<build>

0 commit comments

Comments
 (0)