spring-projects / spring-statemachine

Spring Statemachine is a framework for application developers to use state machine concepts with Spring.
1.53k stars 599 forks source link

Getting Started page refers to missing build snippet #1008

Open snicoll opened 2 years ago

snicoll commented 2 years ago

On the projects page, there is a quickstart note that states:

The recommended way to get started using spring-statemachine in your project is with a dependency management system – the snippet below can be copied and pasted into your build.

However, I think the snippet is missing.

See also https://github.com/spring-io/start.spring.io/issues/785

RandomGHAcct commented 2 years ago

What makes this confusing is over at

https://docs.spring.io/spring-statemachine/docs/3.0.1/reference/#using-maven

It said

The following example shows a typical pom.xml file, which was created by choosing various options at https://start.spring.io

which sounds like you can get it from initilzr