|
106 | 106 |
|
107 | 107 | <dependencyManagement>
|
108 | 108 | <dependencies>
|
109 |
| - <dependency> |
110 |
| - <groupId>org.openrewrite</groupId> |
111 |
| - <artifactId>rewrite-bom</artifactId> |
112 |
| - <version>${rewrite.version}</version> |
113 |
| - <type>pom</type> |
114 |
| - <scope>import</scope> |
115 |
| - </dependency> |
116 |
| - |
117 | 109 | <dependency>
|
118 | 110 | <groupId>org.springframework.boot</groupId>
|
119 | 111 | <artifactId>spring-boot-dependencies</artifactId>
|
|
129 | 121 | </dependencies>
|
130 | 122 | </dependencyManagement>
|
131 | 123 |
|
| 124 | + <dependencies> |
| 125 | + <dependency> |
| 126 | + <groupId>org.openrewrite</groupId> |
| 127 | + <artifactId>rewrite-bom</artifactId> |
| 128 | + <version>${rewrite.version}</version> |
| 129 | + <type>pom</type> |
| 130 | + </dependency> |
| 131 | + </dependencies> |
| 132 | + |
132 | 133 | <build>
|
133 | 134 | <pluginManagement>
|
134 | 135 | <plugins>
|
@@ -236,6 +237,7 @@ limitations under the License.
|
236 | 237 | <!-- @formatter:on -->
|
237 | 238 | </inlineHeader>
|
238 | 239 | <excludes>
|
| 240 | + <exclude>**/CLIReportingUtils.java</exclude> |
239 | 241 | <exclude>**/internal/**</exclude>
|
240 | 242 | <exclude>**/demo/**</exclude>
|
241 | 243 | <exclude>**/.sdkmanrc</exclude>
|
@@ -284,6 +286,26 @@ limitations under the License.
|
284 | 286 | <dependencyConvergence>
|
285 | 287 | <excludes>
|
286 | 288 | <exclude>org.jetbrains:annotations</exclude>
|
| 289 | + <exclude>org.ow2.asm:asm</exclude> <!-- through org.openrewrite.maven:rewrite-maven-plugin:jar:5.20.0:compile --> |
| 290 | + <!-- |
| 291 | + [ERROR] +-org.springframework.rewrite:spring-rewrite-commons-maven-embedder:jar:0.1.0-SNAPSHOT |
| 292 | + [ERROR] +-org.apache.maven:maven-embedder:jar:3.9.3:compile |
| 293 | + [ERROR] +-javax.annotation:javax.annotation-api:jar:1.3.2:compile |
| 294 | + [ERROR] and |
| 295 | + [ERROR] +-org.springframework.rewrite:spring-rewrite-commons-maven-embedder:jar:0.1.0-SNAPSHOT |
| 296 | + [ERROR] +-org.apache.maven:maven-embedder:jar:3.9.3:compile |
| 297 | + [ERROR] +-org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.5:compile |
| 298 | + [ERROR] +-javax.annotation:javax.annotation-api:jar:1.2:compile |
| 299 | + --> |
| 300 | + <exclude>javax.annotation:javax.annotation-api</exclude> |
| 301 | + <!-- |
| 302 | +
|
| 303 | + --> |
| 304 | + <exclude>org.codehaus.plexus:plexus-utils</exclude> |
| 305 | + <exclude>org.codehaus.plexus:plexus-classworlds</exclude> |
| 306 | + <exclude>com.google.guava:guava</exclude> <!-- from org.apache.maven:maven-embedder --> |
| 307 | + <exclude>org.xerial.snappy:snappy-java</exclude> <!-- from org.openrewrite.maven:rewrite-maven-plugin --> |
| 308 | + <exclude>org.ow2.asm:asm-util</exclude> <!-- from org.openrewrite:rewrite-java --> |
287 | 309 | </excludes>
|
288 | 310 | </dependencyConvergence>
|
289 | 311 | </rules>
|
|
0 commit comments