Skip to content

Commit

Permalink
Align on LTS 2025 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
troger committed Oct 28, 2024
1 parent 33dc0dc commit 51945bd
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 321 deletions.
4 changes: 0 additions & 4 deletions ftest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-server-standalone</artifactId>
</dependency>
<dependency>
<groupId>org.nuxeo.ecm.distribution</groupId>
<artifactId>nuxeo-functional-tests</artifactId>
Expand Down

This file was deleted.

277 changes: 0 additions & 277 deletions ftest/src/test/resources/log4j.xml

This file was deleted.

4 changes: 2 additions & 2 deletions plugin/web-ui/addon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
<groupId>jakarta.inject</groupId>
<artifactId>jakarta.inject-api</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;

import javax.inject.Inject;
import jakarta.inject.Inject;

import org.junit.Test;
import org.junit.runner.RunWith;
Expand Down

0 comments on commit 51945bd

Please sign in to comment.