This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new 71d8d44463 Add missing jboss-jaxrs-api_2.1_spec dependency to 
ServiceNow extension
71d8d44463 is described below

commit 71d8d4446357f23621f5b233229ff6752414d1c4
Author: James Netherton <[email protected]>
AuthorDate: Fri Jul 29 09:37:32 2022 +0100

    Add missing jboss-jaxrs-api_2.1_spec dependency to ServiceNow extension
    
    Fixes #3946
---
 extensions/servicenow/runtime/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/extensions/servicenow/runtime/pom.xml 
b/extensions/servicenow/runtime/pom.xml
index 50fb7b14a9..e4bb69b8e5 100644
--- a/extensions/servicenow/runtime/pom.xml
+++ b/extensions/servicenow/runtime/pom.xml
@@ -52,6 +52,10 @@
             <groupId>org.jboss.spec.javax.xml.bind</groupId>
             <artifactId>jboss-jaxb-api_2.3_spec</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.jboss.spec.javax.ws.rs</groupId>
+            <artifactId>jboss-jaxrs-api_2.1_spec</artifactId>
+        </dependency>
         <dependency>
             <groupId>jakarta.servlet</groupId>
             <artifactId>jakarta.servlet-api</artifactId>

Reply via email to