1 <?xml version="1.0" encoding="UTF-8"?>
3 Copyright (c) 2020 PANTHEON.tech, s.r.o. and others. All rights reserved.
5 This program and the accompanying materials are made available under the
6 terms of the Eclipse Public License v1.0 which accompanies this distribution,
7 and is available at http://www.eclipse.org/legal/epl-v10.html
9 <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/xsd/maven-4.0.0.xsd">
10 <modelVersion>4.0.0</modelVersion>
12 <groupId>org.opendaylight.mdsal</groupId>
13 <artifactId>dom-parent</artifactId>
14 <version>12.0.4</version>
18 <groupId>org.opendaylight.controller</groupId>
19 <artifactId>bundle-parent</artifactId>
20 <version>8.0.4</version>
21 <packaging>pom</packaging>
23 <dependencyManagement>
26 <groupId>org.opendaylight.controller</groupId>
27 <artifactId>controller-artifacts</artifactId>
28 <version>8.0.4</version>
33 <!-- Scala and its modules -->
35 <groupId>org.scala-lang</groupId>
36 <artifactId>scala-library</artifactId>
37 <version>2.13.12</version>
40 <groupId>org.scala-lang</groupId>
41 <artifactId>scala-reflect</artifactId>
42 <version>2.13.12</version>
45 <groupId>org.scala-lang.modules</groupId>
46 <artifactId>scala-java8-compat_2.13</artifactId>
47 <version>1.0.2</version>
50 <groupId>org.scala-lang.modules</groupId>
51 <artifactId>scala-parser-combinators_2.13</artifactId>
52 <version>1.1.2</version>
55 <groupId>org.scalatestplus</groupId>
56 <artifactId>junit-4-13_2.13</artifactId>
57 <version>3.2.13.0</version>
61 <!-- Configuration library -->
62 <!-- This needs to be kept in sync with the version used by akka -->
64 <groupId>com.typesafe</groupId>
65 <artifactId>config</artifactId>
66 <version>1.4.2</version>
69 <groupId>com.typesafe</groupId>
70 <artifactId>ssl-config-core_2.13</artifactId>
71 <version>0.4.3</version>
76 <groupId>com.typesafe.akka</groupId>
77 <artifactId>akka-testkit_2.13</artifactId>
78 <version>2.6.21</version>
82 <groupId>com.typesafe.akka</groupId>
83 <artifactId>akka-actor_2.13</artifactId>
88 <groupId>com.typesafe.akka</groupId>
89 <artifactId>akka-actor-testkit-typed_2.13</artifactId>
90 <version>2.6.21</version>
94 <groupId>com.typesafe.akka</groupId>
95 <artifactId>akka-actor-typed_2.13</artifactId>
98 <groupId>com.typesafe.akka</groupId>
99 <artifactId>akka-slf4j_2.13</artifactId>
104 <groupId>com.typesafe.akka</groupId>
105 <artifactId>akka-persistence-tck_2.13</artifactId>
106 <version>2.6.21</version>
110 <groupId>com.typesafe.akka</groupId>
111 <artifactId>akka-persistence_2.13</artifactId>
116 <!-- Reactive Streams, used by Akka -->
118 <groupId>org.reactivestreams</groupId>
119 <artifactId>reactive-streams</artifactId>
120 <version>1.0.4</version>
123 <!-- Aeron, required by Akka -->
125 <groupId>org.agrona</groupId>
126 <artifactId>agrona</artifactId>
127 <version>1.15.2</version>
130 <groupId>io.aeron</groupId>
131 <artifactId>aeron-client</artifactId>
132 <version>1.38.1</version>
135 <groupId>io.aeron</groupId>
136 <artifactId>aeron-driver</artifactId>
137 <version>1.38.1</version>
140 </dependencyManagement>