|
@@ -3,8 +3,6 @@
|
|
|
<groupId>Odds</groupId>
|
|
<groupId>Odds</groupId>
|
|
|
<artifactId>Odds</artifactId>
|
|
<artifactId>Odds</artifactId>
|
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
|
- <packaging>jar</packaging>
|
|
|
|
|
-
|
|
|
|
|
<build>
|
|
<build>
|
|
|
<sourceDirectory>src</sourceDirectory>
|
|
<sourceDirectory>src</sourceDirectory>
|
|
|
<plugins>
|
|
<plugins>
|
|
@@ -59,6 +57,11 @@
|
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
|
<version>8.0.29</version>
|
|
<version>8.0.29</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
|
|
+ <artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
|
|
+ <version>2.7.1</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
|
|
|
</dependencies>
|
|
</dependencies>
|
|
|
</project>
|
|
</project>
|