BAEL-71323 re-org modules

This commit is contained in:
Loredana Crusoveanu
2022-12-25 15:08:05 +02:00
parent bb6e50c16a
commit 208cb330e5
58 changed files with 2 additions and 537 deletions

View File

@@ -12,10 +12,6 @@
<version>1.0.0-SNAPSHOT</version>
</parent>
<modules>
<module>wire-tap</module>
</modules>
<dependencyManagement>
<dependencies>
<dependency>

View File

@@ -1,25 +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>wire-tap</artifactId>
<version>1.0</version>
<packaging>jar</packaging>
<parent>
<artifactId>enterprise-patterns</artifactId>
<groupId>com.baeldung</groupId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>