Skip to content

Commit 38ed7cb

Browse files
committed
Remove unnecessary version element
1 parent 1c55b45 commit 38ed7cb

File tree

3 files changed

+0
-6
lines changed
  • doma-spring-boot-samples
    • doma-spring-boot-sample-entity-listener
    • doma-spring-boot-sample-event-handler
    • doma-spring-boot-sample-simple

3 files changed

+0
-6
lines changed

doma-spring-boot-samples/doma-spring-boot-sample-entity-listener/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
<dependency>
3232
<groupId>org.springframework.boot</groupId>
3333
<artifactId>spring-boot-starter-web</artifactId>
34-
<version>${spring-boot.version}</version>
3534
</dependency>
3635
<dependency>
3736
<groupId>com.fasterxml.jackson.datatype</groupId>
@@ -45,7 +44,6 @@
4544
<dependency>
4645
<groupId>org.springframework.boot</groupId>
4746
<artifactId>spring-boot-starter-test</artifactId>
48-
<version>${spring-boot.version}</version>
4947
<scope>test</scope>
5048
</dependency>
5149
</dependencies>

doma-spring-boot-samples/doma-spring-boot-sample-event-handler/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
<dependency>
3232
<groupId>org.springframework.boot</groupId>
3333
<artifactId>spring-boot-starter-web</artifactId>
34-
<version>${spring-boot.version}</version>
3534
</dependency>
3635
<dependency>
3736
<groupId>com.fasterxml.jackson.datatype</groupId>
@@ -45,7 +44,6 @@
4544
<dependency>
4645
<groupId>org.springframework.boot</groupId>
4746
<artifactId>spring-boot-starter-test</artifactId>
48-
<version>${spring-boot.version}</version>
4947
<scope>test</scope>
5048
</dependency>
5149
</dependencies>

doma-spring-boot-samples/doma-spring-boot-sample-simple/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
<dependency>
3232
<groupId>org.springframework.boot</groupId>
3333
<artifactId>spring-boot-starter-web</artifactId>
34-
<version>${spring-boot.version}</version>
3534
</dependency>
3635
<dependency>
3736
<groupId>com.h2database</groupId>
@@ -41,7 +40,6 @@
4140
<dependency>
4241
<groupId>org.springframework.boot</groupId>
4342
<artifactId>spring-boot-starter-test</artifactId>
44-
<version>${spring-boot.version}</version>
4543
<scope>test</scope>
4644
</dependency>
4745
</dependencies>

0 commit comments

Comments
 (0)