mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-09 19:45:13 +02:00
19 lines
543 B
XML
19 lines
543 B
XML
<project>
|
|||
<modelVersion>4.0.0</modelVersion>
|
|||
<groupId>example</groupId>
|
|||
<artifactId>auth-analysis-admin</artifactId>
|
|||
<version>1.0.0</version>
|
|||
<dependencies>
|
|||
<dependency>
|
|||
<groupId>org.springframework.boot</groupId>
|
|||
<artifactId>spring-boot-starter-web</artifactId>
|
|||
<version>3.2.0</version>
|
|||
</dependency>
|
|||
<dependency>
|
|||
<groupId>org.springframework.boot</groupId>
|
|||
<artifactId>spring-boot-starter-security</artifactId>
|
|||
<version>3.2.0</version>
|
|||
</dependency>
|
|||
</dependencies>
|
|||
</project>
|