Skip to content

Commit

Permalink
fix: invalid package for Servlet
Browse files Browse the repository at this point in the history
  • Loading branch information
wadahiro committed Oct 9, 2024
1 parent 17a7eed commit 26faf08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</distributionManagement>

<properties>
<version.midpoint>4.8</version.midpoint>
<version.midpoint>4.8.4</version.midpoint>
<version.grpc-java>1.55.1</version.grpc-java>
<version.protoc>3.22.3</version.protoc>
<!--
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
import org.springframework.web.context.request.RequestContextHolder;
import org.springframework.web.context.request.ServletRequestAttributes;

import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSession;
import jakarta.servlet.http.HttpServletRequest;
import jakarta.servlet.http.HttpSession;
import javax.xml.namespace.QName;
import java.lang.invoke.MethodHandles;
import java.lang.invoke.MethodType;
Expand Down

0 comments on commit 26faf08

Please sign in to comment.