Skip to content

Commit

Permalink
Add javax.persistence to compile-time dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
RadoBuransky committed May 8, 2015
1 parent 90d859e commit a485ebb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/dev.sh
Original file line number Diff line number Diff line change
@@ -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

Expand Down
6 changes: 6 additions & 0 deletions plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,12 @@
<version>2.2.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>javax.persistence</artifactId>
<version>2.1.0</version>
<scope>compile</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit a485ebb

Please sign in to comment.