|
403 | 403 | <groupId>org.jsoup</groupId> |
404 | 404 | <artifactId>jsoup</artifactId> |
405 | 405 | <version>${jsoup.version}</version> |
| 406 | + <scope>test</scope> |
406 | 407 | </dependency> |
407 | 408 |
|
408 | 409 | <!-- SCM --> |
|
672 | 673 | <dependency> |
673 | 674 | <groupId>org.springframework.boot</groupId> |
674 | 675 | <artifactId>spring-boot-devtools</artifactId> |
| 676 | + <scope>provided</scope> |
675 | 677 | <optional>true</optional> |
676 | 678 | </dependency> |
677 | 679 | <dependency> |
678 | 680 | <groupId>org.springframework.boot</groupId> |
679 | 681 | <artifactId>spring-boot-configuration-processor</artifactId> |
| 682 | + <scope>provided</scope> |
680 | 683 | <optional>true</optional> |
681 | 684 | </dependency> |
682 | 685 | <!-- spring-boot-starter --> |
|
735 | 738 | <groupId>org.springframework.boot</groupId> |
736 | 739 | <artifactId>spring-boot-starter-logging</artifactId> |
737 | 740 | </dependency> |
| 741 | + <!-- |
738 | 742 | <dependency> |
739 | 743 | <groupId>org.springframework.boot</groupId> |
740 | 744 | <artifactId>spring-boot-starter-cache</artifactId> |
741 | 745 | </dependency> |
| 746 | + --> |
742 | 747 | <!-- org.springframework --> |
743 | 748 | <dependency> |
744 | 749 | <groupId>org.springframework</groupId> |
|
892 | 897 | <dependency> |
893 | 898 | <groupId>org.jsoup</groupId> |
894 | 899 | <artifactId>jsoup</artifactId> |
| 900 | + <scope>test</scope> |
895 | 901 | </dependency> |
896 | 902 |
|
897 | 903 | <!-- scope test - without dependency-management in this pom.xml --> |
|
974 | 980 | <dependency> |
975 | 981 | <groupId>org.apache.commons</groupId> |
976 | 982 | <artifactId>commons-collections4</artifactId> |
977 | | - <version>4.3</version> |
978 | 983 | <scope>provided</scope> |
979 | 984 | </dependency> |
980 | 985 | <dependency> |
|
1573 | 1578 | <goal>resolve</goal> |
1574 | 1579 | <goal>resolve-plugins</goal> |
1575 | 1580 | <goal>collect</goal> |
| 1581 | + <!-- |
1576 | 1582 | <goal>copy-dependencies</goal> |
1577 | 1583 | <goal>unpack-dependencies</goal> |
| 1584 | + --> |
1578 | 1585 | </goals> |
1579 | 1586 | <configuration> |
1580 | 1587 | <classifier>sources</classifier> |
|
1583 | 1590 | </excludeGroupIds> |
1584 | 1591 | <excludeArtifactIds>weld-probe-core,antlr,bsh,velocity-tools,liquibase-core,jruby-complete,cdi-api |
1585 | 1592 | </excludeArtifactIds> |
| 1593 | + <!-- |
1586 | 1594 | <failOnMissingClassifierArtifact>false</failOnMissingClassifierArtifact> |
1587 | 1595 | <outputDirectory>${project.build.directory}/dependency-sources/</outputDirectory> |
| 1596 | + --> |
1588 | 1597 | </configuration> |
1589 | 1598 | </execution> |
1590 | 1599 | </executions> |
|
0 commit comments