Skip to content

Commit 76de9ea

Browse files
committed
temporarily downgraded spring-data-commons due to spring-projects/spring-data-commons#3025
1 parent 4c1d2fa commit 76de9ea

File tree

1 file changed

+11
-8
lines changed
  • labs/unicorn-store/software/unicorn-store-spring

1 file changed

+11
-8
lines changed

Diff for: labs/unicorn-store/software/unicorn-store-spring/pom.xml

+11-8
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@
4545
<type>pom</type>
4646
<scope>import</scope>
4747
</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>
4853
</dependencies>
4954
</dependencyManagement>
5055
<dependencies>
@@ -175,8 +180,6 @@
175180
<buildArgs>
176181
<arg>--verbose</arg>
177182
<arg>-Ob</arg>
178-
<arg>
179-
-H:ReflectionConfigurationFiles=./src/main/resources/META-INF/native-image/reflect-config.json</arg>
180183
<arg>
181184
--initialize-at-build-time=org.apache.commons.logging.LogFactory,org.apache.commons.logging.LogFactoryService</arg>
182185
</buildArgs>
@@ -192,18 +195,18 @@
192195
</plugins>
193196
</build>
194197
</profile>
195-
<profile>
198+
<profile>
196199
<id>soci</id>
197200
<build>
198201
<plugins>
199202
<plugin>
200203
<groupId>org.springframework.boot</groupId>
201204
<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>
207210
</plugin>
208211
</plugins>
209212
</build>

0 commit comments

Comments
 (0)