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
57 lines
2.3 KiB
XML
57 lines
2.3 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-actor_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-actor</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</groupId>
|
|
<artifactId>config</artifactId>
|
|
<version>1.4.2</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.scala-lang.modules</groupId>
|
|
<artifactId>scala-java8-compat_2.13</artifactId>
|
|
<version>1.0.0</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</project> |