Revision 45853
Added by Michele Artini almost 8 years ago
pom.xml | ||
---|---|---|
39 | 39 |
<groupId>org.springframework</groupId> |
40 | 40 |
<artifactId>spring-webmvc</artifactId> |
41 | 41 |
<version>4.2.5.RELEASE</version> |
42 |
<scope>provided</scope> |
|
42 | 43 |
</dependency> |
43 | 44 |
<dependency> |
44 | 45 |
<groupId>org.springframework</groupId> |
45 | 46 |
<artifactId>spring-context</artifactId> |
46 | 47 |
<version>4.2.5.RELEASE</version> |
48 |
<scope>provided</scope> |
|
47 | 49 |
</dependency> |
48 | 50 |
<dependency> |
49 | 51 |
<groupId>org.springframework</groupId> |
50 | 52 |
<artifactId>spring-beans</artifactId> |
51 | 53 |
<version>4.2.5.RELEASE</version> |
54 |
<scope>provided</scope> |
|
52 | 55 |
</dependency> |
53 | 56 |
<dependency> |
57 |
<groupId>org.springframework.boot</groupId> |
|
58 |
<artifactId>spring-boot-autoconfigure</artifactId> |
|
59 |
<version>1.4.4.RELEASE</version> |
|
60 |
<scope>provided</scope> |
|
61 |
</dependency> |
|
62 |
<dependency> |
|
54 | 63 |
<groupId>org.springframework</groupId> |
55 | 64 |
<artifactId>spring-context-support</artifactId> |
56 | 65 |
<version>4.2.5.RELEASE</version> |
Also available in: Unified diff
swagger