Updated pom.xml to use OpenBankProject's git-based maven repo for OBP-JVM

This commit is contained in:
Petar Bozin 2016-11-16 13:54:01 +01:00
parent 468beb3582
commit 831c51b6b4

16
pom.xml
View File

@ -14,6 +14,7 @@
<scala.version>2.11</scala.version>
<scala.compiler>2.11.8</scala.compiler>
<lift.version>2.6.3</lift.version>
<obp-ri.version>2016.9-ALPHA11-SNAPSHOT</obp-ri.version>
<!-- Common plugin settings -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>${project.build.sourceEncoding}</project.reporting.outputEncoding>
@ -39,6 +40,11 @@
<name>Scala-Tools Dependencies Repository for Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</repository>
<repository>
<id>git-OpenBankProject</id>
<name>OpenBankProject Git based repo</name>
<url>https://raw.githubusercontent.com/OpenBankProject/OBP-M2-REPO/master/</url>
</repository>
</repositories>
<pluginRepositories>
@ -209,6 +215,16 @@
<artifactId>signpost-commonshttp4</artifactId>
<version>1.2.1.2</version>
</dependency>
<dependency>
<groupId>com.tesobe.obp</groupId>
<artifactId>obp-ri-kafka</artifactId>
<version>${obp-ri.version}</version>
</dependency>
<dependency>
<groupId>com.tesobe.obp</groupId>
<artifactId>obp-ri-transport</artifactId>
<version>${obp-ri.version}</version>
</dependency>
</dependencies>
<build>