File tree 3 files changed +45
-0
lines changed
3 files changed +45
-0
lines changed Original file line number Diff line number Diff line change
1
+ * .class
2
+
3
+ # folders#
4
+ /target
5
+ /neoDb *
6
+ /data
7
+ /src /main /webapp /WEB-INF /classes
8
+ * /META-INF /*
9
+
10
+ # Packaged files #
11
+ * .jar
12
+ * .war
13
+ * .ear
14
+ /bin /
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" 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 >libraries-security</artifactId >
6
+ <name >libraries-security</name >
7
+ <packaging >jar</packaging >
8
+
9
+ <parent >
10
+ <groupId >com.baeldung</groupId >
11
+ <artifactId >parent-modules</artifactId >
12
+ <version >1.0.0-SNAPSHOT</version >
13
+ </parent >
14
+
15
+ <dependencies >
16
+
17
+ <dependency >
18
+ <groupId >junit</groupId >
19
+ <artifactId >junit</artifactId >
20
+ <version >${junit.version} </version >
21
+ <scope >test</scope >
22
+ </dependency >
23
+
24
+ </dependencies >
25
+
26
+ <properties >
27
+ <junit .version>4.12</junit .version>
28
+ </properties >
29
+
30
+ </project >
Original file line number Diff line number Diff line change 408
408
<!-- <module>jws</module> --><!-- POM jar version repo download failure -->
409
409
<module >libraries</module >
410
410
<module >libraries-data</module >
411
+ <module >libraries-security</module >
411
412
<module >libraries-server</module >
412
413
<module >linkrest</module >
413
414
<module >logging-modules/log-mdc</module >
You can’t perform that action at this time.
0 commit comments