File tree 4 files changed +26
-27
lines changed
features/karaf/openhab-tp/src/main/feature
4 files changed +26
-27
lines changed Original file line number Diff line number Diff line change 17
17
<description >The dependencies that are used to compile the core bundles</description >
18
18
19
19
<properties >
20
- <californium .version>2.7.4 </californium .version>
20
+ <californium .version>4.0.0-M2 </californium .version>
21
21
<jetty .version>9.4.57.v20241219</jetty .version>
22
22
<pax .web.version>8.0.30</pax .web.version>
23
23
<swagger .version>2.2.28</swagger .version>
103
103
<groupId >org.eclipse.californium</groupId >
104
104
<artifactId >element-connector</artifactId >
105
105
<version >${californium.version} </version >
106
- <exclusions >
107
- <exclusion >
108
- <groupId >net.i2p.crypto</groupId >
109
- <artifactId >eddsa</artifactId >
110
- </exclusion >
111
- </exclusions >
112
106
</dependency >
113
107
<dependency >
114
- <groupId >org.eclipse.orbit.bundles </groupId >
115
- <artifactId >net.i2p.crypto.eddsa </artifactId >
116
- <version >0.3.0.v20220506-1020 </version >
108
+ <groupId >org.eclipse.californium </groupId >
109
+ <artifactId >californium-osgi </artifactId >
110
+ <version >${californium.version} </version >
117
111
</dependency >
118
112
119
113
<!-- Gson -->
Original file line number Diff line number Diff line change 16
16
<name >openHAB Core :: BOM :: Runtime</name >
17
17
18
18
<properties >
19
- <californium .version>2.7.4 </californium .version>
19
+ <californium .version>4.0.0-M2 </californium .version>
20
20
<!-- cxf can be updated independently of karaf, only used in karaf tests -->
21
21
<cxf .version>3.6.5</cxf .version>
22
22
<jackson .version>2.18.2</jackson .version>
435
435
<groupId >org.eclipse.californium</groupId >
436
436
<artifactId >element-connector</artifactId >
437
437
<version >${californium.version} </version >
438
- <exclusions >
439
- <exclusion >
440
- <groupId >net.i2p.crypto</groupId >
441
- <artifactId >eddsa</artifactId >
442
- </exclusion >
443
- </exclusions >
444
438
</dependency >
445
439
<dependency >
446
- <groupId >org.eclipse.orbit.bundles</groupId >
447
- <artifactId >net.i2p.crypto.eddsa</artifactId >
448
- <version >0.3.0.v20220506-1020</version >
440
+ <groupId >org.eclipse.californium</groupId >
441
+ <artifactId >californium-osgi</artifactId >
442
+ <version >${californium.version} </version >
443
+ </dependency >
444
+ <dependency >
445
+ <groupId >org.slf4j</groupId >
446
+ <artifactId >jul-to-slf4j</artifactId >
447
+ <version >${slf4j.version} </version >
448
+ </dependency >
449
+ <dependency >
450
+ <groupId >org.bouncycastle</groupId >
451
+ <artifactId >bcprov-jdk18on</artifactId >
452
+ <version >1.78.1</version >
449
453
</dependency >
450
454
451
455
<!-- Gson -->
Original file line number Diff line number Diff line change 41
41
</feature >
42
42
43
43
<feature name =" openhab.tp-coap" description =" Californium CoAP library" version =" ${project.version}" >
44
- <capability >openhab.tp;feature=coap;version=2.7.4</capability >
45
- <bundle >mvn:org.eclipse.californium/californium-osgi/2.7.4</bundle >
46
- <bundle >mvn:org.eclipse.californium/californium-core/2.7.4</bundle >
47
- <bundle >mvn:org.eclipse.californium/element-connector/2.7.4</bundle >
48
- <bundle >mvn:org.eclipse.californium/scandium/2.7.4</bundle >
49
- <bundle >mvn:org.eclipse.orbit.bundles/net.i2p.crypto.eddsa/0.3.0.v20220506-1020</bundle >
44
+ <capability >openhab.tp;feature=coap;version=4.0.0-M2</capability >
45
+ <bundle >mvn:org.eclipse.californium/californium-osgi/4.0.0-M2</bundle >
46
+ <bundle >mvn:org.eclipse.californium/californium-core/4.0.0-M2</bundle >
47
+ <bundle >mvn:org.eclipse.californium/element-connector/4.0.0-M2</bundle >
48
+ <bundle >mvn:org.eclipse.californium/scandium/4.0.0-M2</bundle >
49
+ <bundle dependency =" true" >mvn:org.slf4j/jul-to-slf4j/2.0.16</bundle >
50
+ <bundle dependency =" true" >mvn:org.bouncycastle/bcprov-jdk18on/1.78.1</bundle >
50
51
</feature >
51
52
52
53
<feature name =" openhab.tp-commons-net" description =" The Apache Commons Net library" version =" ${project.version}" >
Original file line number Diff line number Diff line change 72
72
<karaf .compile.version>4.4.7</karaf .compile.version>
73
73
<karaf .tooling.version>4.4.7</karaf .tooling.version>
74
74
<sat .version>0.17.0</sat .version>
75
- <slf4j .version>2.0.12 </slf4j .version>
75
+ <slf4j .version>2.0.16 </slf4j .version>
76
76
<xtext .version>2.37.0</xtext .version>
77
77
<spotless .version>2.43.0</spotless .version>
78
78
<!-- Eclipse Java formatter version 4.26+ does not check test files -->
You can’t perform that action at this time.
0 commit comments