diff --git a/examples/hello-world/pom.xml b/examples/hello-world/pom.xml index f769011..63000cb 100644 --- a/examples/hello-world/pom.xml +++ b/examples/hello-world/pom.xml @@ -14,25 +14,11 @@ UTF-8 - 12.0.23 + 12.1.9 21 21 - - - github - GitHub rphumulock Apache Maven Packages - https://maven.pkg.github.com/rphumulock/datastar - - true - - - true - - - - dev.data-star @@ -48,22 +34,23 @@ org.eclipse.jetty jetty-server ${jetty.version} + runtime org.eclipse.jetty.ee10 jetty-ee10-servlet ${jetty.version} + runtime ch.qos.logback logback-classic - 1.5.18 + 1.5.32 jakarta.servlet jakarta.servlet-api - 6.0.0 - provided + 6.1.0 @@ -72,7 +59,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.14.0 + 3.15.0 21 @@ -80,7 +67,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.6.0 + 3.6.2 package diff --git a/examples/hello-world/src/main/resources/hello-world.html b/examples/hello-world/src/main/resources/hello-world.html index 11e7fea..3238bf7 100644 --- a/examples/hello-world/src/main/resources/hello-world.html +++ b/examples/hello-world/src/main/resources/hello-world.html @@ -3,33 +3,33 @@ - Datastar SDK Demo - - + Datastar SDK Demo + + -
-
-

- Datastar SDK Demo -

- Rocket -
-

- SSE events will be streamed from the backend to the frontend. -

-
- - -
- -
-
-
Hello, world!
-
+
+
+

+ Datastar SDK Demo +

+ Rocket +
+

+ SSE events will be streamed from the backend to the frontend. +

+
+ + +
+ +
+
+
Hello, world!
+
\ No newline at end of file