-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpom.yml
74 lines (56 loc) · 1.85 KB
/
pom.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
modelVersion: 4.0.0
parent:
groupId: nz.co.aetheric.maven
artifactId: maven-parent-global
version: 1.1.0
groupId: nz.co.aetheric
artifactId: kotlin-testing
version: 0.0.1-SNAPSHOT
packaging: pom
name: "Kotlin: Testing"
description: A simple aggregator pom for test dependencies.
url: https://www.aetheric.co.nz/kotlin-testing
properties:
version.slf4j: 1.7.25
version.kotlin: 1.1.51
version.spek: 1.1.5
version.junit: 5.0.0-ALPHA
version.junit.platform: 1.0.1
dependencies:
- groupId: org.jetbrains.kotlin
artifactId: kotlin-stdlib
version: ${version.kotlin}
- groupId: org.slf4j
artifactId: slf4j-log4j12
version: ${version.slf4j}
- groupId: com.winterbe
artifactId: expekt
version: 0.5.0
- groupId: org.jetbrains.kotlin
artifactId: kotlin-test
version: ${version.kotlin}
- groupId: org.jetbrains.kotlin
artifactId: kotlin-test-junit
version: ${version.kotlin}
- groupId: org.jetbrains.kotlin
artifactId: kotlin-reflect
version: ${version.kotlin}
- groupId: org.jetbrains.spek
artifactId: spek-api
version: ${version.spek}
- groupId: org.jetbrains.spek
artifactId: spek-subject-extension
version: ${version.spek}
- groupId: org.jetbrains.spek
artifactId: spek-junit-platform-engine
version: ${version.spek}
- groupId: org.junit.platform
artifactId: junit-platform-engine
version: ${version.junit.platform}
issueManagement:
url: https://github.com/aetheric/kotlin-testing/issues
scm:
url: https://github.com/aetheric/kotlin-testing
connection: scm:git:git://github.com/aetheric/kotlin-testing.git
developerConnection: scm:git:[email protected]:aetheric/kotlin-testing.git
tag: master