kou commented on PR #40238:
URL: https://github.com/apache/arrow/pull/40238#issuecomment-1965232900

   https://mvnrepository.com/artifact/org.hamcrest/hamcrest-core says:
   
   > This artifact was moved to:
   >
   > [org.hamcrest](https://mvnrepository.com/artifact/org.hamcrest) ยป 
[hamcrest](https://mvnrepository.com/artifact/org.hamcrest/hamcrest)
   
   We may need to change `artifactId` too:
   
   ```diff
   diff --git a/java/flight/flight-sql-jdbc-core/pom.xml 
b/java/flight/flight-sql-jdbc-core/pom.xml
   index ce1f52e396..383a0f411e 100644
   --- a/java/flight/flight-sql-jdbc-core/pom.xml
   +++ b/java/flight/flight-sql-jdbc-core/pom.xml
   @@ -88,7 +88,7 @@
    
            <dependency>
                <groupId>org.hamcrest</groupId>
   -            <artifactId>hamcrest-core</artifactId>
   +            <artifactId>hamcrest</artifactId>
                <version>1.3</version>
                <scope>test</scope>
            </dependency>
   diff --git a/java/flight/flight-sql-jdbc-driver/pom.xml 
b/java/flight/flight-sql-jdbc-driver/pom.xml
   index 28534a9b0b..62ab88273c 100644
   --- a/java/flight/flight-sql-jdbc-driver/pom.xml
   +++ b/java/flight/flight-sql-jdbc-driver/pom.xml
   @@ -28,10 +28,10 @@
        <url>https://arrow.apache.org</url>
    
        <dependencies>
   -        <!-- https://mvnrepository.com/artifact/org.hamcrest/hamcrest-core 
-->
   +        <!-- https://mvnrepository.com/artifact/org.hamcrest/hamcrest -->
            <dependency>
                <groupId>org.hamcrest</groupId>
   -            <artifactId>hamcrest-core</artifactId>
   +            <artifactId>hamcrest</artifactId>
                <version>1.3</version>
                <scope>test</scope>
            </dependency>
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to