Skip to content

Commit 2073d8c

Browse files
authored
Merge 0.7.2 to develop (#60)
2 parents 2ab2795 + bf9b2d7 commit 2073d8c

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

api-payload/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.namul</groupId>
88
<artifactId>beginner</artifactId>
9-
<version>0.7.1</version>
9+
<version>0.7.2</version>
1010
</parent>
1111

1212
<artifactId>api-payload</artifactId>
@@ -46,7 +46,6 @@
4646
<dependency>
4747
<groupId>jakarta.servlet</groupId>
4848
<artifactId>jakarta.servlet-api</artifactId>
49-
<scope>provided</scope>
5049
</dependency>
5150
<dependency>
5251
<groupId>org.springframework</groupId>

pom.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.namul</groupId>
66
<artifactId>beginner</artifactId>
7-
<version>0.7.1</version>
7+
<version>0.7.2</version>
88
<packaging>pom</packaging>
99

1010
<description>
@@ -69,6 +69,7 @@
6969
<dependency>
7070
<groupId>org.springframework</groupId>
7171
<artifactId>spring-web</artifactId>
72+
<scope>provided</scope>
7273
</dependency>
7374

7475
<dependency>
@@ -80,11 +81,13 @@
8081
<dependency>
8182
<groupId>org.springframework</groupId>
8283
<artifactId>spring-webmvc</artifactId>
84+
<scope>provided</scope>
8385
</dependency>
8486

8587
<dependency>
8688
<groupId>org.springframework.boot</groupId>
8789
<artifactId>spring-boot-starter-validation</artifactId>
90+
<scope>provided</scope>
8891
</dependency>
8992

9093
<dependency>
@@ -97,6 +100,7 @@
97100
<dependency>
98101
<groupId>com.fasterxml.jackson.core</groupId>
99102
<artifactId>jackson-databind</artifactId>
103+
<scope>provided</scope>
100104
</dependency>
101105

102106
<dependency>
@@ -118,7 +122,7 @@
118122
<dependency>
119123
<groupId>org.springframework.boot</groupId>
120124
<artifactId>spring-boot-dependencies</artifactId>
121-
<version>3.2.2</version>
125+
<version>3.5.6</version>
122126
<type>pom</type>
123127
<scope>import</scope>
124128
</dependency>

0 commit comments

Comments
 (0)