Skip to content

Commit

Permalink
#18 Add sonar-build-breaker plugin dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Zalewski Cezary committed Jul 4, 2018
1 parent 7f4dbca commit 61ba82a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,11 @@
<artifactId>eid-exceptions</artifactId>
<version>1.2.0</version>
</dependency>
<dependency>

This comment has been minimized.

Copy link
@cardil

cardil Jul 4, 2018

Collaborator

It's should be configured on SonarCloud, I think. I'ts that way on local SonarQube instalation.

You can't add this as a dependency to application!

<groupId>org.codehaus.sonar-plugins</groupId>
<artifactId>sonar-build-breaker-plugin</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>com.mashape.unirest</groupId>
<artifactId>unirest-java</artifactId>
Expand Down

0 comments on commit 61ba82a

Please sign in to comment.