Skip to content

Commit

Permalink
Merge pull request #404 from jglick/com.karuslabs-annotations
Browse files Browse the repository at this point in the history
Exclude broken `com.karuslabs:annotations` snapshot dep
  • Loading branch information
jglick authored Sep 6, 2022
2 parents ee27425 + d4f6bd3 commit b1e05c4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,12 @@
<artifactId>elementary</artifactId>
<version>1.1.2</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>com.karuslabs</groupId>
<artifactId>annotations</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
Expand Down

0 comments on commit b1e05c4

Please sign in to comment.