This is an automated email from the ASF dual-hosted git repository. zehnder pushed a commit to branch dev in repository https://gitbox.apache.org/repos/asf/streampipes.git
commit 83e8d18394958856ca2f1d55bce88ed75d4d7f11 Author: Philipp Zehnder <[email protected]> AuthorDate: Wed Feb 15 18:19:16 2023 +0100 [hotfix] Remove dependency byte-buddy --- pom.xml | 13 ------------- streampipes-rest/pom.xml | 10 ---------- 2 files changed, 23 deletions(-) diff --git a/pom.xml b/pom.xml index 3b55beb9b..a204fd264 100644 --- a/pom.xml +++ b/pom.xml @@ -40,7 +40,6 @@ <!-- project dependencies --> <activemq-client.version>5.17.3</activemq-client.version> <asm.version>9.4</asm.version> - <byte-buddy.version>1.13.0</byte-buddy.version> <cloning.version>1.9.12</cloning.version> <commons-beanutils.version>1.9.4</commons-beanutils.version> <commons-codec.version>1.11</commons-codec.version> @@ -951,18 +950,6 @@ <version>${junit.version}</version> <scope>test</scope> </dependency> - <dependency> - <groupId>net.bytebuddy</groupId> - <artifactId>byte-buddy</artifactId> - <version>${byte-buddy.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>net.bytebuddy</groupId> - <artifactId>byte-buddy-agent</artifactId> - <version>${byte-buddy.version}</version> - <scope>test</scope> - </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> diff --git a/streampipes-rest/pom.xml b/streampipes-rest/pom.xml index f4869c333..64eb418d7 100644 --- a/streampipes-rest/pom.xml +++ b/streampipes-rest/pom.xml @@ -137,16 +137,6 @@ <artifactId>junit</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>net.bytebuddy</groupId> - <artifactId>byte-buddy</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>net.bytebuddy</groupId> - <artifactId>byte-buddy-agent</artifactId> - <scope>test</scope> - </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId>
