-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathkura-apps.target
More file actions
89 lines (84 loc) · 2.79 KB
/
kura-apps.target
File metadata and controls
89 lines (84 loc) · 2.79 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.8"?>
<!--
Copyright (c) 2025 Eurotech and/or its affiliates and others
This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0
which is available at https://www.eclipse.org/legal/epl-2.0/
SPDX-License-Identifier: EPL-2.0
Contributors:
Eurotech
-->
<target name="kura-apps Target Definition" sequenceNumber="75">
<locations>
<location includeDependencyDepth="direct" includeDependencyScopes="compile,test"
missingManifest="ignore" type="Maven">
<dependencies>
<dependency>
<groupId>org.eclipse.kura</groupId>
<artifactId>kura-bom</artifactId>
<version>6.0.0-SNAPSHOT</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.eclipse.kura</groupId>
<artifactId>kura-can-bom</artifactId>
<version>4.0.0-SNAPSHOT</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.eclipse.kura</groupId>
<artifactId>kura-position-bom</artifactId>
<version>2.0.0-SNAPSHOT</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.eclipse.kura</groupId>
<artifactId>kura-bluetooth-bom</artifactId>
<version>2.0.0-SNAPSHOT</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.eclipse.kura</groupId>
<artifactId>kura-wires-bom</artifactId>
<version>3.0.0-SNAPSHOT</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.eclipse.kura</groupId>
<artifactId>target-platform-bom</artifactId>
<version>6.0.0-SNAPSHOT</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.equinox.wireadmin</artifactId>
<version>1.0.800</version>
<type>jar</type>
</dependency>
</dependencies>
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<repository>
<id>kura-addons</id>
<url>https://raw.githubusercontent.com/eurotech/kura_addons/mvn-repo</url>
</repository>
<repository>
<id>kura-releases</id>
<url>https://repo.eclipse.org/content/repositories/kura-releases/</url>
</repository>
<repository>
<id>kura-snapshots</id>
<url>https://repo.eclipse.org/content/repositories/kura-snapshots/</url>
</repository>
<repository>
<id>central</id>
<url>https://repo1.maven.org/maven2/</url>
</repository>
</repositories>
</location>
</locations>
</target>