Skip to content

Commit d6c3214

Browse files
Denis RosaDenis Rosa
authored andcommitted
fixes
1 parent 9be5116 commit d6c3214

File tree

1 file changed

+23
-36
lines changed

1 file changed

+23
-36
lines changed

pom.xml

Lines changed: 23 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -30,57 +30,44 @@
3030
</properties>
3131

3232
<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>
4141

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>
5348
<dependency>
5449
<groupId>org.springframework.boot</groupId>
5550
<artifactId>spring-boot-starter-test</artifactId>
5651
<scope>test</scope>
5752
</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>-->
6953
<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>
7357
</dependency>
58+
7459
<dependency>
7560
<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>
7863
</dependency>
64+
7965
<dependency>
8066
<groupId>io.springfox</groupId>
8167
<artifactId>springfox-swagger-ui</artifactId>
82-
<version>2.9.2</version>
68+
<version>2.5.0</version>
8369
</dependency>
70+
8471
<dependency>
8572
<groupId>com.couchbase.client</groupId>
8673
<artifactId>java-client</artifactId>

0 commit comments

Comments
 (0)