Mikhail Pochatkin created IGNITE-24536:
------------------------------------------

             Summary: Fix optional testFixtures dependencies in artifact pom
                 Key: IGNITE-24536
                 URL: https://issues.apache.org/jira/browse/IGNITE-24536
             Project: Ignite
          Issue Type: Bug
            Reporter: Mikhail Pochatkin
            Assignee: Mikhail Pochatkin


Currently we have optional dependencies in artifacts pom files from 
testFixtures source set. For example 
[https://central.sonatype.com/artifact/org.apache.ignite/ignite-jdbc]
{code:java}
<dependency>
  <groupId>org.junit.jupiter</groupId>
  <artifactId>junit-jupiter-engine</artifactId>
  <version>5.11.4</version>
  <scope>runtime</scope>
  <optional>true</optional>
</dependency> {code}
Need to remove it.

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to