Skip to content

Commit 2ba140a

Browse files
committed
Merge remote-tracking branch 'origin/develop' into develop
2 parents 6d8283a + 4bb6340 commit 2ba140a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

oauth2-server-http4k/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<groupId>org.http4k</groupId>
1717
<artifactId>http4k-core</artifactId>
1818
<version>3.37.1</version>
19+
<scope>provided</scope>
1920
</dependency>
2021
<dependency>
2122
<groupId>nl.myndocs</groupId>

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)