Add libraries.

This commit is contained in:
Nekojimi 2021-12-17 18:32:43 +00:00
parent 9411774509
commit 6458c69df8
2 changed files with 13 additions and 1 deletions

12
pom.xml
View File

@ -35,4 +35,16 @@
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.apache.httpcomponents.core5</groupId>
<artifactId>httpcore5</artifactId>
<version>5.0.2</version>
</dependency>
<dependency>
<groupId>com.amihaiemil.web</groupId>
<artifactId>eo-yaml</artifactId>
<version>5.2.3</version>
</dependency>
</dependencies>
</project>

View File

@ -1,7 +1,7 @@
package moe.nekojimi.httpyamlmapper;
/**
*
* @author ${REPO_OWNER_LOWER}
* @author Nekojimi
*/
public class Main
{