File tree 3 files changed +33
-1
lines changed
src/test/java/com/baeldung/regex/noncapturinggroups
3 files changed +33
-1
lines changed Original file line number Diff line number Diff line change
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-regex-2</artifactId >
7
+ <version >0.1.0-SNAPSHOT</version >
8
+ <name >core-java-regex-2</name >
9
+ <packaging >jar</packaging >
10
+
11
+ <parent >
12
+ <groupId >com.baeldung.core-java-modules</groupId >
13
+ <artifactId >core-java-modules</artifactId >
14
+ <version >0.0.1-SNAPSHOT</version >
15
+ <relativePath >../</relativePath >
16
+ </parent >
17
+
18
+ <dependencies >
19
+ <dependency >
20
+ <groupId >org.assertj</groupId >
21
+ <artifactId >assertj-core</artifactId >
22
+ <version >${assertj-core.version} </version >
23
+ <scope >test</scope >
24
+ </dependency >
25
+ </dependencies >
26
+
27
+ <properties >
28
+ <assertj-core .version>3.15.0</assertj-core .version>
29
+ </properties >
30
+
31
+ </project >
File renamed without changes.
Original file line number Diff line number Diff line change 114
114
<module >core-java-string-operations-3</module >
115
115
<module >core-java-sun</module >
116
116
<module >core-java-regex</module >
117
+ <module >core-java-regex-2</module >
117
118
<module >pre-jpms</module >
118
119
</modules >
119
120
138
139
<maven-surefire-plugin .version>2.22.2</maven-surefire-plugin .version>
139
140
<junit-jupiter .version>5.6.2</junit-jupiter .version>
140
141
</properties >
141
- </project >
142
+ </project >
You can’t perform that action at this time.
0 commit comments