You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2024/04/28 08:12:38 UTC

(jena) 02/05: Group Apache Commons dependencies

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

andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git

commit a49e91d97da6e51de2d857340479e1dd08adfbae
Author: Andy Seaborne <an...@apache.org>
AuthorDate: Sat Apr 27 13:56:32 2024 +0100

    Group Apache Commons dependencies
---
 pom.xml | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9b63baa73a..3235b70301 100644
--- a/pom.xml
+++ b/pom.xml
@@ -316,6 +316,12 @@
         <artifactId>commons-io</artifactId>
         <version>${ver.commons-io}</version>
       </dependency>
+
+       <dependency>
+        <groupId>commons-cli</groupId>
+        <artifactId>commons-</artifactId>
+        <version>${ver.commons-io}</version>
+      </dependency>
       
       <dependency>
         <groupId>org.apache.commons</groupId>
@@ -330,6 +336,12 @@
         </exclusions>
       </dependency>
 
+      <dependency>
+        <groupId>org.apache.commons</groupId>
+        <artifactId>commons-rdf-api</artifactId>
+        <version>${ver.commons-rdf}</version>
+      </dependency>
+
       <!-- Protobuf only, not gRPC -->
       <dependency>
         <groupId>com.google.protobuf</groupId>
@@ -597,18 +609,6 @@
         <version>${ver.slf4j}</version>
       </dependency>
 
-      <dependency>
-        <groupId>commons-cli</groupId>
-        <artifactId>commons-cli</artifactId>
-        <version>${ver.commons-cli}</version>
-      </dependency>
-
-      <dependency>
-        <groupId>org.apache.commons</groupId>
-        <artifactId>commons-rdf-api</artifactId>
-        <version>${ver.commons-rdf}</version>
-      </dependency>
-
       <dependency>
         <groupId>org.roaringbitmap</groupId>
         <artifactId>RoaringBitmap</artifactId>