Skip to content

Commit 9c308a8

Browse files
committed
docs(coordinator): drop Dependency section
Installation is covered once in the Spring Boot / Quarkus integration pages and in the sample READMEs; duplicating a hardcoded version here creates doc-drift risk without helping readers who already have the project on the classpath.
1 parent 6155017 commit 9c308a8

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

docs/src/content/docs/agents/coordinator.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -52,22 +52,6 @@ public class CeoCoordinator {
5252
}
5353
```
5454

55-
## Dependency
56-
57-
```xml
58-
<properties>
59-
<atmosphere.version>4.0.38</atmosphere.version>
60-
</properties>
61-
62-
<dependency>
63-
<groupId>org.atmosphere</groupId>
64-
<artifactId>atmosphere-coordinator</artifactId>
65-
<version>${atmosphere.version}</version>
66-
</dependency>
67-
```
68-
69-
The coordinator module transitively pulls in `atmosphere-agent` and `atmosphere-a2a`.
70-
7155
## Annotations
7256

7357
### `@Coordinator`

0 commit comments

Comments
 (0)