Ignore:
Timestamp:
11/02/21 22:14:57 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
6c1585f
Parents:
188ee53
Message:

create initial planner and routing with angular

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner/pom.xml

    r188ee53 r6a80231  
    3535            <artifactId>spring-boot-starter-webflux</artifactId>
    3636        </dependency>
    37 
    3837        <dependency>
    3938            <groupId>org.springframework.boot</groupId>
     
    7675            <version>0.0.1-SNAPSHOT</version>
    7776        </dependency>
    78 
    7977        <dependency>
    8078            <groupId>com.github.ulisesbocchio</groupId>
    8179            <artifactId>jasypt-spring-boot-starter</artifactId>
    8280            <version>3.0.3</version>
     81        </dependency>
     82        <dependency>
     83            <groupId>org.apache.httpcomponents</groupId>
     84            <artifactId>httpclient</artifactId>
     85            <scope>test</scope>
    8386        </dependency>
    8487    </dependencies>
Note: See TracChangeset for help on using the changeset viewer.