Skip to content
This repository has been archived by the owner on Jul 8, 2019. It is now read-only.

Commit

Permalink
remove dependency to sslr and fix LCOVParser
Browse files Browse the repository at this point in the history
  • Loading branch information
stheves committed Oct 29, 2016
1 parent ec73081 commit 80acea0
Show file tree
Hide file tree
Showing 3 changed files with 222 additions and 245 deletions.
9 changes: 1 addition & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<packaging>sonar-plugin</packaging>
<version>0.94-SNAPSHOT</version>

<name>SonarQube TypeScript Plugin</name>
<name>TypeScript</name>
<description>Analyse TypeScript projects</description>
<inceptionYear>2013</inceptionYear>
<url>https://github.com/pablissimo/SonarTsPlugin</url>
Expand Down Expand Up @@ -61,11 +61,6 @@
<version>${sonar.buildVersion}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.sonarsource.sslr</groupId>
<artifactId>sslr-core</artifactId>
<version>${sslr.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
Expand All @@ -77,7 +72,6 @@
<artifactId>gson</artifactId>
<version>2.3</version>
</dependency>

<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
Expand Down Expand Up @@ -156,7 +150,6 @@
<showDeprecation>true</showDeprecation>
<compilerArgs>
<arg>-Xlint:all</arg>
<arg>-Werror</arg>
</compilerArgs>
</configuration>
</plugin>
Expand Down
Loading

0 comments on commit 80acea0

Please sign in to comment.