This is an automated email from the ASF dual-hosted git repository. cziegeler pushed a commit to branch http/jakarta in repository https://gitbox.apache.org/repos/asf/felix-dev.git
commit 54498eefc36493fe814d311e0b7a66f99aab015e Author: Carsten Ziegeler <czieg...@adobe.com> AuthorDate: Tue Jan 4 09:55:56 2022 +0100 Update to jakarta packages --- .../felix/http/base/internal/registry/PathResolverFactoryTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/base/src/test/java/org/apache/felix/http/base/internal/registry/PathResolverFactoryTest.java b/http/base/src/test/java/org/apache/felix/http/base/internal/registry/PathResolverFactoryTest.java index 3eb447f..1eed56d 100644 --- a/http/base/src/test/java/org/apache/felix/http/base/internal/registry/PathResolverFactoryTest.java +++ b/http/base/src/test/java/org/apache/felix/http/base/internal/registry/PathResolverFactoryTest.java @@ -20,7 +20,7 @@ import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertNull; -import javax.servlet.http.MappingMatch; +import jakarta.servlet.http.MappingMatch; import org.junit.Test;