aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2011-11-10 07:36:38 +0100
committersimonbrandhof <simon.brandhof@gmail.com>2011-11-10 07:36:38 +0100
commita69fbcc94da062adaf04236a3ac15ca01ac4cc52 (patch)
tree65d16739f6b621ff13ca9d3d93d0b9e1208f47c9 /pom.xml
parent6c2b544556b6f994c5d1e5be9950aede4b462f40 (diff)
downloadsonarqube-a69fbcc94da062adaf04236a3ac15ca01ac4cc52.tar.gz
sonarqube-a69fbcc94da062adaf04236a3ac15ca01ac4cc52.zip
Define mybatis version in root pom
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 5fac9cec84a..88d890f962d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -663,6 +663,11 @@
</exclusions>
</dependency>
<dependency>
+ <groupId>org.mybatis</groupId>
+ <artifactId>mybatis</artifactId>
+ <version>3.0.6</version>
+ </dependency>
+ <dependency>
<groupId>org.picocontainer</groupId>
<artifactId>picocontainer</artifactId>
<version>2.10.2</version>