aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2011-10-25 16:20:07 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2011-10-25 16:20:15 +0200
commit3c07047ac56b549b0d5fe6543db0666c176ec23c (patch)
tree8a6523f91e8054533a81d1bc6676b9baaf52a00c /sonar-core/pom.xml
parent44535b310d471e67ce33b02668f6f09d031d15f1 (diff)
downloadsonarqube-3c07047ac56b549b0d5fe6543db0666c176ec23c.tar.gz
sonarqube-3c07047ac56b549b0d5fe6543db0666c176ec23c.zip
SONAR-2642 first step to integration mybatis
Diffstat (limited to 'sonar-core/pom.xml')
-rw-r--r--sonar-core/pom.xml16
1 files changed, 15 insertions, 1 deletions
diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml
index 302e57dfe68..c2e865c7143 100644
--- a/sonar-core/pom.xml
+++ b/sonar-core/pom.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.codehaus.sonar</groupId>
@@ -38,6 +39,19 @@
</exclusions>
</dependency>
<dependency>
+ <groupId>org.mybatis</groupId>
+ <artifactId>mybatis</artifactId>
+ <version>3.0.6</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.derby</groupId>
+ <artifactId>derby</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.derby</groupId>
+ <artifactId>derbynet</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar-update-center-common</artifactId>
</dependency>