Skip to content

Commit

Permalink
SONARJS-662 Remove useless dependencies in JAR
Browse files Browse the repository at this point in the history
  • Loading branch information
pynicolas authored and vilchik-elena committed Apr 11, 2016
1 parent b33d621 commit b5f20cc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,16 @@
<groupId>org.sonarsource.sslr-squid-bridge</groupId>
<artifactId>sslr-squid-bridge</artifactId>
<version>2.6.1</version>
<exclusions>
<exclusion>
<groupId>org.codehaus.sonar.sslr</groupId>
<artifactId>sslr-core</artifactId>
</exclusion>
<exclusion>
<groupId>org.codehaus.sonar.sslr</groupId>
<artifactId>sslr-xpath</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions sonar-javascript-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@
<configuration>
<rules>
<requireFilesSize>
<maxsize>8000000</maxsize>
<minsize>720000</minsize>
<maxsize>1400000</maxsize>
<minsize>1300000</minsize>
<files>
<file>${project.build.directory}/${project.build.finalName}.jar</file>
</files>
Expand Down

0 comments on commit b5f20cc

Please sign in to comment.