Skip to content

Commit 54b79c4

Browse files
authored
Merge pull request #3056 from ControlSystemStudio/tpf
Fix ant build broken by #3048
2 parents b0d3df0 + c4963ae commit 54b79c4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dependencies/phoebus-target/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,11 @@
472472
<version>${spring.boot-version}</version>
473473
<scope>test</scope>
474474
</dependency>
475+
<dependency>
476+
<groupId>org.springdoc</groupId>
477+
<artifactId>springdoc-openapi-ui</artifactId>
478+
<version>1.7.0</version>
479+
</dependency>
475480

476481
<dependency>
477482
<groupId>javax.validation</groupId>

0 commit comments

Comments
 (0)