You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by pl...@apache.org on 2015/01/22 20:32:17 UTC

incubator-tamaya git commit: TAMAYA-53 Replaced com.google.code.findbugs:annotations with com.google.code.findbugs:jsr305

Repository: incubator-tamaya
Updated Branches:
  refs/heads/master bb8bc985c -> 63a76324b


TAMAYA-53 Replaced com.google.code.findbugs:annotations with com.google.code.findbugs:jsr305


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/63a76324
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/63a76324
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/63a76324

Branch: refs/heads/master
Commit: 63a76324bd9a0285cf10ab184336eb812bf40a98
Parents: bb8bc98
Author: Oliver B. Fischer <pl...@apache.org>
Authored: Thu Jan 22 20:32:11 2015 +0100
Committer: Oliver B. Fischer <pl...@apache.org>
Committed: Thu Jan 22 20:32:11 2015 +0100

----------------------------------------------------------------------
 java8/core/pom.xml | 2 +-
 pom.xml            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/63a76324/java8/core/pom.xml
----------------------------------------------------------------------
diff --git a/java8/core/pom.xml b/java8/core/pom.xml
index d9be79f..5489ca9 100644
--- a/java8/core/pom.xml
+++ b/java8/core/pom.xml
@@ -39,7 +39,7 @@ under the License.
 
         <dependency>
             <groupId>com.google.code.findbugs</groupId>
-            <artifactId>annotations</artifactId>
+            <artifactId>jsr305</artifactId>
         </dependency>
 
         <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/63a76324/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 384bf2e..a8e83f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -218,7 +218,7 @@ under the License.
 
             <dependency>
                 <groupId>com.google.code.findbugs</groupId>
-                <artifactId>annotations</artifactId>
+                <artifactId>jsr305</artifactId>
                 <version>${findbugs.version}</version>
             </dependency>