aboutsummaryrefslogtreecommitdiffstats
path: root/jtosca/pom.xml
blob: f74988bc94a40eacde15c8a8bde84c93ed3f515e (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
<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.openecomp.sdc.sdc-distribution-client</groupId>
		<artifactId>sdc-main-distribution-client</artifactId>
		<version>1.1.9-SNAPSHOT</version>
	</parent>
	
	<artifactId>jtosca</artifactId>
	<version>0.1.2-SNAPSHOT</version>
	
	<dependencies>
	
		<!-- YAML parser -->
		<dependency>
			<groupId>org.yaml</groupId>
			<artifactId>snakeyaml</artifactId>
			<version>${snakeyaml.version}</version>
			<scope>compile</scope>
		</dependency>

		<dependency>
			<groupId>org.slf4j</groupId>
			<artifactId>slf4j-api</artifactId>
			<version>1.7.25</version>
		</dependency>

		<!-- <dependency>
			<groupId>ch.qos.logback</groupId>
			<artifactId>logback-classic</artifactId>
			<version>1.1.2</version>
			<scope>test</scope>
		</dependency> -->

	</dependencies>
</project>