Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit 1bd5efc

Browse files
uuidcodeuuidcode
authored andcommitted
support kotlin
1 parent 60b65f9 commit 1bd5efc

File tree

4 files changed

+1280
-2
lines changed

4 files changed

+1280
-2
lines changed

pom.xml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,20 @@
6969
<version>1.0.CR3</version>
7070
<scope>test</scope>
7171
</dependency>
72-
73-
72+
<dependency>
73+
<groupId>org.jetbrains.kotlin</groupId>
74+
<artifactId>kotlin-maven-plugin</artifactId>
75+
<version>1.0.1-2</version>
76+
<scope>test</scope>
77+
</dependency>
78+
<dependency>
79+
<groupId>org.apache.commons</groupId>
80+
<artifactId>commons-lang3</artifactId>
81+
<version>3.4</version>
82+
<scope>test</scope>
83+
</dependency>
84+
85+
7486
</dependencies>
7587

7688
<build>

0 commit comments

Comments
 (0)