We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36eb447 commit cec35c7Copy full SHA for cec35c7
java-backend-example/pom.xml
@@ -10,18 +10,14 @@
10
</parent>
11
<groupId>skill-tree</groupId>
12
<artifactId>java-backend-example</artifactId>
13
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
14
<name>java-backend-example</name>
15
<description>SkillTree Backend example using Spring Boot</description>
16
17
<properties>
18
</properties>
19
20
<dependencies>
21
- <dependency>
22
- <groupId>org.springframework.boot</groupId>
23
- <artifactId>spring-boot-starter-web</artifactId>
24
- </dependency>
25
<dependency>
26
<groupId>org.springframework.boot</groupId>
27
<artifactId>spring-boot-starter-web</artifactId>
0 commit comments