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 <[email protected]> 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>
