Skip to content

Commit cec35c7

Browse files
author
EVOFORGE\dimay
committed
1.0.0 Release
1 parent 36eb447 commit cec35c7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

java-backend-example/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,14 @@
1010
</parent>
1111
<groupId>skill-tree</groupId>
1212
<artifactId>java-backend-example</artifactId>
13-
<version>1.0.0-SNAPSHOT</version>
13+
<version>1.0.0</version>
1414
<name>java-backend-example</name>
1515
<description>SkillTree Backend example using Spring Boot</description>
1616

1717
<properties>
1818
</properties>
1919

2020
<dependencies>
21-
<dependency>
22-
<groupId>org.springframework.boot</groupId>
23-
<artifactId>spring-boot-starter-web</artifactId>
24-
</dependency>
2521
<dependency>
2622
<groupId>org.springframework.boot</groupId>
2723
<artifactId>spring-boot-starter-web</artifactId>

0 commit comments

Comments
 (0)