fix core-java test and back to build
This commit is contained in:
parent
0fa8d64898
commit
2cb4faddb0
|
@ -13,6 +13,7 @@
|
|||
<relativePath>../parent-java</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>commons-io</groupId>
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
package com.baeldung.leapyear;
|
||||
|
||||
import java.time.LocalDate;
|
||||
import java.time.Year;
|
||||
import java.time.format.DateTimeFormatter;
|
||||
import java.util.GregorianCalendar;
|
||||
|
||||
import org.junit.Assert;
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -391,6 +391,7 @@
|
|||
<module>core-java-networking</module>
|
||||
<module>core-java-perf</module>
|
||||
<module>core-java-sun</module>
|
||||
<module>core-java</module>
|
||||
<module>core-scala</module>
|
||||
<module>couchbase</module>
|
||||
<module>custom-pmd</module>
|
||||
|
@ -996,8 +997,7 @@
|
|||
<module>parent-spring-5</module>
|
||||
<module>parent-java</module>
|
||||
<module>parent-kotlin</module>
|
||||
|
||||
<module>core-java</module>
|
||||
|
||||
<module>core-java-concurrency-advanced</module> <!-- very long running? -->
|
||||
<module>core-kotlin</module> <!-- long running? -->
|
||||
|
||||
|
|
Loading…
Reference in New Issue