You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2019/12/21 16:10:48 UTC

[archiva-redback-core] 01/02: Using runtime scope for openjpa

This is an automated email from the ASF dual-hosted git repository.

martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-redback-core.git

commit adbc0e5b7ebf535f75c131a7e220da098390e1e0
Author: Martin Stockhammer <ma...@apache.org>
AuthorDate: Sat Dec 21 11:40:52 2019 +0100

    Using runtime scope for openjpa
---
 redback-common/redback-common-jpa/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/redback-common/redback-common-jpa/pom.xml b/redback-common/redback-common-jpa/pom.xml
index deccc5a..7dbac5f 100644
--- a/redback-common/redback-common-jpa/pom.xml
+++ b/redback-common/redback-common-jpa/pom.xml
@@ -71,6 +71,7 @@
           <artifactId>geronimo-jta_1.1_spec</artifactId>
         </exclusion>
       </exclusions>
+      <scope>runtime</scope>
     </dependency>
 
     <dependency>