803fe62aeb
upgrade OBS-URL: https://build.opensuse.org/request/show/1117173 OBS-URL: https://build.opensuse.org/package/show/Java:packages/akka?expand=0&rev=24
93 lines
3.6 KiB
XML
93 lines
3.6 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>com.typesafe.akka</groupId>
|
|
<artifactId>akka-cluster_2.13</artifactId>
|
|
<packaging>jar</packaging>
|
|
<description>Akka is a toolkit for building highly concurrent, distributed, and resilient message-driven applications for Java and Scala.</description>
|
|
<url>https://akka.io/</url>
|
|
<version>2.8.5</version>
|
|
<licenses>
|
|
<license>
|
|
<name>BUSL-1.1</name>
|
|
<url>https://raw.githubusercontent.com/akka/akka/v2.8.5/LICENSE</url>
|
|
<distribution>repo</distribution>
|
|
</license>
|
|
</licenses>
|
|
<name>akka-cluster</name>
|
|
<inceptionYear>2009</inceptionYear>
|
|
<organization>
|
|
<name>Lightbend Inc.</name>
|
|
<url>https://www.lightbend.com</url>
|
|
</organization>
|
|
<scm>
|
|
<url>https://github.com/akka/akka</url>
|
|
<connection>scm:git:https://github.com/akka/akka.git</connection>
|
|
<developerConnection>scm:git:git@github.com:akka/akka.git</developerConnection>
|
|
</scm>
|
|
<developers>
|
|
<developer>
|
|
<id>akka-contributors</id>
|
|
<name>Akka Contributors</name>
|
|
<url>https://github.com/akka/akka/graphs/contributors</url>
|
|
<email>akka.official@gmail.com</email>
|
|
</developer>
|
|
</developers>
|
|
<properties>
|
|
<info.apiURL>https://doc.akka.io/api/akka/2.8.5</info.apiURL>
|
|
<info.releaseNotesUrl>https://github.com/akka/akka/releases/tag/v2.8.5</info.releaseNotesUrl>
|
|
</properties>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.scala-lang</groupId>
|
|
<artifactId>scala-library</artifactId>
|
|
<version>2.13.11</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.typesafe.akka</groupId>
|
|
<artifactId>akka-remote_2.13</artifactId>
|
|
<version>2.8.5</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.typesafe.akka</groupId>
|
|
<artifactId>akka-coordination_2.13</artifactId>
|
|
<version>2.8.5</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.typesafe.akka</groupId>
|
|
<artifactId>akka-remote-tests_2.13</artifactId>
|
|
<version>2.8.5</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.typesafe.akka</groupId>
|
|
<artifactId>akka-testkit_2.13</artifactId>
|
|
<version>2.8.5</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.typesafe.akka</groupId>
|
|
<artifactId>akka-serialization-jackson_2.13</artifactId>
|
|
<version>2.8.5</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>junit</groupId>
|
|
<artifactId>junit</artifactId>
|
|
<version>4.13.2</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.scalatest</groupId>
|
|
<artifactId>scalatest_2.13</artifactId>
|
|
<version>3.2.16</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>ch.qos.logback</groupId>
|
|
<artifactId>logback-classic</artifactId>
|
|
<version>1.2.12</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependencies>
|
|
</project> |