Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ada6620

Browse files
fixing pom
1 parent b3a44c2 commit ada6620

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

‎pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@
2121
<groupId>org.springframework.boot</groupId>
2222
<artifactId>spring-boot-starter-web</artifactId>
2323
</dependency>
24-
24+
<dependency>
25+
<groupId>org.postgresql</groupId>
26+
<artifactId>postgresql</artifactId>
27+
<scope>runtime</scope>
28+
</dependency>
2529
<dependency>
2630
<groupId>org.springframework.boot</groupId>
2731
<artifactId>spring-boot-starter-test</artifactId>
@@ -31,6 +35,10 @@
3135
<groupId>org.springframework.boot</groupId>
3236
<artifactId>spring-boot-starter-jdbc</artifactId>
3337
</dependency>
38+
<dependency>
39+
<groupId>net.bytebuddy</groupId>
40+
<artifactId>byte-buddy</artifactId>
41+
</dependency>
3442
</dependencies>
3543

3644
<build>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /