Skip to content

Commit 3cc5ded

Browse files
committed
Ignore dependency in newer version
1 parent 86d9613 commit 3cc5ded

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

components/sbm-core/pom.xml

+30-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,36 @@
167167
<version>2.14.1</version>
168168
</dependency>
169169

170-
</dependencies>
170+
<dependency>
171+
<groupId>org.openrewrite.maven</groupId>
172+
<artifactId>rewrite-maven-plugin</artifactId>
173+
<version>4.45.0</version>
174+
<scope>test</scope>
175+
<exclusions>
176+
<exclusion>
177+
<groupId>org.sonatype.plexus</groupId>
178+
<artifactId>plexus-sec-dispatcher</artifactId>
179+
</exclusion>
180+
</exclusions>
181+
</dependency>
182+
<dependency>
183+
<groupId>org.apache.maven</groupId>
184+
<artifactId>maven-core</artifactId>
185+
<version>3.9.1</version>
186+
<scope>test</scope>
187+
<exclusions>
188+
<exclusion>
189+
<groupId>org.codehaus.plexus</groupId>
190+
<artifactId>plexus-sec-dispatcher</artifactId>
191+
</exclusion>
192+
</exclusions>
193+
</dependency>
194+
<dependency>
195+
<groupId>org.springframework.sbm</groupId>
196+
<artifactId>test-helper</artifactId>
197+
<scope>compile</scope>
198+
</dependency>
199+
</dependencies>
171200
<build>
172201
<plugins>
173202
<plugin>

0 commit comments

Comments
 (0)