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 dfd1c179ccf8f6c04fff694b42f03362447a8a39 Author: Carsten Ziegeler <[email protected]> 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;
