Skip to content

Commit c06ff70

Browse files
committed
Revert Shade annotation processor dependencies
This commit reverts 45d5b60 See spring-projectsgh-7883
1 parent 615804f commit c06ff70

File tree

1 file changed

+2
-31
lines changed
  • spring-boot-tools/spring-boot-configuration-processor

1 file changed

+2
-31
lines changed

spring-boot-tools/spring-boot-configuration-processor/pom.xml

+2-31
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,10 @@
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>
@@ -42,34 +41,6 @@
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>

0 commit comments

Comments
 (0)