Skip to content

Commit 41a67ec

Browse files
committed
Dusable useless dependencies.
1 parent 08862ce commit 41a67ec

File tree

2 files changed

+15
-17
lines changed

2 files changed

+15
-17
lines changed

build.gradle

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ compileTestKotlin {
6161

6262
dependencies {
6363
compile("org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion")
64-
compile("org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion")
65-
testCompile("org.jetbrains.kotlin:kotlin-test:$kotlinVersion")
64+
//compile("org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion")
65+
//testCompile("org.jetbrains.kotlin:kotlin-test:$kotlinVersion")
6666
//compile("com.fasterxml.jackson.module:jackson-module-kotlin:2.9.5")
67-
testCompile("org.jetbrains.kotlin:kotlin-test-junit:$kotlinVersion")
67+
//testCompile("org.jetbrains.kotlin:kotlin-test-junit:$kotlinVersion")
6868
}
6969

7070
task wrapper(type: Wrapper) {
@@ -156,18 +156,16 @@ bintray {
156156
licenses = ["MIT"]
157157
vcsUrl = project.vcsUrl
158158
labels = [
159-
"Dependency Injection",
160-
"Inversion of Control",
161-
"Context Dependency Injection",
162-
"dependency-injection",
163-
"inversion-of-control",
164-
"context-dependency-injection",
165-
"daggerok-context",
166-
"context",
167-
"CDI",
168-
"cdi",
169-
"IoC",
170-
"ioc",
159+
"Kotlin HTML DSL",
160+
"kotlin-html-dsl",
161+
"Kotlin to HTML",
162+
"kotlin-to-html",
163+
"Convert Kotlin to HTML",
164+
"convert-kotlin-to-html",
165+
"Kotlin extensions",
166+
"Kotlin extension",
167+
"domain-specific-language",
168+
"Domain Specific Language",
171169
]
172170
publicDownloadNumbers = true
173171
}

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,17 @@
2323
<artifactId>kotlin-stdlib-jdk8</artifactId>
2424
<version>${kotlin.version}</version>
2525
</dependency>
26+
<!--
2627
<dependency>
2728
<groupId>org.jetbrains.kotlin</groupId>
2829
<artifactId>kotlin-reflect</artifactId>
2930
<version>${kotlin.version}</version>
3031
</dependency>
31-
<!--
3232
<dependency>
3333
<groupId>com.fasterxml.jackson.module</groupId>
3434
<artifactId>jackson-module-kotlin</artifactId>
3535
<version>2.9.4.1</version>
3636
</dependency>
37-
-->
3837
<dependency>
3938
<groupId>org.jetbrains.kotlin</groupId>
4039
<artifactId>kotlin-test</artifactId>
@@ -47,6 +46,7 @@
4746
<version>${kotlin.version}</version>
4847
<scope>test</scope>
4948
</dependency>
49+
-->
5050
</dependencies>
5151

5252
<build>

0 commit comments

Comments
 (0)