Changeset 79a0317 for imaps-backend/backendRender/pom.xml
- Timestamp:
- 01/21/25 03:08:24 (3 days ago)
- Branches:
- main
- Parents:
- 0c6b92a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
imaps-backend/backendRender/pom.xml
r0c6b92a r79a0317 10 10 </parent> 11 11 <groupId>internettehnologii.imaps</groupId> 12 <artifactId> backendRender</artifactId>12 <artifactId>imaps-backend</artifactId> 13 13 <version>0.0.1-SNAPSHOT</version> 14 <packaging> war</packaging>15 <name> backendRender</name>16 <description>Backend api for rendering an indoor map</description>14 <packaging>jar</packaging> 15 <name>imaps-backend</name> 16 <description>Backend api for rendering indoor maps</description> 17 17 <url/> 18 18 <licenses> … … 121 121 </dependency> 122 122 <dependency> 123 <groupId>org.springframework.boot</groupId> 124 <artifactId>spring-boot-starter-oauth2-resource-server</artifactId> 125 </dependency> 126 <dependency> 127 <groupId>org.springframework.boot</groupId> 128 <artifactId>spring-boot-starter-mail</artifactId> 129 <version>3.4.0</version> 130 </dependency> 131 132 <dependency> 123 133 <groupId>com.googlecode.json-simple</groupId> 124 134 <artifactId>json-simple</artifactId> … … 146 156 <scope>test</scope> 147 157 </dependency> 148 149 150 158 <dependency> 159 <groupId>org.springframework.boot</groupId> 160 <artifactId>spring-boot-starter-actuator</artifactId> 161 </dependency> 151 162 152 163 </dependencies>
Note:
See TracChangeset
for help on using the changeset viewer.