diff --git a/hiero-base/pom.xml b/hiero-base/pom.xml
index 073a841..ad0dc36 100644
--- a/hiero-base/pom.xml
+++ b/hiero-base/pom.xml
@@ -26,7 +26,6 @@
io.github.cdimascio
dotenv-java
- 2.3.2
test
diff --git a/hiero-enterprise-bom/pom.xml b/hiero-enterprise-bom/pom.xml
deleted file mode 100644
index 0df986d..0000000
--- a/hiero-enterprise-bom/pom.xml
+++ /dev/null
@@ -1,150 +0,0 @@
-
-
- 4.0.0
-
- com.open-elements.hiero
- hiero-enterprise-bom
- 0.12.0-SNAPSHOT
- pom
-
- Hiero Enterprise BOM
- Bill of Materials (BOM) for Hiero Enterprise
- https://github.com/OpenElements/hiero-enterprise-java
-
-
- 2.32.0
- 1.58.0
- 6.1.8
- 3.3.0
- 1.0.0
- 3.0.0
- 5.10.3
- 2.0.13
- 3.2.10
- 3.0.1
-
-
-
-
-
- org.springframework.boot
- spring-boot-dependencies
- 3.3.0
- pom
- import
-
-
- ${project.groupId}
- hiero-base
- ${project.version}
-
-
- ${project.groupId}
- hiero-spring
- ${project.version}
-
-
- com.hedera.hashgraph
- sdk
- ${hedera.sdk-version}
-
-
- javax.annotation
- javax.annotation-api
-
-
-
-
- io.grpc
- grpc-okhttp
- ${grpc.version}
-
-
- io.grpc
- grpc-inprocess
- ${grpc.version}
-
-
- io.grpc
- grpc-core
- ${grpc.version}
-
-
- io.grpc
- grpc-context
- ${grpc.version}
-
-
- io.grpc
- grpc-protobuf-lite
- ${grpc.version}
-
-
- org.jspecify
- jspecify
- ${jspecify.version}
-
-
- io.github.cdimascio
- dotenv-java
- ${dotenv.version}
-
-
- org.junit.jupiter
- junit-jupiter
- ${junit.version}
-
-
- org.slf4j
- slf4j-api
- ${slf4j.version}
-
-
- org.slf4j
- slf4j-simple
- ${slf4j.version}
-
-
- jakarta.enterprise
- jakarta.enterprise.cdi-api
- ${jakarta.enterprise.version}
-
-
- io.helidon.microprofile.server
- helidon-microprofile-server
- ${helidon.version}
-
-
- io.helidon.microprofile.tests
- helidon-microprofile-tests-junit5
- ${helidon.version}
-
-
-
-
-
-
-
- publication
-
- jreleaser.toml
-
-
- deploy
-
-
- org.apache.maven.plugins
- maven-deploy-plugin
-
- local::file:./target/staging-deploy
- local::file:./target/staging-deploy
- local::file:./target/staging-deploy
-
-
-
-
-
-
-
diff --git a/hiero-microprofile/pom.xml b/hiero-microprofile/pom.xml
index 6776c30..f3f3f9d 100644
--- a/hiero-microprofile/pom.xml
+++ b/hiero-microprofile/pom.xml
@@ -17,18 +17,6 @@
Library to work with Hiero in JakartaEE / Microprofile
https://github.com/OpenElements/hedera-enterprise
-
-
-
- org.eclipse.microprofile
- microprofile
- 7.0
- import
- pom
-
-
-
-
${project.groupId}
@@ -91,4 +79,16 @@
+
+
+
+ org.jreleaser
+ jreleaser-maven-plugin
+
+ true
+
+
+
+
+
\ No newline at end of file
diff --git a/hiero-spring-sample/pom.xml b/hiero-spring-sample/pom.xml
index 3f68752..0e05fc6 100644
--- a/hiero-spring-sample/pom.xml
+++ b/hiero-spring-sample/pom.xml
@@ -54,5 +54,4 @@
-
diff --git a/pom.xml b/pom.xml
index 2a11805..41f6054 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,22 +36,131 @@
21
21
UTF-8
+
+ 2.32.0
+ 1.58.0
+ 6.1.8
+ 3.3.0
+ 1.0.0
+ 3.0.0
+ 5.10.3
+ 2.0.13
+ 3.2.10
+ 3.0.1
+ 7.0
- ${project.groupId}
- hiero-enterprise-bom
- ${project.version}
+ org.springframework.boot
+ spring-boot-dependencies
+ ${spring.boot.version}
pom
import
+
+ org.eclipse.microprofile
+ microprofile
+ ${microprofile.version}
+ import
+ pom
+
+
+ ${project.groupId}
+ hiero-base
+ ${project.version}
+
+
+ ${project.groupId}
+ hiero-spring
+ ${project.version}
+
+
+ ${project.groupId}
+ hiero-microprofile
+ ${project.version}
+
+
+ com.hedera.hashgraph
+ sdk
+ ${hedera.sdk-version}
+
+
+ javax.annotation
+ javax.annotation-api
+
+
+
+
+ io.grpc
+ grpc-okhttp
+ ${grpc.version}
+
+
+ io.grpc
+ grpc-inprocess
+ ${grpc.version}
+
+
+ io.grpc
+ grpc-core
+ ${grpc.version}
+
+
+ io.grpc
+ grpc-context
+ ${grpc.version}
+
+
+ io.grpc
+ grpc-protobuf-lite
+ ${grpc.version}
+
+
+ org.jspecify
+ jspecify
+ ${jspecify.version}
+
+
+ io.github.cdimascio
+ dotenv-java
+ ${dotenv.version}
+
+
+ org.junit.jupiter
+ junit-jupiter
+ ${junit.version}
+
+
+ org.slf4j
+ slf4j-api
+ ${slf4j.version}
+
+
+ org.slf4j
+ slf4j-simple
+ ${slf4j.version}
+
+
+ jakarta.enterprise
+ jakarta.enterprise.cdi-api
+ ${jakarta.enterprise.version}
+
+
+ io.helidon.microprofile.server
+ helidon-microprofile-server
+ ${helidon.version}
+
+
+ io.helidon.microprofile.tests
+ helidon-microprofile-tests-junit5
+ ${helidon.version}
+
- hiero-enterprise-bom
hiero-base
hiero-spring
hiero-microprofile