Updated slf4j to 2.0.9
[holmes/common.git] / holmes-actions / src / main / java / org / onap / holmes / common / utils / transactionid / AddHeadersHttpServletRequestWrapper.java
index d61797b..70f5e2f 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright 2018 ZTE Corporation.
+ * Copyright 2018-2023 ZTE Corporation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  */
 package org.onap.holmes.common.utils.transactionid;
 
+import jakarta.servlet.http.HttpServletRequest;
+import jakarta.servlet.http.HttpServletRequestWrapper;
 import java.util.HashMap;
 import java.util.Map;
-import javax.servlet.http.HttpServletRequest;
-import javax.servlet.http.HttpServletRequestWrapper;
 
 public class AddHeadersHttpServletRequestWrapper extends HttpServletRequestWrapper {
     final private Map<String, String> additionalHeaders = new HashMap<>();