File tree 1 file changed +11
-8
lines changed
labs/unicorn-store/software/unicorn-store-spring
1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change 45
45
<type >pom</type >
46
46
<scope >import</scope >
47
47
</dependency >
48
+ <dependency ><!-- temp fix for https://github.com/spring-projects/spring-data-commons/issues/3025 -->
49
+ <groupId >org.springframework.data</groupId >
50
+ <artifactId >spring-data-commons</artifactId >
51
+ <version >3.2.1</version >
52
+ </dependency >
48
53
</dependencies >
49
54
</dependencyManagement >
50
55
<dependencies >
175
180
<buildArgs >
176
181
<arg >--verbose</arg >
177
182
<arg >-Ob</arg >
178
- <arg >
179
- -H:ReflectionConfigurationFiles=./src/main/resources/META-INF/native-image/reflect-config.json</arg >
180
183
<arg >
181
184
--initialize-at-build-time=org.apache.commons.logging.LogFactory,org.apache.commons.logging.LogFactoryService</arg >
182
185
</buildArgs >
192
195
</plugins >
193
196
</build >
194
197
</profile >
195
- <profile >
198
+ <profile >
196
199
<id >soci</id >
197
200
<build >
198
201
<plugins >
199
202
<plugin >
200
203
<groupId >org.springframework.boot</groupId >
201
204
<artifactId >spring-boot-maven-plugin</artifactId >
202
- <configuration >
203
- <layers >
204
- <enabled >true</enabled >
205
- </layers >
206
- </configuration >
205
+ <configuration >
206
+ <layers >
207
+ <enabled >true</enabled >
208
+ </layers >
209
+ </configuration >
207
210
</plugin >
208
211
</plugins >
209
212
</build >
You can’t perform that action at this time.
0 commit comments