File tree 1 file changed +2
-31
lines changed
spring-boot-tools/spring-boot-configuration-processor
1 file changed +2
-31
lines changed Original file line number Diff line number Diff line change 19
19
<main .basedir>${basedir} /../..</main .basedir>
20
20
</properties >
21
21
<dependencies >
22
- <!-- Shaded -->
23
- <dependency >
22
+ <!-- Compile (should stick to the bare minimum) -->
23
+ <dependency >
24
24
<groupId >com.vaadin.external.google</groupId >
25
25
<artifactId >android-json</artifactId >
26
- <optional >true</optional >
27
26
</dependency >
28
27
<!-- Test -->
29
28
<dependency >
42
41
<proc >none</proc >
43
42
</configuration >
44
43
</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 >
73
44
</plugins >
74
45
</build >
75
46
</project >
You can’t perform that action at this time.
0 commit comments