lowka commented on PR #5243:
URL: https://github.com/apache/ignite-3/pull/5243#issuecomment-2663302422

   I've got this POM after publishing to local maven repo via `./gradlew 
publishToMavenLocal `. I see no test dependencies (as expected after this fix)
   
   ```
   <?xml version="1.0" encoding="UTF-8"?>
   <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
https://maven.apache.org/xsd/maven-4.0.0.xsd"; 
xmlns="http://maven.apache.org/POM/4.0.0";
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
     <!-- This module was also published with a richer model, Gradle metadata,  
-->
     <!-- which should be used instead. Do not delete the following line which  
-->
     <!-- is to indicate to Gradle or any Gradle module metadata file consumer  
-->
     <!-- that they should prefer consuming it instead. -->
     <!-- do_not_remove: published-with-gradle-metadata -->
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.ignite</groupId>
     <artifactId>ignite-jdbc</artifactId>
     <version>3.1.0-SNAPSHOT</version>
     <dependencies>
       <dependency>
         <groupId>org.apache.ignite</groupId>
         <artifactId>ignite-client-common</artifactId>
         <version>3.1.0-SNAPSHOT</version>
         <scope>compile</scope>
       </dependency>
       <dependency>
         <groupId>org.apache.ignite</groupId>
         <artifactId>ignite-client</artifactId>
         <version>3.1.0-SNAPSHOT</version>
         <scope>runtime</scope>
       </dependency>
       <dependency>
         <groupId>org.apache.ignite</groupId>
         <artifactId>ignite-api</artifactId>
         <version>3.1.0-SNAPSHOT</version>
         <scope>runtime</scope>
       </dependency>
       <dependency>
         <groupId>org.apache.ignite</groupId>
         <artifactId>ignite-core</artifactId>
         <version>3.1.0-SNAPSHOT</version>
         <scope>runtime</scope>
       </dependency>
       <dependency>
         <groupId>org.apache.ignite</groupId>
         <artifactId>ignite-binary-tuple</artifactId>
         <version>3.1.0-SNAPSHOT</version>
         <scope>runtime</scope>
       </dependency>
       <dependency>
         <groupId>org.jetbrains</groupId>
         <artifactId>annotations</artifactId>
         <version>26.0.2</version>
         <scope>runtime</scope>
       </dependency>
       <dependency>
         <groupId>com.google.auto.service</groupId>
         <artifactId>auto-service-annotations</artifactId>
         <version>1.1.1</version>
         <scope>runtime</scope>
       </dependency>
     </dependencies>
   </project>
   
   ```


-- 
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: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to