mirror of
https://github.com/Noratrieb/UselessClasses.git
synced 2026-01-14 16:45:09 +01:00
packaging all my classes into a nice package so I can send it to you
This commit is contained in:
parent
4932ed7660
commit
d9f980f1a9
16 changed files with 111 additions and 1 deletions
11
pom.xml
11
pom.xml
|
|
@ -20,6 +20,17 @@
|
|||
<artifactId>OpenTDB4j</artifactId>
|
||||
<version>1.1.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>RELEASE</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.junit.jupiter</groupId>
|
||||
<artifactId>junit-jupiter-api</artifactId>
|
||||
<version>5.7.0</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
Loading…
Add table
Add a link
Reference in a new issue