generated from Nekojimi/JavaMavenTemplate
Add libraries.
This commit is contained in:
parent
9411774509
commit
6458c69df8
12
pom.xml
12
pom.xml
|
@ -35,4 +35,16 @@
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</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>
|
</project>
|
|
@ -1,7 +1,7 @@
|
||||||
package moe.nekojimi.httpyamlmapper;
|
package moe.nekojimi.httpyamlmapper;
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @author ${REPO_OWNER_LOWER}
|
* @author Nekojimi
|
||||||
*/
|
*/
|
||||||
public class Main
|
public class Main
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue