mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
* Upgrade Karaf to 4.4.9 Upgrade Karaf from 4.4.8 to 4.4.9. This includes upgrades for the following libraries: * jetty from 9.4.57.v20241219 to 9.4.58.v20250814 * pax-web from 8.33 to 8.34 * asm from 9.8 to 9.9 * bouncycastle/bcprov from 1.81 to 1.83 * classgraph from 4.8.180 to 4.8.184 * commons-cli from 1.9.0 to 1.10.0 * commons-io from 2.20.0 to 2.21.0 * commons-lang3 from 3.18.0 to 3.20.0 * cxf from 3.6.8 3.6.9 * guava from 33.4.8-jre to 33.5.0-jre * jackson-annotations from 2.19.2 to 2.20 * jackson from 2.19.2 to 2.20.1 * jna from 5.17.0 to 5.18.1 * ws.xmlschema from 2.3.1 to 2.3.2 * xbean from 4.27 to 4.28 * xtext/xtend from 2.40.0 to 2.41.0 Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
158 lines
4.6 KiB
XML
158 lines
4.6 KiB
XML
<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
<groupId>org.openhab.core.bom</groupId>
|
|
<artifactId>org.openhab.core.reactor.bom</artifactId>
|
|
<version>5.2.0-SNAPSHOT</version>
|
|
</parent>
|
|
|
|
<artifactId>org.openhab.core.bom.compile-model</artifactId>
|
|
<packaging>pom</packaging>
|
|
|
|
<name>openHAB Core :: BOM :: Compile Model</name>
|
|
|
|
<dependencyManagement>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.eclipse.xtext</groupId>
|
|
<artifactId>xtext-dev-bom</artifactId>
|
|
<version>${xtext.version}</version>
|
|
<type>pom</type>
|
|
<scope>import</scope>
|
|
</dependency>
|
|
</dependencies>
|
|
</dependencyManagement>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.eclipse.xtext</groupId>
|
|
<artifactId>org.eclipse.xtext.xtext.generator</artifactId>
|
|
<version>${xtext.version}</version>
|
|
<scope>compile</scope>
|
|
<exclusions>
|
|
<exclusion>
|
|
<groupId>org.eclipse.platform</groupId>
|
|
<artifactId>org.eclipse.osgi</artifactId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
|
|
<!-- EMF -->
|
|
<dependency>
|
|
<groupId>org.eclipse.emf</groupId>
|
|
<artifactId>org.eclipse.emf.common</artifactId>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.eclipse.emf</groupId>
|
|
<artifactId>org.eclipse.emf.ecore</artifactId>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.eclipse.emf</groupId>
|
|
<artifactId>org.eclipse.emf.ecore.change</artifactId>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.eclipse.emf</groupId>
|
|
<artifactId>org.eclipse.emf.ecore.xmi</artifactId>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.eclipse.emf</groupId>
|
|
<artifactId>org.eclipse.emf.codegen</artifactId>
|
|
<scope>compile</scope>
|
|
<exclusions>
|
|
<exclusion>
|
|
<groupId>org.eclipse.platform</groupId>
|
|
<artifactId>org.eclipse.osgi</artifactId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.eclipse.emf</groupId>
|
|
<artifactId>org.eclipse.emf.codegen.ecore</artifactId>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
|
|
<!-- EMF MWE2 -->
|
|
<dependency>
|
|
<groupId>org.eclipse.emf</groupId>
|
|
<artifactId>org.eclipse.emf.mwe2.launch</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.eclipse.xtext</groupId>
|
|
<artifactId>org.eclipse.xtext.common.types</artifactId>
|
|
<version>${xtext.version}</version>
|
|
<scope>compile</scope>
|
|
<exclusions>
|
|
<exclusion>
|
|
<groupId>io.github.classgraph</groupId>
|
|
<artifactId>classgraph</artifactId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<groupId>org.eclipse.platform</groupId>
|
|
<artifactId>org.eclipse.osgi</artifactId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
|
|
<!-- Xbase -->
|
|
<dependency>
|
|
<groupId>org.eclipse.xtext</groupId>
|
|
<artifactId>org.eclipse.xtext.xbase</artifactId>
|
|
<version>${xtext.version}</version>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.eclipse.xtext</groupId>
|
|
<artifactId>org.eclipse.xtext.xbase.lib</artifactId>
|
|
<version>${xtext.version}</version>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
|
|
<!-- for the model.*.ide bundles -->
|
|
<dependency>
|
|
<groupId>org.eclipse.xtext</groupId>
|
|
<artifactId>org.eclipse.xtext.xbase.ide</artifactId>
|
|
<version>${xtext.version}</version>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.eclipse.xtext</groupId>
|
|
<artifactId>org.eclipse.xtext.ide</artifactId>
|
|
<version>${xtext.version}</version>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
|
|
<!-- Classgraph -->
|
|
<dependency>
|
|
<groupId>io.github.classgraph</groupId>
|
|
<artifactId>classgraph</artifactId>
|
|
<version>4.8.184</version>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
|
|
<!-- TEST -->
|
|
<dependency>
|
|
<groupId>org.eclipse.xtext</groupId>
|
|
<artifactId>org.eclipse.xtext</artifactId>
|
|
<version>${xtext.version}</version>
|
|
<scope>compile</scope>
|
|
<exclusions>
|
|
<exclusion>
|
|
<groupId>org.eclipse.platform</groupId>
|
|
<artifactId>org.eclipse.osgi</artifactId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</project>
|