Changeset 6a80231 for trip-planner/pom.xml
- Timestamp:
- 11/02/21 22:14:57 (3 years ago)
- Branches:
- master
- Children:
- 6c1585f
- Parents:
- 188ee53
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner/pom.xml
r188ee53 r6a80231 35 35 <artifactId>spring-boot-starter-webflux</artifactId> 36 36 </dependency> 37 38 37 <dependency> 39 38 <groupId>org.springframework.boot</groupId> … … 76 75 <version>0.0.1-SNAPSHOT</version> 77 76 </dependency> 78 79 77 <dependency> 80 78 <groupId>com.github.ulisesbocchio</groupId> 81 79 <artifactId>jasypt-spring-boot-starter</artifactId> 82 80 <version>3.0.3</version> 81 </dependency> 82 <dependency> 83 <groupId>org.apache.httpcomponents</groupId> 84 <artifactId>httpclient</artifactId> 85 <scope>test</scope> 83 86 </dependency> 84 87 </dependencies>
Note:
See TracChangeset
for help on using the changeset viewer.