From 49a3130eca1227aac92173cebd47bbd53e05e091 Mon Sep 17 00:00:00 2001
From: Jun Luo <4catcode@gmail.com>
Date: Fri, 6 Mar 2026 11:53:38 +0800
Subject: [PATCH 1/2] chore: add minimal pom.xml for GitHub dependency graph
identification.
GitHub's dependency graph cannot detect Maven coordinates from
build.gradle.kts. This minimal pom.xml (not used for building)
allows GitHub to identify the package as `network.lightsail:stellar-sdk`
and track dependents.
---
pom.xml | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
create mode 100644 pom.xml
diff --git a/pom.xml b/pom.xml
new file mode 100644
index 000000000..e8595befd
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,19 @@
+
+
+
+ 4.0.0
+
+ network.lightsail
+ stellar-sdk
+ jar
+
+ stellar-sdk
+ The Java Stellar SDK library provides APIs to build transactions and connect to Horizon and Soroban-RPC server.
+ https://github.com/lightsail-network/java-stellar-sdk
+
From 1c2dc6245b3fe55109b52c1530da9436966ddb50 Mon Sep 17 00:00:00 2001
From: Jun Luo <4catcode@gmail.com>
Date: Fri, 6 Mar 2026 11:56:36 +0800
Subject: [PATCH 2/2] fix
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index e8595befd..aa54d1e3c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,6 +11,7 @@
network.lightsail
stellar-sdk
+ 2.2.3
jar
stellar-sdk