ARTEMIS-3814: update activemq deps to 5.17.1

This commit is contained in:
Robbie Gemmell 2022-05-04 13:25:17 +01:00
parent ee51a7806d
commit 8786bc9e5e
3 changed files with 12 additions and 1 deletions

View File

@ -127,6 +127,7 @@
!org.apache.commons.net.ftp,
!javax.jmdns,
javax.jms;version="[2,3)",
com.thoughtworks.xstream.*;resolution:="optional",
*
</Import-Package>
</instructions>

View File

@ -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>

View File

@ -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");