File tree Expand file tree Collapse file tree 7 files changed +3
-306
lines changed
react-admin-utils-starter
src/main/java/io/amplicode/autoconfigure/rautils
src/main/java/io/amplicode/rautils/filter Expand file tree Collapse file tree 7 files changed +3
-306
lines changed Original file line number Diff line number Diff line change 2929 <artifactId >spring-boot-autoconfigure</artifactId >
3030 </dependency >
3131
32- <dependency >
33- <groupId >org.springframework.data</groupId >
34- <artifactId >spring-data-jpa</artifactId >
35- <optional >true</optional >
36- </dependency >
37-
3832 </dependencies >
3933 <build >
4034 <plugins >
Original file line number Diff line number Diff line change 1717package io .amplicode .autoconfigure .rautils ;
1818
1919import io .amplicode .rautils .ReactAdminUtilsConfiguration ;
20- import io .amplicode .rautils .filter .SpecificationFilterConverter ;
2120import org .springframework .boot .autoconfigure .AutoConfiguration ;
22- import org .springframework .boot .autoconfigure .condition .ConditionalOnClass ;
23- import org .springframework .context .annotation .Bean ;
2421import org .springframework .context .annotation .Import ;
25- import org .springframework .data .jpa .domain .Specification ;
2622
2723@ AutoConfiguration
2824@ Import ({ReactAdminUtilsConfiguration .class })
2925public class ReactAdminUtilsAutoConfiguration {
3026
31- @ Bean
32- @ ConditionalOnClass (Specification .class )
33- public SpecificationFilterConverter specificationFilterConverter () {
34- return new SpecificationFilterConverter ();
35- }
3627}
Original file line number Diff line number Diff line change 2626 <dependency >
2727 <groupId >org.springframework</groupId >
2828 <artifactId >spring-context</artifactId >
29+ <optional >true</optional >
2930 </dependency >
3031 <dependency >
3132 <groupId >org.springframework</groupId >
3233 <artifactId >spring-webmvc</artifactId >
34+ <optional >true</optional >
3335 </dependency >
34- <dependency >
35- <groupId >org.springframework</groupId >
36- <artifactId >spring-context-support</artifactId >
37- </dependency >
36+
3837 <dependency >
3938 <groupId >com.fasterxml.jackson.core</groupId >
4039 <artifactId >jackson-databind</artifactId >
4140 </dependency >
4241
43- <dependency >
44- <groupId >org.springframework.data</groupId >
45- <artifactId >spring-data-jpa</artifactId >
46- <optional >true</optional >
47- </dependency >
48- <dependency >
49- <groupId >jakarta.persistence</groupId >
50- <artifactId >jakarta.persistence-api</artifactId >
51- <optional >true</optional >
52- </dependency >
5342 <dependency >
5443 <groupId >com.google.code.findbugs</groupId >
5544 <artifactId >jsr305</artifactId >
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments