Skip to content

Commit 42d53d0

Browse files
committed
test: Set packaging to pom in test data
1 parent 4a60734 commit 42d53d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/sbm-core/src/test/java/org/springframework/sbm/build/migration/actions/AddMavenDependencyManagementActionTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ void shouldAddToRootPomInSingleModuleProject() {
160160
" <modelVersion>4.0.0</modelVersion>\n" +
161161
" <groupId>org.springframework.sbm.examples</groupId>\n" +
162162
" <artifactId>artifact-id</artifactId>\n" +
163-
" <packaging>jar</packaging>\n" +
163+
" <packaging>pom</packaging>\n" +
164164
" <version>0.0.1-SNAPSHOT</version>\n" +
165165
"</project>\n";
166166

@@ -171,7 +171,7 @@ void shouldAddToRootPomInSingleModuleProject() {
171171
" <modelVersion>4.0.0</modelVersion>\n" +
172172
" <groupId>org.springframework.sbm.examples</groupId>\n" +
173173
" <artifactId>artifact-id</artifactId>\n" +
174-
" <packaging>jar</packaging>\n" +
174+
" <packaging>pom</packaging>\n" +
175175
" <version>0.0.1-SNAPSHOT</version>\n" +
176176
" <dependencyManagement>\n" +
177177
" <dependencies>\n" +

0 commit comments

Comments
 (0)