aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-06-02 10:07:42 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-06-05 09:54:05 +0200
commit492a4f4f833ce18ccbf682e149140333b38ed3c8 (patch)
treefa1ea9a5467c080bbb3ed289461273a0f93d700e /pom.xml
parente91748ef0d6157611e58ced80d741908b9d4571e (diff)
downloadsonarqube-492a4f4f833ce18ccbf682e149140333b38ed3c8.tar.gz
sonarqube-492a4f4f833ce18ccbf682e149140333b38ed3c8.zip
SONAR-6370 fix classpath with core libs like SLF4J
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 5f1ec35440c..0c8d014a4e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,7 +73,6 @@
<elasticsearch.version>1.4.4</elasticsearch.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.min.version>3.0.5</maven.min.version>
- <maven.api.version>3.0.5</maven.api.version>
<jdk.min.version>1.7</jdk.min.version>
<timestamp>${maven.build.timestamp}</timestamp>
<maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ssZ</maven.build.timestamp.format>