aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/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 /sonar-server/pom.xml
parent3e265a43011c4bc6c9b8c5df4484fcef8ac7965b (diff)
downloadsonarqube-6b730677bc7d29a59b1127d3cbc8dd7bd60c2174.tar.gz
sonarqube-6b730677bc7d29a59b1127d3cbc8dd7bd60c2174.zip
SONAR-2384 Support markdown in review comments
Diffstat (limited to 'sonar-server/pom.xml')
-rw-r--r--sonar-server/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml
index 5927afa3eae..5b5e2fa614d 100644
--- a/sonar-server/pom.xml
+++ b/sonar-server/pom.xml
@@ -43,6 +43,10 @@
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar-java-api</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.codehaus.sonar</groupId>
+ <artifactId>sonar-markdown</artifactId>
+ </dependency>
<dependency>
<groupId>org.codehaus.sonar</groupId>