mirror of
https://github.com/OpenBankProject/API-Explorer.git
synced 2026-02-06 10:47:23 +00:00
Code cleanup
This commit is contained in:
parent
f6b7c5d729
commit
ec1af3d421
20
pom.xml
20
pom.xml
@ -42,11 +42,11 @@
|
||||
</repositories>
|
||||
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>org.sonatype.oss.groups.public</id>
|
||||
<name>Sonatype Public</name>
|
||||
<url>https://oss.sonatype.org/content/groups/public</url>
|
||||
</pluginRepository>
|
||||
<pluginRepository>
|
||||
<id>org.sonatype.oss.groups.public</id>
|
||||
<name>Sonatype Public</name>
|
||||
<url>https://oss.sonatype.org/content/groups/public</url>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
|
||||
<dependencies>
|
||||
@ -70,11 +70,11 @@
|
||||
<artifactId>dispatch-oauth_${scala.version}</artifactId>
|
||||
<version>0.8.10</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.databinder.dispatch</groupId>
|
||||
<artifactId>dispatch-lift-json_${scala.version}</artifactId>
|
||||
<version>0.11.3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.databinder.dispatch</groupId>
|
||||
<artifactId>dispatch-lift-json_${scala.version}</artifactId>
|
||||
<version>0.11.3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>ch.qos.logback</groupId>
|
||||
<artifactId>logback-classic</artifactId>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user