remove empty module

This commit is contained in:
sampadawagde
2021-08-16 22:12:18 +05:30
parent 3e41f10f7f
commit 7871c67031
3 changed files with 30 additions and 58 deletions
-9
View File
@@ -1,9 +0,0 @@
## Data Libraries
This module contains articles about libraries for data processing in Java.
### Relevant articles
##### Building the project
You can build the project from the command line using: *mvn clean install*, or in an IDE.
-21
View File
@@ -1,21 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>libraries-data-3</artifactId>
<name>libraries-data-3</name>
<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<dependencies>
</dependencies>
<properties>
</properties>
</project>