Shawn McKinney created FC-329:
---------------------------------

             Summary: Support JUnit 5
                 Key: FC-329
                 URL: https://issues.apache.org/jira/browse/FC-329
             Project: FORTRESS
          Issue Type: Improvement
    Affects Versions: 3.0.0
            Reporter: Shawn McKinney
            Assignee: Shawn McKinney
             Fix For: 3.0.1


ApacheDS 2.0.0.AM27 has created the imperative to support JUnit 5. But, we need 
to continue to support v4 because most of fortress unit tests have not been 
migrated.

So, for the next step we'll support both until the time in which they've all 
migrated. These dependencies are limited to tests and so the core lib is not 
impacted.

    <dependency>
      <groupId>org.junit.jupiter</groupId>
      <artifactId>junit-jupiter-engine</artifactId>
      <version>${junit-jupiter.version}</version>
      <scope>test</scope>
    </dependency>
    <!--JUnit Jupiter Engine to depend on the JUnit4 engine and JUnit 4 API  -->
    <dependency>
      <groupId>org.junit.vintage</groupId>
      <artifactId>junit-vintage-engine</artifactId>
      <version>${junit-jupiter.version}</version>
    </dependency>




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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org

Reply via email to