Skip to content

Commit 501751b

Browse files
committed
work
1 parent d29fe4d commit 501751b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

pom.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@
403403
<groupId>org.jsoup</groupId>
404404
<artifactId>jsoup</artifactId>
405405
<version>${jsoup.version}</version>
406+
<scope>test</scope>
406407
</dependency>
407408

408409
<!-- SCM -->
@@ -672,11 +673,13 @@
672673
<dependency>
673674
<groupId>org.springframework.boot</groupId>
674675
<artifactId>spring-boot-devtools</artifactId>
676+
<scope>provided</scope>
675677
<optional>true</optional>
676678
</dependency>
677679
<dependency>
678680
<groupId>org.springframework.boot</groupId>
679681
<artifactId>spring-boot-configuration-processor</artifactId>
682+
<scope>provided</scope>
680683
<optional>true</optional>
681684
</dependency>
682685
<!-- spring-boot-starter -->
@@ -735,10 +738,12 @@
735738
<groupId>org.springframework.boot</groupId>
736739
<artifactId>spring-boot-starter-logging</artifactId>
737740
</dependency>
741+
<!--
738742
<dependency>
739743
<groupId>org.springframework.boot</groupId>
740744
<artifactId>spring-boot-starter-cache</artifactId>
741745
</dependency>
746+
-->
742747
<!-- org.springframework -->
743748
<dependency>
744749
<groupId>org.springframework</groupId>
@@ -892,6 +897,7 @@
892897
<dependency>
893898
<groupId>org.jsoup</groupId>
894899
<artifactId>jsoup</artifactId>
900+
<scope>test</scope>
895901
</dependency>
896902

897903
<!-- scope test - without dependency-management in this pom.xml -->
@@ -974,7 +980,6 @@
974980
<dependency>
975981
<groupId>org.apache.commons</groupId>
976982
<artifactId>commons-collections4</artifactId>
977-
<version>4.3</version>
978983
<scope>provided</scope>
979984
</dependency>
980985
<dependency>
@@ -1573,8 +1578,10 @@
15731578
<goal>resolve</goal>
15741579
<goal>resolve-plugins</goal>
15751580
<goal>collect</goal>
1581+
<!--
15761582
<goal>copy-dependencies</goal>
15771583
<goal>unpack-dependencies</goal>
1584+
-->
15781585
</goals>
15791586
<configuration>
15801587
<classifier>sources</classifier>
@@ -1583,8 +1590,10 @@
15831590
</excludeGroupIds>
15841591
<excludeArtifactIds>weld-probe-core,antlr,bsh,velocity-tools,liquibase-core,jruby-complete,cdi-api
15851592
</excludeArtifactIds>
1593+
<!--
15861594
<failOnMissingClassifierArtifact>false</failOnMissingClassifierArtifact>
15871595
<outputDirectory>${project.build.directory}/dependency-sources/</outputDirectory>
1596+
-->
15881597
</configuration>
15891598
</execution>
15901599
</executions>

0 commit comments

Comments
 (0)