|
6 | 6 | <parent> |
7 | 7 | <groupId>org.springframework.boot</groupId> |
8 | 8 | <artifactId>spring-boot-starter-parent</artifactId> |
9 | | - <version>2.4.5</version> |
| 9 | + <version>2.4.6</version> |
10 | 10 | </parent> |
11 | 11 |
|
12 | 12 | <groupId>org.couchbase</groupId> |
|
25 | 25 | <springweb.version>3.0.0</springweb.version> |
26 | 26 | <couchbase.version>3.1.5</couchbase.version> |
27 | 27 | <couchbaseEncryption.version>3.0.0</couchbaseEncryption.version> |
28 | | - <springvault.version>2.2.3.RELEASE</springvault.version> |
29 | 28 | <junit.version>4.13.1</junit.version> |
30 | | - <reactivex.version>1.2.1</reactivex.version> |
31 | 29 | <mavensurefire.version>3.0.0-M5</mavensurefire.version> |
32 | 30 | </properties> |
33 | 31 |
|
34 | 32 | <dependencies> |
35 | | - <dependency> |
36 | | - <groupId>org.springframework.boot</groupId> |
37 | | - <artifactId>spring-boot</artifactId> |
38 | | - <version>${springboot.version}</version> |
39 | | - </dependency> |
40 | | - <dependency> |
41 | | - <groupId>org.springframework.boot</groupId> |
42 | | - <artifactId>spring-boot-starter-web</artifactId> |
43 | | - </dependency> |
44 | | - <dependency> |
45 | | - <groupId>org.springframework.boot</groupId> |
46 | | - <artifactId>spring-boot-starter-security</artifactId> |
47 | | - </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 | + |
| 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> |
48 | 53 | <dependency> |
49 | 54 | <groupId>org.springframework.boot</groupId> |
50 | 55 | <artifactId>spring-boot-starter-test</artifactId> |
51 | 56 | <scope>test</scope> |
52 | 57 | </dependency> |
53 | | - <dependency> |
54 | | - <groupId>org.springframework.boot</groupId> |
55 | | - <artifactId>spring-boot-starter-webflux</artifactId> |
56 | | - </dependency> |
57 | | - <dependency> |
58 | | - <groupId>org.springframework.vault</groupId> |
59 | | - <artifactId>spring-vault-core</artifactId> |
60 | | - <version>${springvault.version}</version> |
61 | | - </dependency> |
62 | | - <dependency> |
63 | | - <groupId>org.springframework.boot</groupId> |
64 | | - <artifactId>spring-boot-configuration-processor</artifactId> |
65 | | - <optional>true</optional> |
66 | | - </dependency> |
67 | 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>--> |
68 | 69 | <dependency> |
69 | 70 | <groupId>io.springfox</groupId> |
70 | | - <artifactId>springfox-boot-starter</artifactId> |
71 | | - <version>${swagger.version}</version> |
72 | | - </dependency> |
73 | | - <dependency> |
74 | | - <groupId>io.springfox</groupId> |
75 | | - <artifactId>springfox-spring-web</artifactId> |
76 | | - <version>${springweb.version}</version> |
| 71 | + <artifactId>springfox-swagger2</artifactId> |
| 72 | + <version>2.9.2</version> |
77 | 73 | </dependency> |
78 | 74 | <dependency> |
79 | 75 | <groupId>io.springfox</groupId> |
80 | | - <artifactId>springfox-swagger2</artifactId> |
81 | | - <version>${swagger.version}</version> |
82 | | - <scope>compile</scope> |
| 76 | + <artifactId>springfox-boot-starter</artifactId> |
| 77 | + <version>3.0.0</version> |
83 | 78 | </dependency> |
84 | 79 | <dependency> |
85 | 80 | <groupId>io.springfox</groupId> |
86 | 81 | <artifactId>springfox-swagger-ui</artifactId> |
87 | | - <version>${swagger.version}</version> |
88 | | - <scope>compile</scope> |
| 82 | + <version>2.9.2</version> |
89 | 83 | </dependency> |
90 | | - |
91 | 84 | <dependency> |
92 | 85 | <groupId>com.couchbase.client</groupId> |
93 | 86 | <artifactId>java-client</artifactId> |
|
111 | 104 | <artifactId>junit-vintage-engine</artifactId> |
112 | 105 | <scope>test</scope> |
113 | 106 | </dependency> |
114 | | - <dependency> |
115 | | - <groupId>io.reactivex</groupId> |
116 | | - <artifactId>rxjava-reactive-streams</artifactId> |
117 | | - <version>${reactivex.version}</version> |
118 | | - <scope>test</scope> |
119 | | - </dependency> |
120 | 107 | </dependencies> |
121 | 108 |
|
122 | 109 | <build> |
123 | | - <resources> |
124 | | - <resource> |
125 | | - <directory>src/main/resources</directory> |
126 | | - <includes> |
127 | | - <include>*.properties</include> |
128 | | - </includes> |
129 | | - </resource> |
130 | | - </resources> |
131 | 110 | <plugins> |
132 | 111 | <plugin> |
133 | 112 | <groupId>org.springframework.boot</groupId> |
|
0 commit comments