This is an automated email from the ASF dual-hosted git repository.
colegreer pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
The following commit(s) were added to refs/heads/master by this push:
new 24394dc635 CTR remove unused test dependency from gremlin-driver
24394dc635 is described below
commit 24394dc635af7eb154b0d98f45256de303b4ee97
Author: Cole-Greer <[email protected]>
AuthorDate: Tue Jan 14 13:23:07 2025 -0800
CTR remove unused test dependency from gremlin-driver
---
gremlin-driver/pom.xml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/gremlin-driver/pom.xml b/gremlin-driver/pom.xml
index 9279f08fe9..db6c7f0110 100644
--- a/gremlin-driver/pom.xml
+++ b/gremlin-driver/pom.xml
@@ -87,12 +87,6 @@ limitations under the License.
<version>${project.version}</version>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.apache.tinkerpop</groupId>
- <artifactId>gremlin-socket-server</artifactId>
- <version>${project.version}</version>
- <scope>test</scope>
- </dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>