[ 
https://issues.apache.org/jira/browse/FC-331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17985689#comment-17985689
 ] 

Shawn McKinney commented on FC-331:
-----------------------------------

Use latest apacheds + jupitor + kerby kdc +
replace: 
with: 
@ExtendWith( { ApacheDSTestExtension.class } )

new depencies:

```
    <dependency>
      <groupId>org.apache.kerby</groupId>
      <artifactId>kerby-kdc</artifactId>
      <version>2.1.0</version>
      <scope>test</scope>
    </dependency>

    <dependency>
      <groupId>org.junit.jupiter</groupId>
      <artifactId>junit-jupiter-api</artifactId>
      <version>5.13.1</version>
      <scope>test</scope>
    </dependency>
```

remove apacheds kerb dependencies.

> [FORTRESS-CORE]ApacheDS 2.0.0.AM27-SNAPSHOT broken tests
> --------------------------------------------------------
>
>                 Key: FC-331
>                 URL: https://issues.apache.org/jira/browse/FC-331
>             Project: FORTRESS
>          Issue Type: Bug
>    Affects Versions: 3.0.0
>            Reporter: Shawn McKinney
>            Assignee: Shawn McKinney
>            Priority: Major
>             Fix For: 3.0.1
>
>
> Kerberos support was removed from the last ADS release. As a result of this 
> the FrameworkRunner class, used by tests in this package:
> org.apache.directory.fortress.core.impl.apacheds was removed and the tests 
> are broken.
> Need to determine a workaround.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to