Skip to content

Commit b696129

Browse files
author
sampadawagde
committed
JAVA-619: Split or move core-java-modules/core-java-io-apis module
1 parent 177cd88 commit b696129

4 files changed

Lines changed: 7 additions & 1 deletion

File tree

core-java-modules/core-java-io-apis/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ This module contains articles about core Java input/output(IO) APIs.
77
- [A Guide to the Java FileReader Class](https://www.baeldung.com/java-filereader)
88
- [The Java File Class](https://www.baeldung.com/java-io-file)
99
- [Java FileWriter](https://www.baeldung.com/java-filewriter)
10-
- [Differences Between the Java WatchService API and the Apache Commons IO Monitor Library](https://www.baeldung.com/java-watchservice-vs-apache-commons-io-monitor-library)
1110
- [Comparing getPath(), getAbsolutePath(), and getCanonicalPath() in Java](https://www.baeldung.com/java-path)
1211
- [Quick Use of FilenameFilter](https://www.baeldung.com/java-filename-filter)
1312
- [Guide to BufferedReader](https://www.baeldung.com/java-buffered-reader)

libraries-apache-commons/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ This module contains articles about Apache Commons libraries.
1313
- [Apache Commons BeanUtils](https://www.baeldung.com/apache-commons-beanutils)
1414
- [Histograms with Apache Commons Frequency](https://www.baeldung.com/apache-commons-frequency)
1515
- [An Introduction to Apache Commons Lang 3](https://www.baeldung.com/java-commons-lang-3)
16+
- [Differences Between the Java WatchService API and the Apache Commons IO Monitor Library](https://www.baeldung.com/java-watchservice-vs-apache-commons-io-monitor-library)

libraries-apache-commons/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@
5757
<artifactId>xchart</artifactId>
5858
<version>${xchart-version}</version>
5959
</dependency>
60+
<dependency>
61+
<groupId>commons-io</groupId>
62+
<artifactId>commons-io</artifactId>
63+
<version>${common-io.version}</version>
64+
</dependency>
6065
</dependencies>
6166

6267
<properties>
@@ -68,6 +73,7 @@
6873
<commons.dbutils.version>1.6</commons.dbutils.version>
6974
<xchart-version>3.5.2</xchart-version>
7075
<common-math3.version>3.6.1</common-math3.version>
76+
<common-io.version>2.5</common-io.version>
7177
</properties>
7278

7379
</project>

core-java-modules/core-java-io-apis/src/main/java/com/baeldung/dirmonitoring/DirectoryMonitoringExample.java renamed to libraries-apache-commons/src/main/java/com/baeldung/dirmonitoring/DirectoryMonitoringExample.java

File renamed without changes.

0 commit comments

Comments
 (0)