You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by br...@apache.org on 2014/08/01 04:56:04 UTC

git commit: additional exclusion

Repository: archiva
Updated Branches:
  refs/heads/master 4e9ac1db1 -> af464ee03


additional exclusion


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

Branch: refs/heads/master
Commit: af464ee039500b70f243158f4d3cb398bc89caca
Parents: 4e9ac1d
Author: Brett Porter <br...@apache.org>
Authored: Fri Aug 1 12:55:52 2014 +1000
Committer: Brett Porter <br...@apache.org>
Committed: Fri Aug 1 12:55:52 2014 +1000

----------------------------------------------------------------------
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/archiva/blob/af464ee0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e70d09f..ee00383 100644
--- a/pom.xml
+++ b/pom.xml
@@ -755,6 +755,10 @@
             <groupId>javax.transaction</groupId>
             <artifactId>jta</artifactId>
           </exclusion>
+          <exclusion>
+            <groupId>geronimo-spec</groupId>
+            <artifactId>geronimo-spec-jta</artifactId>
+          </exclusion>
         </exclusions>
       </dependency>
       <dependency>