Skip to content

Commit

Permalink
temporarily downgraded spring-data-commons due to spring-projects/spr…
Browse files Browse the repository at this point in the history
  • Loading branch information
deki committed Feb 14, 2024
1 parent 4c1d2fa commit 76de9ea
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions labs/unicorn-store/software/unicorn-store-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency><!-- temp fix for https://github.com/spring-projects/spring-data-commons/issues/3025 -->
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>
<version>3.2.1</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
Expand Down Expand Up @@ -175,8 +180,6 @@
<buildArgs>
<arg>--verbose</arg>
<arg>-Ob</arg>
<arg>
-H:ReflectionConfigurationFiles=./src/main/resources/META-INF/native-image/reflect-config.json</arg>
<arg>
--initialize-at-build-time=org.apache.commons.logging.LogFactory,org.apache.commons.logging.LogFactoryService</arg>
</buildArgs>
Expand All @@ -192,18 +195,18 @@
</plugins>
</build>
</profile>
<profile>
<profile>
<id>soci</id>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<layers>
<enabled>true</enabled>
</layers>
</configuration>
<configuration>
<layers>
<enabled>true</enabled>
</layers>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 76de9ea

Please sign in to comment.