Skip to content

Commit e64244d

Browse files
authored
Moved Java Docker to BOM (#88)
1 parent d5ca046 commit e64244d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.rub.nds</groupId>
66
<artifactId>protocol-toolkit-bom</artifactId>
7-
<version>1.2.0</version>
7+
<version>1.2.3</version>
88
</parent>
99
<groupId>de.rub.nds.tls.dockerlib</groupId>
1010

@@ -73,7 +73,7 @@
7373
<scm>
7474
<connection>scm:git:git://github.com/tls-attacker/TLS-Docker-Library.git</connection>
7575
<developerConnection>scm:git:ssh://git@github.com/tls-attacker/TLS-Docker-Library-Development.git</developerConnection>
76-
<tag>v2.2</tag>
76+
<tag>HEAD</tag>
7777
<url>https://github.com/tls-attacker/TLS-Docker-Library/tree/master</url>
7878
</scm>
7979

@@ -105,12 +105,10 @@
105105
<dependency>
106106
<groupId>com.github.docker-java</groupId>
107107
<artifactId>docker-java-core</artifactId>
108-
<version>3.2.5</version>
109108
</dependency>
110109
<dependency>
111110
<groupId>com.github.docker-java</groupId>
112111
<artifactId>docker-java-transport-httpclient5</artifactId>
113-
<version>3.2.5</version>
114112
</dependency>
115113
<dependency>
116114
<groupId>com.google.guava</groupId>

0 commit comments

Comments
 (0)