This is an automated email from the ASF dual-hosted git repository.
brusdev pushed a commit to branch development
in repository https://gitbox.apache.org/repos/asf/activemq-artemis-examples.git
The following commit(s) were added to refs/heads/development by this push:
new b75d791 ARTEMIS-4551 Remove interceptor dependency from interceptor
client (#2)
b75d791 is described below
commit b75d7915092f67b2a66eadfc89760dea02e718f0
Author: Bruscino Domenico Francesco <[email protected]>
AuthorDate: Wed Jan 3 15:03:39 2024 +0100
ARTEMIS-4551 Remove interceptor dependency from interceptor client (#2)
---
examples/features/standard/interceptor-client/pom.xml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/examples/features/standard/interceptor-client/pom.xml
b/examples/features/standard/interceptor-client/pom.xml
index 922ac5e..7315fc3 100644
--- a/examples/features/standard/interceptor-client/pom.xml
+++ b/examples/features/standard/interceptor-client/pom.xml
@@ -36,11 +36,6 @@ under the License.
</properties>
<dependencies>
- <dependency>
- <groupId>org.apache.activemq.examples.broker</groupId>
- <artifactId>interceptor</artifactId>
- <version>${project.version}</version>
- </dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-jms-client-all</artifactId>
@@ -60,7 +55,6 @@ under the License.
<goal>create</goal>
</goals>
<configuration>
-
<libList><arg>org.apache.activemq.examples.broker:interceptor:${project.version}</arg></libList>
<ignore>${noServer}</ignore>
<configuration>${basedir}/target/classes/activemq/server0</configuration>
</configuration>