Skip to content

Commit b672e2d

Browse files
authored
[JAVA-46872] Created new module core-java-lang-oop-modifiers-2 and moved code from core-java-lang-oop-modifiers (#18584)
1 parent bb06731 commit b672e2d

File tree

27 files changed

+35
-34
lines changed

27 files changed

+35
-34
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5+
<modelVersion>4.0.0</modelVersion>
6+
<artifactId>core-java-lang-oop-modifiers-2</artifactId>
7+
<packaging>jar</packaging>
8+
<name>core-java-lang-oop-modifiers-2</name>
9+
10+
<parent>
11+
<artifactId>core-java-modules</artifactId>
12+
<groupId>com.baeldung.core-java-modules</groupId>
13+
<version>0.0.1-SNAPSHOT</version>
14+
</parent>
15+
16+
<dependencies>
17+
<dependency>
18+
<groupId>com.h2database</groupId>
19+
<artifactId>h2</artifactId>
20+
<version>${h2.version}</version>
21+
<scope>test</scope>
22+
</dependency>
23+
</dependencies>
24+
25+
<properties>
26+
<h2.version>2.1.214</h2.version>
27+
</properties>
28+
29+
</project>

0 commit comments

Comments
 (0)