|
35 | 35 | </properties> |
36 | 36 |
|
37 | 37 | <dependencies> |
| 38 | + <dependency> |
| 39 | + <groupId>org.springframework.boot</groupId> |
| 40 | + <artifactId>spring-boot-starter-web</artifactId> |
| 41 | + </dependency> |
38 | 42 | <dependency> |
39 | 43 | <groupId>com.fasterxml.jackson.dataformat</groupId> |
40 | 44 | <artifactId>jackson-dataformat-xml</artifactId> |
|
59 | 63 | <groupId>software.amazon.awssdk</groupId> |
60 | 64 | <artifactId>s3</artifactId> |
61 | 65 | </dependency> |
62 | | - <dependency> |
63 | | - <groupId>software.amazon.awssdk</groupId> |
64 | | - <artifactId>auth</artifactId> |
65 | | - <scope>test</scope> |
66 | | - </dependency> |
67 | 66 | <dependency> |
68 | 67 | <groupId>commons-codec</groupId> |
69 | 68 | <artifactId>commons-codec</artifactId> |
|
82 | 81 | <artifactId>httpcore</artifactId> |
83 | 82 | <scope>test</scope> |
84 | 83 | </dependency> |
| 84 | + <dependency> |
| 85 | + <groupId>software.amazon.awssdk</groupId> |
| 86 | + <artifactId>auth</artifactId> |
| 87 | + <scope>test</scope> |
| 88 | + </dependency> |
85 | 89 | <dependency> |
86 | 90 | <groupId>org.glassfish.jaxb</groupId> |
87 | 91 | <artifactId>jaxb-runtime</artifactId> |
| 92 | + <scope>test</scope> |
88 | 93 | </dependency> |
89 | 94 | <dependency> |
90 | 95 | <groupId>org.junit.jupiter</groupId> |
|
101 | 106 | <artifactId>spring-boot-configuration-processor</artifactId> |
102 | 107 | <optional>true</optional> |
103 | 108 | </dependency> |
104 | | - <dependency> |
105 | | - <groupId>org.springframework.boot</groupId> |
106 | | - <artifactId>spring-boot-starter-actuator</artifactId> |
107 | | - </dependency> |
108 | 109 | <dependency> |
109 | 110 | <groupId>org.springframework.boot</groupId> |
110 | 111 | <artifactId>spring-boot-devtools</artifactId> |
111 | 112 | <optional>true</optional> |
112 | 113 | </dependency> |
113 | 114 | <dependency> |
114 | 115 | <groupId>org.springframework.boot</groupId> |
115 | | - <artifactId>spring-boot-starter-test</artifactId> |
| 116 | + <artifactId>spring-boot-starter-actuator</artifactId> |
116 | 117 | <scope>test</scope> |
117 | 118 | </dependency> |
118 | 119 | <dependency> |
119 | 120 | <groupId>org.springframework.boot</groupId> |
120 | | - <artifactId>spring-boot-starter-web</artifactId> |
| 121 | + <artifactId>spring-boot-starter-test</artifactId> |
| 122 | + <scope>test</scope> |
121 | 123 | </dependency> |
122 | 124 | <dependency> |
123 | 125 | <groupId>org.xmlunit</groupId> |
|
0 commit comments