aboutsummaryrefslogtreecommitdiffstats
path: root/lighty/ccsdk-lighty-dependency-versions/pom.xml
blob: 75e3a601fb233ba89b50e16abcbe7f6da5026c17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?xml version="1.0" encoding="UTF-8"?>
<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">
	<modelVersion>4.0.0</modelVersion>

	<parent>
		<groupId>org.onap.ccsdk.parent</groupId>
		<artifactId>odlparent-lite</artifactId>
		<version>1.4.0</version>
		<relativePath/>
	</parent>

	<groupId>org.onap.ccsdk.sli.core</groupId>
	<artifactId>ccsdk-lighty-dependency-versions</artifactId>
	<version>0.6.0</version>
	<packaging>pom</packaging>

	<properties>
		<lighty.version>10.1.0</lighty.version>
		<odl.aaa.version>0.9.0</odl.aaa.version>
	</properties>

	<dependencyManagement>
		<dependencies>
			<dependency>
				<groupId>io.lighty.core</groupId>
				<artifactId>lighty-controller</artifactId>
				<version>${lighty.version}</version>
			</dependency>
			<dependency>
				<groupId>io.lighty.modules</groupId>
				<artifactId>lighty-restconf-nb-community</artifactId>
				<version>${lighty.version}</version>
			</dependency>
			<dependency>
				<groupId>io.lighty.modules</groupId>
				<artifactId>lighty-netconf-sb</artifactId>
				<version>${lighty.version}</version>
			</dependency>
			<dependency>
				<groupId>io.lighty.resources</groupId>
				<artifactId>singlenode-configuration</artifactId>
				<version>${lighty.version}</version>
			</dependency>
			<dependency>
				<groupId>org.opendaylight.aaa</groupId>
				<artifactId>aaa-artifacts</artifactId>
				<version>${odl.aaa.version}</version>
			</dependency>
			<dependency>
				<groupId>org.opendaylight.aaa</groupId>
				<artifactId>aaa-encrypt-service</artifactId>
				<version>${odl.aaa.version}</version>
			</dependency>
		</dependencies>
	</dependencyManagement>

</project>