We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31d9ebf commit d3f7cc1Copy full SHA for d3f7cc1
core-java-modules/core-java-jpms/decoupling-pattern1/consumermodule/pom.xml
@@ -1,7 +1,7 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<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">
3
<modelVersion>4.0.0</modelVersion>
4
- <artifactId>mainappmodule</artifactId>
+ <artifactId>consumermodule</artifactId>
5
<packaging>jar</packaging>
6
<version>1.0</version>
7
@@ -27,4 +27,4 @@
27
28
</dependency>
29
</dependencies>
30
-</project>
+</project>
0 commit comments