Skip to content

Commit

Permalink
Merge pull request #732 from eclipse-ee4j/dependabot/maven/mq/org.gla…
Browse files Browse the repository at this point in the history
…ssfish.tyrus.bundles-tyrus-standalone-client-2.0.0
  • Loading branch information
pzygielo committed Dec 4, 2020
2 parents fcfa88c + 9e4eb9c commit 2f012a8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Copyright (c) 2013, 2017 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2020 Contributors to the Eclipse Foundation
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand All @@ -26,14 +27,14 @@
import java.util.concurrent.CountDownLatch;
import java.util.logging.Logger;
import java.util.logging.Level;
import javax.websocket.Session;
import javax.websocket.Endpoint;
import javax.websocket.ContainerProvider;
import javax.websocket.WebSocketContainer;
import javax.websocket.MessageHandler;
import javax.websocket.CloseReason;
import javax.websocket.EndpointConfig;
import javax.websocket.ClientEndpointConfig;
import jakarta.websocket.Session;
import jakarta.websocket.Endpoint;
import jakarta.websocket.ContainerProvider;
import jakarta.websocket.WebSocketContainer;
import jakarta.websocket.MessageHandler;
import jakarta.websocket.CloseReason;
import jakarta.websocket.EndpointConfig;
import jakarta.websocket.ClientEndpointConfig;
import com.sun.messaging.AdministeredObject;
import com.sun.messaging.jmq.io.ReadWritePacket;
import com.sun.messaging.jmq.io.BigPacketException;
Expand Down
2 changes: 1 addition & 1 deletion mq/main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
<dependency>
<groupId>org.glassfish.tyrus.bundles</groupId>
<artifactId>tyrus-standalone-client</artifactId>
<version>1.17</version>
<version>2.0.0</version>
</dependency>

<!-- Project -->
Expand Down

0 comments on commit 2f012a8

Please sign in to comment.