Skip to content

Commit

Permalink
remove hardcoded version
Browse files Browse the repository at this point in the history
  • Loading branch information
guoyuepeng committed Dec 16, 2024
1 parent 9b26962 commit 47169f2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions griffin-dqc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,10 @@ under the License.
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-batch</artifactId>
<version>3.3.4</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version>3.3.4</version>
</dependency>

<dependency>
Expand All @@ -65,13 +63,11 @@ under the License.
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<version>3.3.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-test</artifactId>
<version>5.1.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 47169f2

Please sign in to comment.