From caf1d839fc1d436040f230fb94ee1f2244915f5a Mon Sep 17 00:00:00 2001 From: David M Date: Tue, 2 Apr 2024 06:59:21 +0200 Subject: [PATCH] Fixed #255: Added junixsocket transport to BOM --- README.md | 1 + dbus-java-bom/pom.xml | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/README.md b/README.md index 23e8ffc5..f91a24c6 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,7 @@ The library will remain open source and MIT licensed and can still be used, fork - Improved handling of `@DBusBoundProperty` annotation ([#253](https://github.com/hypfvieh/dbus-java/issues/253)), ([PR#252](https://github.com/hypfvieh/dbus-java/issues/252)) - Improved InterfaceCodeGenerator to handle generated struct class names properly ([#254](https://github.com/hypfvieh/dbus-java/issues/254)) - Improved InterfaceCodeGenerator to add parameter/argument name to created struct class name (e.g. MyMethod(something) => MyMethodSomethingStruct) + - Added dbus-java-transport-junixsocket to BOM ([#255](https://github.com/hypfvieh/dbus-java/issues/255)) ##### Changes in 5.0.0 (2024-01-25): - **Updated minimum required Java version to 17** diff --git a/dbus-java-bom/pom.xml b/dbus-java-bom/pom.xml index aab151f9..cd63ced6 100644 --- a/dbus-java-bom/pom.xml +++ b/dbus-java-bom/pom.xml @@ -54,6 +54,12 @@ ${project.version} + + com.github.hypfvieh + dbus-java-transport-junixsocket + ${project.version} + + com.github.hypfvieh dbus-java-transport-tcp