Skip to content

Commit 34190ef

Browse files
authored
Merge pull request #23 from adhesivee/kotlin-provided
Kotlin provided
2 parents a4c4915 + 7e72744 commit 34190ef

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
<groupId>org.jetbrains.kotlin</groupId>
3333
<artifactId>kotlin-stdlib-jdk8</artifactId>
3434
<version>${kotlin.version}</version>
35+
<scope>provided</scope>
3536
</dependency>
3637
<dependency>
3738
<groupId>org.jetbrains.kotlin</groupId>
@@ -101,5 +102,10 @@
101102
</plugins>
102103
</build>
103104

104-
105+
<distributionManagement>
106+
<repository>
107+
<id>kotlin-oauth2-server</id>
108+
<url>https://api.bintray.com/maven/adhesivee/oauth2-server/kotlin-oauth2-server/;publish=1</url>
109+
</repository>
110+
</distributionManagement>
105111
</project>

0 commit comments

Comments
 (0)