2015-08-19 13:57:05 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2018-03-21 16:29:42 +01:00
|
|
|
<!--
|
2019-05-09 16:40:37 +02:00
|
|
|
~ Copyright 2019 ACINQ SAS
|
2018-03-21 16:29:42 +01:00
|
|
|
~
|
|
|
|
~ Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
~ you may not use this file except in compliance with the License.
|
|
|
|
~ You may obtain a copy of the License at
|
|
|
|
~
|
|
|
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
~
|
|
|
|
~ Unless required by applicable law or agreed to in writing, software
|
|
|
|
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
~ See the License for the specific language governing permissions and
|
|
|
|
~ limitations under the License.
|
|
|
|
-->
|
|
|
|
|
2015-08-19 13:57:05 +02:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
2015-08-19 14:05:14 +02:00
|
|
|
<groupId>fr.acinq.eclair</groupId>
|
2020-04-27 13:11:55 +02:00
|
|
|
<artifactId>eclair_2.13</artifactId>
|
2020-07-20 12:00:01 +02:00
|
|
|
<version>0.4.2-SNAPSHOT</version>
|
2015-08-19 13:57:05 +02:00
|
|
|
</parent>
|
|
|
|
|
2020-04-27 13:11:55 +02:00
|
|
|
<artifactId>eclair-node_2.13</artifactId>
|
2015-08-19 13:57:05 +02:00
|
|
|
<packaging>jar</packaging>
|
|
|
|
|
2017-08-23 19:28:18 +02:00
|
|
|
<name>eclair-node</name>
|
2015-08-19 13:57:05 +02:00
|
|
|
|
2016-02-15 19:19:08 +01:00
|
|
|
<build>
|
|
|
|
<plugins>
|
2017-03-16 16:18:52 +01:00
|
|
|
<plugin>
|
2017-03-27 11:14:54 +02:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<archive>
|
|
|
|
<manifest>
|
|
|
|
<addClasspath>true</addClasspath>
|
|
|
|
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
|
|
|
|
</manifest>
|
|
|
|
<manifestEntries>
|
|
|
|
<!-- we hide the git commit in the Specification-Version standard field-->
|
|
|
|
<Specification-Version>${git.commit.id}</Specification-Version>
|
|
|
|
<Url>${project.parent.url}</Url>
|
|
|
|
</manifestEntries>
|
|
|
|
</archive>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
2020-02-24 15:42:26 +01:00
|
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
|
|
|
<version>3.2.0</version>
|
|
|
|
<configuration>
|
|
|
|
<finalName>${project.name}-${project.version}-${git.commit.id.abbrev}</finalName>
|
|
|
|
<descriptors>
|
|
|
|
<descriptor>modules/assembly.xml</descriptor>
|
|
|
|
</descriptors>
|
|
|
|
<archive>
|
|
|
|
<manifest>
|
|
|
|
<mainClass>fr.acinq.eclair.Boot</mainClass>
|
|
|
|
</manifest>
|
|
|
|
</archive>
|
|
|
|
</configuration>
|
2017-03-16 16:18:52 +01:00
|
|
|
<executions>
|
|
|
|
<execution>
|
2020-02-24 15:42:26 +01:00
|
|
|
<phase>package</phase>
|
2017-03-16 16:18:52 +01:00
|
|
|
<goals>
|
2020-02-24 15:42:26 +01:00
|
|
|
<goal>single</goal>
|
2017-03-16 16:18:52 +01:00
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2016-02-15 19:19:08 +01:00
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
|
2019-09-06 14:37:26 +02:00
|
|
|
<repositories>
|
|
|
|
<repository>
|
|
|
|
<snapshots>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
</snapshots>
|
|
|
|
<id>bintray-kamon-io-releases</id>
|
|
|
|
<name>bintray</name>
|
|
|
|
<url>https://dl.bintray.com/kamon-io/releases</url>
|
|
|
|
</repository>
|
|
|
|
</repositories>
|
|
|
|
|
2015-08-19 13:57:05 +02:00
|
|
|
<dependencies>
|
2015-08-20 12:42:21 +02:00
|
|
|
<dependency>
|
2017-06-06 18:37:34 +02:00
|
|
|
<groupId>fr.acinq.eclair</groupId>
|
|
|
|
<artifactId>eclair-core_${scala.version.short}</artifactId>
|
|
|
|
<version>${project.version}</version>
|
2015-08-20 12:42:21 +02:00
|
|
|
</dependency>
|
2019-09-06 14:37:26 +02:00
|
|
|
<!-- logging -->
|
2017-11-21 20:08:15 +01:00
|
|
|
<dependency>
|
2015-08-20 12:42:21 +02:00
|
|
|
<groupId>ch.qos.logback</groupId>
|
|
|
|
<artifactId>logback-classic</artifactId>
|
2017-06-06 18:37:34 +02:00
|
|
|
<version>1.2.3</version>
|
2015-08-20 12:42:21 +02:00
|
|
|
</dependency>
|
2016-11-08 18:57:22 +01:00
|
|
|
<dependency>
|
|
|
|
<!--conditional logging -->
|
2017-08-30 13:42:58 +02:00
|
|
|
<groupId>org.codehaus.janino</groupId>
|
2016-11-08 18:57:22 +01:00
|
|
|
<artifactId>janino</artifactId>
|
2017-08-30 13:42:58 +02:00
|
|
|
<version>3.0.7</version>
|
2016-11-08 18:57:22 +01:00
|
|
|
</dependency>
|
2019-08-30 09:44:24 +02:00
|
|
|
<!-- http server -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.typesafe.akka</groupId>
|
|
|
|
<artifactId>akka-http-core_${scala.version.short}</artifactId>
|
|
|
|
<version>${akka.http.version}</version>
|
|
|
|
</dependency>
|
2020-09-18 15:27:45 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.typesafe.akka</groupId>
|
|
|
|
<artifactId>akka-stream_${scala.version.short}</artifactId>
|
|
|
|
<version>${akka.version}</version>
|
|
|
|
</dependency>
|
2019-08-30 09:44:24 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>de.heikoseeberger</groupId>
|
|
|
|
<artifactId>akka-http-json4s_${scala.version.short}</artifactId>
|
2020-09-18 15:27:45 +02:00
|
|
|
<version>1.34.0</version>
|
2019-08-30 09:44:24 +02:00
|
|
|
</dependency>
|
2019-09-06 14:37:26 +02:00
|
|
|
<!-- metrics -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.kamon</groupId>
|
|
|
|
<artifactId>kamon-apm-reporter_${scala.version.short}</artifactId>
|
|
|
|
<version>${kamon.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.kamon</groupId>
|
|
|
|
<artifactId>kamon-system-metrics_${scala.version.short}</artifactId>
|
|
|
|
<version>${kamon.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.kamon</groupId>
|
|
|
|
<artifactId>kamon-jdbc_${scala.version.short}</artifactId>
|
|
|
|
<version>${kamon.version}</version>
|
|
|
|
</dependency>
|
2019-08-30 09:44:24 +02:00
|
|
|
<!-- test dependencies -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.typesafe.akka</groupId>
|
|
|
|
<artifactId>akka-http-testkit_${scala.version.short}</artifactId>
|
|
|
|
<version>${akka.http.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2020-04-27 13:11:55 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.typesafe.akka</groupId>
|
|
|
|
<artifactId>akka-stream-testkit_${scala.version.short}</artifactId>
|
|
|
|
<version>${akka.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2019-08-30 09:44:24 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.mockito</groupId>
|
2020-04-24 15:31:25 +02:00
|
|
|
<artifactId>mockito-scala-scalatest_${scala.version.short}</artifactId>
|
|
|
|
<version>1.5.9</version>
|
2019-08-30 09:44:24 +02:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2019-09-06 14:37:26 +02:00
|
|
|
<!-- agents -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.kamon</groupId>
|
|
|
|
<artifactId>kanela-agent</artifactId>
|
2020-03-05 14:19:25 +01:00
|
|
|
<version>1.0.5</version>
|
2019-09-06 14:37:26 +02:00
|
|
|
</dependency>
|
2015-08-19 13:57:05 +02:00
|
|
|
</dependencies>
|
|
|
|
</project>
|