Skip to content

Commit

Permalink
Issue sevntu-checkstyle#436: Hotfix for sonar crash
Browse files Browse the repository at this point in the history
  • Loading branch information
cypai authored and Charlie Pai committed Mar 10, 2016
1 parent 59fdd95 commit 98ca2c0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sevntu-checkstyle-sonar-plugin/pom.xml
Expand Up @@ -23,6 +23,12 @@
<artifactId>sevntu-checks</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>15.0</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 98ca2c0

Please sign in to comment.