|
|
@@ -1,7 +1,7 @@
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
<groupId>Odds</groupId>
|
|
|
- <artifactId>Odds</artifactId>
|
|
|
+ <artifactId>OddsFx</artifactId>
|
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
|
<properties>
|
|
|
<maven.compiler.source>18</maven.compiler.source>
|
|
|
@@ -17,6 +17,10 @@
|
|
|
</plugins>
|
|
|
</build>
|
|
|
<dependencies>
|
|
|
+ <dependency>
|
|
|
+ <groupId>Odds</groupId>
|
|
|
+ <artifactId>Odds</artifactId>
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
<artifactId>guava</artifactId>
|