aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2011-04-23 18:18:10 +0200
committersimonbrandhof <simon.brandhof@gmail.com>2011-04-23 18:35:26 +0200
commit6b730677bc7d29a59b1127d3cbc8dd7bd60c2174 (patch)
tree349348a853ef3ffa4df9f22650709033dc813a0c /pom.xml
parent3e265a43011c4bc6c9b8c5df4484fcef8ac7965b (diff)
downloadsonarqube-6b730677bc7d29a59b1127d3cbc8dd7bd60c2174.tar.gz
sonarqube-6b730677bc7d29a59b1127d3cbc8dd7bd60c2174.zip
SONAR-2384 Support markdown in review comments
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 9e4210fab3b..624f72a7ae9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -392,6 +392,11 @@
</dependency>
<dependency>
<groupId>org.codehaus.sonar</groupId>
+ <artifactId>sonar-markdown</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.sonar</groupId>
<artifactId>sonar-check-api</artifactId>
<version>${project.version}</version>
</dependency>