|
87 | 87 | <artifactId>junit-jupiter</artifactId> |
88 | 88 | <scope>test</scope> |
89 | 89 | </dependency> |
90 | | - <!-- required to resolve These dependencies are required to workaround a bad interaction using includeDependencyManagement=true |
91 | | - for the Bnd resolver and testing plugins and the enforcer plugin which causes a false positive from the enforcer plugin. |
92 | | - The Bnd 5.2.0 resolver and testing plugins don't have this problem, so these dependencies can be removed when updating bnd.version |
93 | | - to 5.2.0 and configuring the Bnd resolver and testing plugins to use includeDependencyManagement=true. --> |
94 | | - <dependency> |
95 | | - <groupId>org.junit.jupiter</groupId> |
96 | | - <artifactId>junit-jupiter-engine</artifactId> |
97 | | - <scope>test</scope> |
98 | | - </dependency> |
99 | | - <dependency> |
100 | | - <groupId>org.junit.platform</groupId> |
101 | | - <artifactId>junit-platform-launcher</artifactId> |
102 | | - <scope>test</scope> |
103 | | - </dependency> |
104 | | - <dependency> |
105 | | - <groupId>org.junit.platform</groupId> |
106 | | - <artifactId>junit-platform-engine</artifactId> |
107 | | - <scope>test</scope> |
108 | | - </dependency> |
109 | | - <dependency> |
110 | | - <groupId>org.junit.platform</groupId> |
111 | | - <artifactId>junit-platform-commons</artifactId> |
112 | | - <scope>provided</scope> |
113 | | - </dependency> |
114 | 90 | <!-- required to run JUnit4 tests in eclipse without to explicitly select JUnit 4 runner ... --> |
115 | 91 | <dependency> |
116 | 92 | <groupId>org.junit.vintage</groupId> |
|
538 | 514 | </bundles> |
539 | 515 | <failOnChanges>false</failOnChanges> |
540 | 516 | <reportOptional>false</reportOptional> |
541 | | - <includeDependencyManagement>false</includeDependencyManagement> |
| 517 | + <includeDependencyManagement>true</includeDependencyManagement> |
542 | 518 | <scopes> |
543 | 519 | <scope>provided</scope> |
544 | 520 | <scope>compile</scope> |
|
568 | 544 | <bundle>target/${project.build.finalName}-tests.jar</bundle> |
569 | 545 | </bundles> |
570 | 546 | <failOnChanges>false</failOnChanges> |
571 | | - <includeDependencyManagement>false</includeDependencyManagement> |
| 547 | + <includeDependencyManagement>true</includeDependencyManagement> |
572 | 548 | <resolve>false</resolve> |
573 | 549 | <scopes> |
574 | 550 | <scope>provided</scope> |
|
0 commit comments