|
30 | 30 | </properties> |
31 | 31 |
|
32 | 32 | <dependencies> |
33 | | - <dependency> |
34 | | - <groupId>org.springframework.boot</groupId> |
35 | | - <artifactId>spring-boot-starter-thymeleaf</artifactId> |
36 | | - </dependency> |
37 | | - <dependency> |
38 | | - <groupId>org.springframework.boot</groupId> |
39 | | - <artifactId>spring-boot-starter-web</artifactId> |
40 | | - </dependency> |
| 33 | + <dependency> |
| 34 | + <groupId>org.springframework.boot</groupId> |
| 35 | + <artifactId>spring-boot-starter-thymeleaf</artifactId> |
| 36 | + </dependency> |
| 37 | + <dependency> |
| 38 | + <groupId>org.springframework.boot</groupId> |
| 39 | + <artifactId>spring-boot-starter-web</artifactId> |
| 40 | + </dependency> |
41 | 41 |
|
42 | | - <dependency> |
43 | | - <groupId>org.springframework.boot</groupId> |
44 | | - <artifactId>spring-boot-devtools</artifactId> |
45 | | - <scope>runtime</scope> |
46 | | - <optional>true</optional> |
47 | | - </dependency> |
48 | | - <dependency> |
49 | | - <groupId>org.springframework.boot</groupId> |
50 | | - <artifactId>spring-boot-starter-test</artifactId> |
51 | | - <scope>test</scope> |
52 | | - </dependency> |
| 42 | + <dependency> |
| 43 | + <groupId>org.springframework.boot</groupId> |
| 44 | + <artifactId>spring-boot-devtools</artifactId> |
| 45 | + <scope>runtime</scope> |
| 46 | + <optional>true</optional> |
| 47 | + </dependency> |
53 | 48 | <dependency> |
54 | 49 | <groupId>org.springframework.boot</groupId> |
55 | 50 | <artifactId>spring-boot-starter-test</artifactId> |
56 | 51 | <scope>test</scope> |
57 | 52 | </dependency> |
58 | | - |
59 | | -<!-- <dependency>--> |
60 | | -<!-- <groupId>io.springfox</groupId>--> |
61 | | -<!-- <artifactId>springfox-boot-starter</artifactId>--> |
62 | | -<!-- <version>${swagger.version}</version>--> |
63 | | -<!-- </dependency>--> |
64 | | -<!-- <dependency>--> |
65 | | -<!-- <groupId>io.springfox</groupId>--> |
66 | | -<!-- <artifactId>springfox-spring-web</artifactId>--> |
67 | | -<!-- <version>${springweb.version}</version>--> |
68 | | -<!-- </dependency>--> |
69 | 53 | <dependency> |
70 | | - <groupId>io.springfox</groupId> |
71 | | - <artifactId>springfox-swagger2</artifactId> |
72 | | - <version>2.9.2</version> |
| 54 | + <groupId>org.springframework.boot</groupId> |
| 55 | + <artifactId>spring-boot-starter-test</artifactId> |
| 56 | + <scope>test</scope> |
73 | 57 | </dependency> |
| 58 | + |
74 | 59 | <dependency> |
75 | 60 | <groupId>io.springfox</groupId> |
76 | | - <artifactId>springfox-boot-starter</artifactId> |
77 | | - <version>3.0.0</version> |
| 61 | + <artifactId>springfox-swagger2</artifactId> |
| 62 | + <version>2.5.0</version> |
78 | 63 | </dependency> |
| 64 | + |
79 | 65 | <dependency> |
80 | 66 | <groupId>io.springfox</groupId> |
81 | 67 | <artifactId>springfox-swagger-ui</artifactId> |
82 | | - <version>2.9.2</version> |
| 68 | + <version>2.5.0</version> |
83 | 69 | </dependency> |
| 70 | + |
84 | 71 | <dependency> |
85 | 72 | <groupId>com.couchbase.client</groupId> |
86 | 73 | <artifactId>java-client</artifactId> |
|
0 commit comments