File tree Expand file tree Collapse file tree 1 file changed +2
-31
lines changed
spring-boot-tools/spring-boot-configuration-processor Expand file tree Collapse file tree 1 file changed +2
-31
lines changed Original file line number Diff line number Diff line change 1919 <main .basedir>${basedir} /../..</main .basedir>
2020 </properties >
2121 <dependencies >
22- <!-- Shaded -->
23- <dependency >
22+ <!-- Compile (should stick to the bare minimum) -->
23+ <dependency >
2424 <groupId >com.vaadin.external.google</groupId >
2525 <artifactId >android-json</artifactId >
26- <optional >true</optional >
2726 </dependency >
2827 <!-- Test -->
2928 <dependency >
4241 <proc >none</proc >
4342 </configuration >
4443 </plugin >
45- <plugin >
46- <groupId >org.apache.maven.plugins</groupId >
47- <artifactId >maven-shade-plugin</artifactId >
48- <executions >
49- <execution >
50- <phase >package</phase >
51- <goals >
52- <goal >shade</goal >
53- </goals >
54- <configuration >
55- <filters >
56- <filter >
57- <artifact >com.vaadin.external.google:android-json</artifact >
58- </filter >
59- </filters >
60- <relocations >
61- <relocation >
62- <pattern >org.json</pattern >
63- <shadedPattern >org.springframework.boot.configurationprocessor.json</shadedPattern >
64- </relocation >
65- </relocations >
66- <createDependencyReducedPom >false</createDependencyReducedPom >
67- <createSourcesJar >true</createSourcesJar >
68- <shadeSourcesContent >true</shadeSourcesContent >
69- </configuration >
70- </execution >
71- </executions >
72- </plugin >
7344 </plugins >
7445 </build >
7546</project >
You can’t perform that action at this time.
0 commit comments