You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by du...@apache.org on 2022/10/15 02:20:10 UTC

[shardingsphere] branch master updated: Change javax.activation-api to compile scope (#21575)

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

duanzhengqiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new aa246afa10e Change javax.activation-api to compile scope (#21575)
aa246afa10e is described below

commit aa246afa10ea5792e94ab50b75f5bd25d958272f
Author: Liang Zhang <zh...@apache.org>
AuthorDate: Sat Oct 15 10:20:01 2022 +0800

    Change javax.activation-api to compile scope (#21575)
    
    * Refactor JobDataNodeEntry
    
    * For code format
    
    * Change javax.activation-api to compile scope
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index af72400708b..08244546714 100644
--- a/pom.xml
+++ b/pom.xml
@@ -227,7 +227,6 @@
                 <groupId>javax.annotation</groupId>
                 <artifactId>javax.annotation-api</artifactId>
                 <version>${annotation-api.version}</version>
-                <scope>test</scope>
             </dependency>
             <dependency>
                 <groupId>javax.activation</groupId>