We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0116183 commit 8094704Copy full SHA for 8094704
pom.xml
@@ -9,7 +9,7 @@
9
<modelVersion>4.0.0</modelVersion>
10
<groupId>me.legrange</groupId>
11
<artifactId>mikrotik</artifactId>
12
- <version>3.0.3</version>
+ <version>3.0.4</version>
13
<packaging>jar</packaging>
14
<name>Mikrotik API Java Client Library</name>
15
<url>https://github.com/GideonLeGrange/mikrotik-java</url>
@@ -164,10 +164,5 @@
164
<version>3.8.1</version>
165
<scope>test</scope>
166
</dependency>
167
- <dependency>
168
- <groupId>org.jetbrains.kotlin</groupId>
169
- <artifactId>kotlin-stdlib</artifactId>
170
- <version>1.0.4</version>
171
- </dependency>
172
</dependencies>
173
</project>
0 commit comments