You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2012/03/27 10:56:54 UTC

git commit: Set the scope to 'provided'. The dependency is needed only at compile time, so I confused that 'compile' is the right scope.

Updated Branches:
  refs/heads/jsr-305 d3e941127 -> 1988cbd15


Set the scope to 'provided'.
The dependency is needed only at compile time, so I confused that 'compile' is the right scope.


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/1988cbd1
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/1988cbd1
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/1988cbd1

Branch: refs/heads/jsr-305
Commit: 1988cbd15ecfd7943d2f3203e13a557c6a752ccc
Parents: d3e9411
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Tue Mar 27 10:55:27 2012 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Tue Mar 27 10:55:27 2012 +0200

----------------------------------------------------------------------
 pom.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/1988cbd1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d76f89f..dfaa647 100644
--- a/pom.xml
+++ b/pom.xml
@@ -417,7 +417,7 @@
                 <groupId>com.google.code.findbugs</groupId>
                 <artifactId>jsr305</artifactId>
                 <version>2.0.0</version>
-                <scope>compile</scope>
+                <scope>provided</scope>
             </dependency>
         </dependencies>
     </dependencyManagement>