JAVA-16264: review module names (#13136)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
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>
|
||||
<groupId>com.baeldung.dddcontexts.infrastructure</groupId>
|
||||
<artifactId>infrastructure</artifactId>
|
||||
<artifactId>ddd-contexts-infrastructure</artifactId>
|
||||
<version>1.0</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
@@ -18,17 +18,17 @@
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.baeldung.dddcontexts.shippingcontext</groupId>
|
||||
<artifactId>shippingcontext</artifactId>
|
||||
<artifactId>ddd-contexts-shippingcontext</artifactId>
|
||||
<version>${appmodules.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.baeldung.dddcontexts.ordercontext</groupId>
|
||||
<artifactId>ordercontext</artifactId>
|
||||
<artifactId>ddd-contexts-ordercontext</artifactId>
|
||||
<version>${appmodules.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.baeldung.dddcontexts.sharedkernel</groupId>
|
||||
<artifactId>sharedkernel</artifactId>
|
||||
<artifactId>ddd-contexts-sharedkernel</artifactId>
|
||||
<version>${appmodules.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
@@ -4,7 +4,7 @@
|
||||
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>
|
||||
<groupId>com.baeldung.dddcontexts.mainapp</groupId>
|
||||
<artifactId>mainapp</artifactId>
|
||||
<artifactId>ddd-contexts-mainapp</artifactId>
|
||||
<version>1.0</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.baeldung.dddcontexts.infrastructure</groupId>
|
||||
<artifactId>infrastructure</artifactId>
|
||||
<artifactId>ddd-contexts-infrastructure</artifactId>
|
||||
<version>${appmodules.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
@@ -4,7 +4,7 @@
|
||||
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>
|
||||
<groupId>com.baeldung.dddcontexts.ordercontext</groupId>
|
||||
<artifactId>ordercontext</artifactId>
|
||||
<artifactId>ddd-contexts-ordercontext</artifactId>
|
||||
<version>1.0</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.baeldung.dddcontexts.sharedkernel</groupId>
|
||||
<artifactId>sharedkernel</artifactId>
|
||||
<artifactId>ddd-contexts-sharedkernel</artifactId>
|
||||
<version>${appmodules.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
@@ -4,7 +4,7 @@
|
||||
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>
|
||||
<groupId>com.baeldung.dddcontexts.sharedkernel</groupId>
|
||||
<artifactId>sharedkernel</artifactId>
|
||||
<artifactId>ddd-contexts-sharedkernel</artifactId>
|
||||
<version>1.0</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
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>
|
||||
<groupId>com.baeldung.dddcontexts.shippingcontext</groupId>
|
||||
<artifactId>shippingcontext</artifactId>
|
||||
<artifactId>ddd-contexts-shippingcontext</artifactId>
|
||||
<version>1.0</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.baeldung.dddcontexts.sharedkernel</groupId>
|
||||
<artifactId>sharedkernel</artifactId>
|
||||
<artifactId>ddd-contexts-sharedkernel</artifactId>
|
||||
<version>${appmodules.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
@@ -16,11 +16,11 @@
|
||||
</parent>
|
||||
|
||||
<modules>
|
||||
<module>sharedkernel</module>
|
||||
<module>infrastructure</module>
|
||||
<module>shippingcontext</module>
|
||||
<module>ordercontext</module>
|
||||
<module>mainapp</module>
|
||||
<module>ddd-contexts-sharedkernel</module>
|
||||
<module>ddd-contexts-infrastructure</module>
|
||||
<module>ddd-contexts-shippingcontext</module>
|
||||
<module>ddd-contexts-ordercontext</module>
|
||||
<module>ddd-contexts-mainapp</module>
|
||||
</modules>
|
||||
|
||||
<dependencyManagement>
|
||||
|
||||
Reference in New Issue
Block a user