Skip to content

Commit 786fa10

Browse files
committed
[BAEL-2073] Java 9 Migration Issues and Resolution
1 parent e6fe47d commit 786fa10

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

core-java-modules/pom.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4+
<modelVersion>4.0.0</modelVersion>
5+
<artifactId>core-java-modules</artifactId>
6+
<name>core-java-modules</name>
7+
<packaging>pom</packaging>
8+
9+
<parent>
10+
<artifactId>parent-modules</artifactId>
11+
<groupId>com.baeldung</groupId>
12+
<version>1.0.0-SNAPSHOT</version>
13+
</parent>
14+
15+
<modules>
16+
<module>pre-jpms</module>
17+
</modules>
18+
19+
</project>

0 commit comments

Comments
 (0)