Skip to content

Commit f12a73a

Browse files
committed
Fix starters dependency type
1 parent 57f50cb commit f12a73a

File tree

5 files changed

+5
-0
lines changed
  • spring-shell-starters

5 files changed

+5
-0
lines changed

spring-shell-starters/spring-shell-starter-ffm/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<groupId>org.springframework.shell</groupId>
1919
<artifactId>spring-shell-starter</artifactId>
2020
<version>${project.parent.version}</version>
21+
<type>pom</type>
2122
</dependency>
2223
<dependency>
2324
<groupId>org.jline</groupId>

spring-shell-starters/spring-shell-starter-jansi/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<groupId>org.springframework.shell</groupId>
1919
<artifactId>spring-shell-starter</artifactId>
2020
<version>${project.parent.version}</version>
21+
<type>pom</type>
2122
</dependency>
2223
<dependency>
2324
<groupId>org.jline</groupId>

spring-shell-starters/spring-shell-starter-jna/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<groupId>org.springframework.shell</groupId>
1919
<artifactId>spring-shell-starter</artifactId>
2020
<version>${project.parent.version}</version>
21+
<type>pom</type>
2122
</dependency>
2223
<dependency>
2324
<groupId>org.jline</groupId>

spring-shell-starters/spring-shell-starter-jni/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<groupId>org.springframework.shell</groupId>
1919
<artifactId>spring-shell-starter</artifactId>
2020
<version>${project.parent.version}</version>
21+
<type>pom</type>
2122
</dependency>
2223
<dependency>
2324
<groupId>org.jline</groupId>

spring-shell-starters/spring-shell-starter-test/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<groupId>org.springframework.shell</groupId>
1919
<artifactId>spring-shell-starter</artifactId>
2020
<version>${project.parent.version}</version>
21+
<type>pom</type>
2122
</dependency>
2223
<dependency>
2324
<groupId>org.springframework.shell</groupId>

0 commit comments

Comments
 (0)