Skip to content

Commit

Permalink
Merge pull request eugenp#6127 from eugenp/test-branch
Browse files Browse the repository at this point in the history
fix core-java test and back to build
lor6 authored Jan 12, 2019
2 parents 9e5b558 + 2cb4fad commit c2c92b1
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions core-java/pom.xml
Original file line number Diff line number Diff line change
@@ -13,6 +13,7 @@
<relativePath>../parent-java</relativePath>
</parent>


<dependencies>
<dependency>
<groupId>commons-io</groupId>
Original file line number Diff line number Diff line change
@@ -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 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -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? -->

0 comments on commit c2c92b1

Please sign in to comment.