Skip to content
This repository has been archived by the owner on Nov 13, 2018. It is now read-only.

Commit

Permalink
Merge pull request #842 from trevorackerman/traffic-monitor-exclude-a…
Browse files Browse the repository at this point in the history
…tmosphere

Exclude wicket-atmosphere transitive dependency from Traffic Monitor
  • Loading branch information
elsloo committed Dec 7, 2015
2 parents fcef692 + 883db3a commit b5a98b1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions traffic_monitor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@
<artifactId>wicket-examples-war</artifactId>
<version>0.2</version>
<classifier>test-sources</classifier>
<exclusions>
<exclusion>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-atmosphere</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
Expand Down

0 comments on commit b5a98b1

Please sign in to comment.