mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-03-08 18:29:20 +00:00
ARTEMIS-3814: update activemq deps to 5.17.1
This commit is contained in:
parent
ee51a7806d
commit
8786bc9e5e
@ -127,6 +127,7 @@
|
||||
!org.apache.commons.net.ftp,
|
||||
!javax.jmdns,
|
||||
javax.jms;version="[2,3)",
|
||||
com.thoughtworks.xstream.*;resolution:="optional",
|
||||
*
|
||||
</Import-Package>
|
||||
</instructions>
|
||||
|
2
pom.xml
2
pom.xml
@ -88,7 +88,7 @@
|
||||
<pax.exam.version>4.13.4</pax.exam.version>
|
||||
<commons.config.version>2.7</commons.config.version>
|
||||
<commons.lang.version>3.12.0</commons.lang.version>
|
||||
<activemq5-version>5.16.0</activemq5-version>
|
||||
<activemq5-version>5.17.1</activemq5-version>
|
||||
<apache.derby.version>10.11.1.1</apache.derby.version>
|
||||
<commons.beanutils.version>1.9.4</commons.beanutils.version>
|
||||
<commons.dbcp2.version>2.7.0</commons.dbcp2.version>
|
||||
|
@ -657,6 +657,16 @@ public class DestinationProxy implements Destination {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isSendDuplicateFromStoreToDLQ() {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setSendDuplicateFromStoreToDLQ(boolean arg) {
|
||||
throw new UnsupportedOperationException("Not implemented yet");
|
||||
}
|
||||
|
||||
@Override
|
||||
public void start() throws Exception {
|
||||
throw new UnsupportedOperationException("Not implemented yet");
|
||||
|
Loading…
x
Reference in New Issue
Block a user