Updated Jersey Dependencies as Suggested
[holmes/common.git] / holmes-actions / src / main / java / org / onap / holmes / common / utils / ExceptionUtil.java
index 419dce5..81cc82b 100644 (file)
@@ -1,5 +1,5 @@
 /**\r
- * Copyright 2017 ZTE Corporation.\r
+ * Copyright 2017 - 2022 ZTE Corporation.\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
@@ -15,9 +15,9 @@
  */\r
 package org.onap.holmes.common.utils;\r
 \r
-import javax.ws.rs.WebApplicationException;\r
-import javax.ws.rs.core.MediaType;\r
-import javax.ws.rs.core.Response;\r
+import jakarta.ws.rs.WebApplicationException;\r
+import jakarta.ws.rs.core.MediaType;\r
+import jakarta.ws.rs.core.Response;\r
 \r
 public class ExceptionUtil {\r
 \r