diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-06-02 10:07:42 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-06-05 09:54:05 +0200 |
commit | 492a4f4f833ce18ccbf682e149140333b38ed3c8 (patch) | |
tree | fa1ea9a5467c080bbb3ed289461273a0f93d700e /pom.xml | |
parent | e91748ef0d6157611e58ced80d741908b9d4571e (diff) | |
download | sonarqube-492a4f4f833ce18ccbf682e149140333b38ed3c8.tar.gz sonarqube-492a4f4f833ce18ccbf682e149140333b38ed3c8.zip |
SONAR-6370 fix classpath with core libs like SLF4J
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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> |