Ignore:
Timestamp:
01/21/25 03:08:24 (3 days ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
0c6b92a
Message:

F4 Finalna Verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-backend/backendRender/pom.xml

    r0c6b92a r79a0317  
    1010        </parent>
    1111        <groupId>internettehnologii.imaps</groupId>
    12         <artifactId>backendRender</artifactId>
     12        <artifactId>imaps-backend</artifactId>
    1313        <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>
    1717        <url/>
    1818        <licenses>
     
    121121                </dependency>
    122122                <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>
    123133                        <groupId>com.googlecode.json-simple</groupId>
    124134                        <artifactId>json-simple</artifactId>
     
    146156                        <scope>test</scope>
    147157                </dependency>
    148 
    149 
    150 
     158                <dependency>
     159                        <groupId>org.springframework.boot</groupId>
     160                        <artifactId>spring-boot-starter-actuator</artifactId>
     161                </dependency>
    151162
    152163        </dependencies>
Note: See TracChangeset for help on using the changeset viewer.