diff --git a/JGit/pom.xml b/JGit/pom.xml
index 10b7ce94d1f0..4feb31b7580f 100644
--- a/JGit/pom.xml
+++ b/JGit/pom.xml
@@ -12,41 +12,41 @@
parent-modules
1.0.0-SNAPSHOT
-
+
-
- jgit-repository
- https://repo.eclipse.org/content/groups/releases/
-
-
+
+ jgit-repository
+ https://repo.eclipse.org/content/groups/releases/
+
+
+
+
+
+
+ org.eclipse.jgit
+ org.eclipse.jgit
+ ${org.eclipse.jgit.version}
+
+
+ org.eclipse.jgit
+ org.eclipse.jgit.archive
+ ${org.eclipse.jgit.version}
+
+
+ commons-io
+ commons-io
+ ${commons-io.version}
+
+
+ org.slf4j
+ slf4j-simple
+ ${org.slf4j.version}
+
+
-
-
-
- org.eclipse.jgit
- org.eclipse.jgit
- ${org.eclipse.jgit.version}
-
-
- org.eclipse.jgit
- org.eclipse.jgit.archive
- ${org.eclipse.jgit.version}
-
-
- commons-io
- commons-io
- ${commons-io.version}
-
-
- org.slf4j
- slf4j-simple
- ${org.slf4j.version}
-
-
-
-
+
UTF-8
- 4.5.0.201609210915-r
+ 4.5.0.201609210915-r
-
+
\ No newline at end of file
diff --git a/Twitter4J/pom.xml b/Twitter4J/pom.xml
index ae0efb487f04..0b581a5d43d3 100644
--- a/Twitter4J/pom.xml
+++ b/Twitter4J/pom.xml
@@ -1,52 +1,52 @@
- 4.0.0
- com.mabsisa
- Twitter4J
- jar
- 1.0-SNAPSHOT
- Twitter4J
- http://maven.apache.org
-
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ 4.0.0
+ com.mabsisa
+ Twitter4J
+ jar
+ 1.0-SNAPSHOT
+ Twitter4J
+ http://maven.apache.org
+
com.baeldung
parent-modules
1.0.0-SNAPSHOT
-
-
-
- UTF-8
- UTF-8
- 1.8
-
+
+
+
+ UTF-8
+ UTF-8
+ 1.8
+
-
- org.twitter4j
- twitter4j-stream
- 4.0.6
-
+
+ org.twitter4j
+ twitter4j-stream
+ 4.0.6
+
-
+
- ${project.artifactId}
-
-
- src/main/resources
-
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
- ${maven-surefire-plugin.version}
-
-
- **/ApplicationTest.java
-
-
-
-
-
+ ${project.artifactId}
+
+
+ src/main/resources
+
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${maven-surefire-plugin.version}
+
+
+ **/ApplicationTest.java
+
+
+
+
+
diff --git a/activejdbc/pom.xml b/activejdbc/pom.xml
index 9613c40a8436..f6e21edeb18f 100644
--- a/activejdbc/pom.xml
+++ b/activejdbc/pom.xml
@@ -1,5 +1,5 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
activejdbc
@@ -7,14 +7,14 @@
jar
activejdbc
http://maven.apache.org
-
-
+
+
parent-modules
com.baeldung
1.0.0-SNAPSHOT
-
-
+
+
junit
junit
@@ -43,7 +43,7 @@
${org.slf4j.version}
-
+
@@ -118,7 +118,7 @@
-
+
snapshots2
@@ -131,13 +131,13 @@
-
-
+
+
UTF-8
1.4.13
development.test,development
- 1.7.9
- 5.1.34
+ 1.7.9
+ 5.1.34
-
+
\ No newline at end of file
diff --git a/akka-streams/pom.xml b/akka-streams/pom.xml
index 20423c7b4be0..3142e4e68a25 100644
--- a/akka-streams/pom.xml
+++ b/akka-streams/pom.xml
@@ -1,31 +1,31 @@
- 4.0.0
- akka-streams
- akka-streams
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ akka-streams
+ akka-streams
-
- parent-modules
- com.baeldung
- 1.0.0-SNAPSHOT
-
+
+ parent-modules
+ com.baeldung
+ 1.0.0-SNAPSHOT
+
-
-
- com.typesafe.akka
- akka-stream_2.11
- ${akkastreams.version}
-
-
- com.typesafe.akka
- akka-stream-testkit_2.11
- ${akkastreams.version}
-
-
+
+
+ com.typesafe.akka
+ akka-stream_2.11
+ ${akkastreams.version}
+
+
+ com.typesafe.akka
+ akka-stream-testkit_2.11
+ ${akkastreams.version}
+
+
-
- 2.5.2
-
+
+ 2.5.2
+
\ No newline at end of file
diff --git a/algorithms/pom.xml b/algorithms/pom.xml
index ff76cf1ba9e7..fdc8931f04e2 100644
--- a/algorithms/pom.xml
+++ b/algorithms/pom.xml
@@ -1,91 +1,91 @@
- 4.0.0
- com.baeldung
- algorithms
- 0.0.1-SNAPSHOT
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ algorithms
+ 0.0.1-SNAPSHOT
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
- org.apache.commons
- commons-math3
- ${commons-math3.version}
-
-
- org.projectlombok
- lombok
- ${lombok.version}
- provided
-
-
- io.jenetics
- jenetics
- ${io.jenetics.version}
-
-
- org.jgrapht
- jgrapht-core
- ${org.jgrapht.core.version}
-
-
- pl.allegro.finance
- tradukisto
- ${tradukisto.version}
-
-
- org.assertj
- assertj-core
- ${org.assertj.core.version}
- test
-
-
+
+
+ org.apache.commons
+ commons-math3
+ ${commons-math3.version}
+
+
+ org.projectlombok
+ lombok
+ ${lombok.version}
+ provided
+
+
+ io.jenetics
+ jenetics
+ ${io.jenetics.version}
+
+
+ org.jgrapht
+ jgrapht-core
+ ${org.jgrapht.core.version}
+
+
+ pl.allegro.finance
+ tradukisto
+ ${tradukisto.version}
+
+
+ org.assertj
+ assertj-core
+ ${org.assertj.core.version}
+ test
+
+
-
-
-
-
- org.codehaus.mojo
- exec-maven-plugin
- ${exec-maven-plugin.version}
-
-
-
-
+
+
+
+
+ org.codehaus.mojo
+ exec-maven-plugin
+ ${exec-maven-plugin.version}
+
+
+
+
-
-
-
- org.codehaus.mojo
- cobertura-maven-plugin
- 2.7
-
-
-
- com/baeldung/algorithms/dijkstra/*
-
-
- com/baeldung/algorithms/dijkstra/*
-
-
-
-
-
-
+
+
+
+ org.codehaus.mojo
+ cobertura-maven-plugin
+ 2.7
+
+
+
+ com/baeldung/algorithms/dijkstra/*
+
+
+ com/baeldung/algorithms/dijkstra/*
+
+
+
+
+
+
-
- 1.5.0
- 1.16.12
- 3.6.1
- 1.0.1
- 3.7.0
- 1.0.1
- 3.9.0
-
+
+ 1.5.0
+ 1.16.12
+ 3.6.1
+ 1.0.1
+ 3.7.0
+ 1.0.1
+ 3.9.0
+
\ No newline at end of file
diff --git a/animal-sniffer-mvn-plugin/pom.xml b/animal-sniffer-mvn-plugin/pom.xml
index fd5361ba1223..ab7b38f6e0b4 100644
--- a/animal-sniffer-mvn-plugin/pom.xml
+++ b/animal-sniffer-mvn-plugin/pom.xml
@@ -1,56 +1,56 @@
- 4.0.0
- com.baeldung
- animal-sniffer-mvn-plugin
- jar
- 1.0-SNAPSHOT
- example-animal-sniffer-mvn-plugin
- http://maven.apache.org
-
-
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ 4.0.0
+ com.baeldung
+ animal-sniffer-mvn-plugin
+ jar
+ 1.0-SNAPSHOT
+ example-animal-sniffer-mvn-plugin
+ http://maven.apache.org
+
+
com.baeldung
parent-modules
1.0.0-SNAPSHOT
-
-
-
- junit
- junit
- ${junit.version}
- test
-
-
-
-
+
+
+
+ junit
+ junit
+ ${junit.version}
+ test
+
+
+
+
-
- org.codehaus.mojo
- animal-sniffer-maven-plugin
- ${animal-sniffer-maven-plugin.version}
-
-
- org.codehaus.mojo.signature
- java16
- ${org.codehaus.mojo.signature.java16.version}
-
-
-
-
- animal-sniffer
- verify
-
- check
-
-
-
-
+
+ org.codehaus.mojo
+ animal-sniffer-maven-plugin
+ ${animal-sniffer-maven-plugin.version}
+
+
+ org.codehaus.mojo.signature
+ java16
+ ${org.codehaus.mojo.signature.java16.version}
+
+
+
+
+ animal-sniffer
+ verify
+
+ check
+
+
+
+
-
-
- 1.16
- 1.0
+
+
+ 1.16
+ 1.0
\ No newline at end of file
diff --git a/annotations/annotation-processing/pom.xml b/annotations/annotation-processing/pom.xml
index 96ef0f423d87..39a644905dd7 100644
--- a/annotations/annotation-processing/pom.xml
+++ b/annotations/annotation-processing/pom.xml
@@ -1,28 +1,28 @@
- 4.0.0
- annotation-processing
+ xmlns="http://maven.apache.org/POM/4.0.0"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ annotation-processing
-
- com.baeldung
- 1.0.0-SNAPSHOT
- annotations
- ../
-
+
+ com.baeldung
+ 1.0.0-SNAPSHOT
+ annotations
+ ../
+
-
-
- com.google.auto.service
- auto-service
- ${auto-service.version}
- provided
-
-
+
+
+ com.google.auto.service
+ auto-service
+ ${auto-service.version}
+ provided
+
+
-
- 1.0-rc2
-
+
+ 1.0-rc2
+
\ No newline at end of file
diff --git a/annotations/annotation-user/pom.xml b/annotations/annotation-user/pom.xml
index 6b0e076a7eb6..5a00951a18c4 100644
--- a/annotations/annotation-user/pom.xml
+++ b/annotations/annotation-user/pom.xml
@@ -1,22 +1,22 @@
- 4.0.0
- annotation-user
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ annotation-user
-
- annotations
- com.baeldung
- 1.0.0-SNAPSHOT
- ../
-
+
+ annotations
+ com.baeldung
+ 1.0.0-SNAPSHOT
+ ../
+
-
-
- com.baeldung
- annotation-processing
- ${project.parent.version}
-
-
+
+
+ com.baeldung
+ annotation-processing
+ ${project.parent.version}
+
+
\ No newline at end of file
diff --git a/annotations/pom.xml b/annotations/pom.xml
index 498d4cb44538..52508e5bfc9c 100644
--- a/annotations/pom.xml
+++ b/annotations/pom.xml
@@ -1,19 +1,19 @@
- 4.0.0
- annotations
- pom
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ annotations
+ pom
-
- parent-modules
- com.baeldung
- 1.0.0-SNAPSHOT
-
+
+ parent-modules
+ com.baeldung
+ 1.0.0-SNAPSHOT
+
-
- annotation-processing
- annotation-user
-
+
+ annotation-processing
+ annotation-user
+
\ No newline at end of file
diff --git a/apache-bval/pom.xml b/apache-bval/pom.xml
index cdaf254abc14..f8a3b8279d68 100644
--- a/apache-bval/pom.xml
+++ b/apache-bval/pom.xml
@@ -1,37 +1,37 @@
- 4.0.0
- apache-bval
- apache-bval
- 0.0.1-SNAPSHOT
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ apache-bval
+ apache-bval
+ 0.0.1-SNAPSHOT
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
-
-
-
- org.apache.bval
- bval-jsr
- ${bval.version}
-
-
- javax.validation
- validation-api
- ${javax.validation.validation-api.version}
-
-
- org.apache.bval
- bval-extras
- ${bval.version}
-
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
+
+
+
+ org.apache.bval
+ bval-jsr
+ ${bval.version}
+
+
+ javax.validation
+ validation-api
+ ${javax.validation.validation-api.version}
+
+
+ org.apache.bval
+ bval-extras
+ ${bval.version}
+
+
+
+
+ 1.1.2
+ 1.1.0.Final
+
-
- 1.1.2
- 1.1.0.Final
-
-
\ No newline at end of file
diff --git a/apache-cayenne/pom.xml b/apache-cayenne/pom.xml
index 94b42a10b7ac..fc16db3c81c6 100644
--- a/apache-cayenne/pom.xml
+++ b/apache-cayenne/pom.xml
@@ -1,58 +1,58 @@
- 4.0.0
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
- apache-cayenne
- 0.0.1-SNAPSHOT
- jar
- apache-cayenne
- Introduction to Apache Cayenne
+ apache-cayenne
+ 0.0.1-SNAPSHOT
+ jar
+ apache-cayenne
+ Introduction to Apache Cayenne
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
- org.apache.cayenne
- cayenne-server
- ${cayenne.version}
-
-
- mysql
- mysql-connector-java
- ${mysql.connector.version}
- runtime
-
+
+
+ org.apache.cayenne
+ cayenne-server
+ ${cayenne.version}
+
+
+ mysql
+ mysql-connector-java
+ ${mysql.connector.version}
+ runtime
+
-
- junit
- junit
- ${junit.version}
- test
-
-
+
+ junit
+ junit
+ ${junit.version}
+ test
+
+
-
-
-
- org.apache.cayenne.plugins
- cayenne-modeler-maven-plugin
- ${cayenne.version}
-
-
-
+
+
+
+ org.apache.cayenne.plugins
+ cayenne-modeler-maven-plugin
+ ${cayenne.version}
+
+
+
-
- UTF-8
- UTF-8
- 1.8
- 5.1.44
- 4.0.M5
- 4.12
-
+
+ UTF-8
+ UTF-8
+ 1.8
+ 5.1.44
+ 4.0.M5
+ 4.12
+
diff --git a/apache-curator/pom.xml b/apache-curator/pom.xml
index 025ab121dcd9..d867d7e74b3c 100644
--- a/apache-curator/pom.xml
+++ b/apache-curator/pom.xml
@@ -1,67 +1,67 @@
- 4.0.0
- apache-curator
- 0.0.1-SNAPSHOT
- jar
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ apache-curator
+ 0.0.1-SNAPSHOT
+ jar
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
-
- org.apache.curator
- curator-x-async
- ${curator.version}
-
-
- org.apache.zookeeper
- zookeeper
-
-
-
-
- org.apache.curator
- curator-recipes
- ${curator.version}
-
-
- org.apache.zookeeper
- zookeeper
- ${zookeeper.version}
-
-
-
- com.fasterxml.jackson.core
- jackson-databind
- ${jackson-databind.version}
-
-
-
- org.assertj
- assertj-core
- ${assertj.version}
- test
-
-
- com.jayway.awaitility
- awaitility
- ${avaitility.version}
- test
-
-
+
+
+
+ org.apache.curator
+ curator-x-async
+ ${curator.version}
+
+
+ org.apache.zookeeper
+ zookeeper
+
+
+
+
+ org.apache.curator
+ curator-recipes
+ ${curator.version}
+
+
+ org.apache.zookeeper
+ zookeeper
+ ${zookeeper.version}
+
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+ ${jackson-databind.version}
+
+
+
+ org.assertj
+ assertj-core
+ ${assertj.version}
+ test
+
+
+ com.jayway.awaitility
+ awaitility
+ ${avaitility.version}
+ test
+
+
-
- 4.0.1
- 3.4.11
- 2.9.4
-
- 3.6.1
- 1.7.0
-
+
+ 4.0.1
+ 3.4.11
+ 2.9.4
+
+ 3.6.1
+ 1.7.0
+
\ No newline at end of file
diff --git a/apache-cxf/cxf-aegis/pom.xml b/apache-cxf/cxf-aegis/pom.xml
index be7de6ec6674..338860472cbe 100644
--- a/apache-cxf/cxf-aegis/pom.xml
+++ b/apache-cxf/cxf-aegis/pom.xml
@@ -1,24 +1,24 @@
- 4.0.0
- cxf-aegis
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ 4.0.0
+ cxf-aegis
-
- com.baeldung
- apache-cxf
- 0.0.1-SNAPSHOT
-
+
+ com.baeldung
+ apache-cxf
+ 0.0.1-SNAPSHOT
+
-
-
- org.apache.cxf
- cxf-rt-databinding-aegis
- ${cxf.version}
-
-
+
+
+ org.apache.cxf
+ cxf-rt-databinding-aegis
+ ${cxf.version}
+
+
-
- 3.1.8
-
+
+ 3.1.8
+
diff --git a/apache-cxf/cxf-introduction/pom.xml b/apache-cxf/cxf-introduction/pom.xml
index af2f2c831162..3c44734733c2 100644
--- a/apache-cxf/cxf-introduction/pom.xml
+++ b/apache-cxf/cxf-introduction/pom.xml
@@ -1,44 +1,44 @@
- 4.0.0
- cxf-introduction
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ 4.0.0
+ cxf-introduction
-
- com.baeldung
- apache-cxf
- 0.0.1-SNAPSHOT
-
+
+ com.baeldung
+ apache-cxf
+ 0.0.1-SNAPSHOT
+
-
-
- org.apache.cxf
- cxf-rt-frontend-jaxws
- ${cxf.version}
-
-
- org.apache.cxf
- cxf-rt-transports-http-jetty
- ${cxf.version}
-
-
+
+
+ org.apache.cxf
+ cxf-rt-frontend-jaxws
+ ${cxf.version}
+
+
+ org.apache.cxf
+ cxf-rt-transports-http-jetty
+ ${cxf.version}
+
+
-
-
-
- org.codehaus.mojo
- exec-maven-plugin
-
- com.baeldung.cxf.introduction.Server
-
-
-
-
+
+
+
+ org.codehaus.mojo
+ exec-maven-plugin
+
+ com.baeldung.cxf.introduction.Server
+
+
+
+
-
- 3.1.8
- 2.19.1
-
+
+ 3.1.8
+ 2.19.1
+
diff --git a/apache-cxf/cxf-jaxrs-implementation/pom.xml b/apache-cxf/cxf-jaxrs-implementation/pom.xml
index 990c1f6f5ead..ce35d67948a1 100644
--- a/apache-cxf/cxf-jaxrs-implementation/pom.xml
+++ b/apache-cxf/cxf-jaxrs-implementation/pom.xml
@@ -1,57 +1,57 @@
- 4.0.0
- cxf-jaxrs-implementation
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ 4.0.0
+ cxf-jaxrs-implementation
-
- com.baeldung
- apache-cxf
- 0.0.1-SNAPSHOT
-
+
+ com.baeldung
+ apache-cxf
+ 0.0.1-SNAPSHOT
+
-
-
- org.apache.cxf
- cxf-rt-frontend-jaxrs
- ${cxf.version}
-
-
- org.apache.cxf
- cxf-rt-transports-http-jetty
- ${cxf.version}
-
-
- org.apache.httpcomponents
- httpclient
- ${httpclient.version}
-
-
- commons-logging
- commons-logging
-
-
-
-
+
+
+ org.apache.cxf
+ cxf-rt-frontend-jaxrs
+ ${cxf.version}
+
+
+ org.apache.cxf
+ cxf-rt-transports-http-jetty
+ ${cxf.version}
+
+
+ org.apache.httpcomponents
+ httpclient
+ ${httpclient.version}
+
+
+ commons-logging
+ commons-logging
+
+
+
+
-
-
-
- org.codehaus.mojo
- exec-maven-plugin
-
- com.baeldung.cxf.jaxrs.implementation.RestfulServer
-
-
-
-
+
+
+
+ org.codehaus.mojo
+ exec-maven-plugin
+
+ com.baeldung.cxf.jaxrs.implementation.RestfulServer
+
+
+
+
-
- UTF-8
- 3.1.8
- 4.5.2
- 2.19.1
-
+
+ UTF-8
+ 3.1.8
+ 4.5.2
+ 2.19.1
+
diff --git a/apache-cxf/cxf-spring/pom.xml b/apache-cxf/cxf-spring/pom.xml
index 62623f2cc6fb..a06165f4ad84 100644
--- a/apache-cxf/cxf-spring/pom.xml
+++ b/apache-cxf/cxf-spring/pom.xml
@@ -1,112 +1,112 @@
- 4.0.0
- cxf-spring
- war
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ 4.0.0
+ cxf-spring
+ war
-
- com.baeldung
- apache-cxf
- 0.0.1-SNAPSHOT
-
+
+ com.baeldung
+ apache-cxf
+ 0.0.1-SNAPSHOT
+
-
-
- org.apache.cxf
- cxf-rt-frontend-jaxws
- ${cxf.version}
-
-
- org.apache.cxf
- cxf-rt-transports-http-jetty
- ${cxf.version}
-
-
- org.springframework
- spring-context
- ${spring.version}
-
-
- commons-logging
- commons-logging
-
-
-
-
- org.springframework
- spring-webmvc
- ${spring.version}
-
-
- javax.servlet
- javax.servlet-api
- ${javax.servlet-api.version}
-
-
+
+
+ org.apache.cxf
+ cxf-rt-frontend-jaxws
+ ${cxf.version}
+
+
+ org.apache.cxf
+ cxf-rt-transports-http-jetty
+ ${cxf.version}
+
+
+ org.springframework
+ spring-context
+ ${spring.version}
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ org.springframework
+ spring-webmvc
+ ${spring.version}
+
+
+ javax.servlet
+ javax.servlet-api
+ ${javax.servlet-api.version}
+
+
-
-
-
- maven-war-plugin
- ${maven-war-plugin.version}
-
- false
-
-
-
-
+
+
+
+ maven-war-plugin
+ ${maven-war-plugin.version}
+
+ false
+
+
+
+
-
-
- live
-
-
-
- org.codehaus.cargo
- cargo-maven2-plugin
- ${cargo-maven2-plugin.version}
-
-
- tomcat8x
- embedded
-
-
-
- localhost
- 8081
-
-
-
-
-
- start-server
- pre-integration-test
-
- start
-
-
-
- stop-server
- post-integration-test
-
- stop
-
-
-
-
-
-
-
+
+
+ live
+
+
+
+ org.codehaus.cargo
+ cargo-maven2-plugin
+ ${cargo-maven2-plugin.version}
+
+
+ tomcat8x
+ embedded
+
+
+
+ localhost
+ 8081
+
+
+
+
+
+ start-server
+ pre-integration-test
+
+ start
+
+
+
+ stop-server
+ post-integration-test
+
+ stop
+
+
+
+
+
+
+
-
+
-
- 3.1.8
- 4.3.4.RELEASE
- 3.1.0
- 2.6
- 2.19.1
- 1.6.1
-
+
+ 3.1.8
+ 4.3.4.RELEASE
+ 3.1.0
+ 2.6
+ 2.19.1
+ 1.6.1
+
diff --git a/apache-cxf/pom.xml b/apache-cxf/pom.xml
index d5d3a1002d4d..5a864b18eff6 100644
--- a/apache-cxf/pom.xml
+++ b/apache-cxf/pom.xml
@@ -1,39 +1,39 @@
- 4.0.0
- com.baeldung
- apache-cxf
- 0.0.1-SNAPSHOT
- pom
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ apache-cxf
+ 0.0.1-SNAPSHOT
+ pom
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
- cxf-introduction
- cxf-spring
- cxf-jaxrs-implementation
- cxf-aegis
-
+
+ cxf-introduction
+ cxf-spring
+ cxf-jaxrs-implementation
+ cxf-aegis
+
-
- install
-
-
-
- org.codehaus.mojo
- exec-maven-plugin
- ${exec-maven-plugin.version}
-
-
-
-
+
+ install
+
+
+
+ org.codehaus.mojo
+ exec-maven-plugin
+ ${exec-maven-plugin.version}
+
+
+
+
-
- 1.5.0
-
+
+ 1.5.0
+
diff --git a/apache-fop/pom.xml b/apache-fop/pom.xml
index 3ba367c4f4d1..d0c6984757d1 100644
--- a/apache-fop/pom.xml
+++ b/apache-fop/pom.xml
@@ -1,91 +1,91 @@
- 4.0.0
- com.baeldung
- apache-fop
- 0.1-SNAPSHOT
- apache-fop
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ apache-fop
+ 0.1-SNAPSHOT
+ apache-fop
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
-
- org.apache.xmlgraphics
- fop
- ${fop.version}
-
-
- org.apache.avalon.framework
- avalon-framework-api
-
-
- org.apache.avalon.framework
- avalon-framework-impl
-
-
- commons-logging
- commons-logging
-
-
-
+
+
+
+ org.apache.xmlgraphics
+ fop
+ ${fop.version}
+
+
+ org.apache.avalon.framework
+ avalon-framework-api
+
+
+ org.apache.avalon.framework
+ avalon-framework-impl
+
+
+ commons-logging
+ commons-logging
+
+
+
-
- avalon-framework
- avalon-framework-api
- ${avalon-framework.version}
-
-
- avalon-framework
- avalon-framework-impl
- ${avalon-framework.version}
-
-
- commons-logging
- commons-logging
-
-
-
+
+ avalon-framework
+ avalon-framework-api
+ ${avalon-framework.version}
+
+
+ avalon-framework
+ avalon-framework-impl
+ ${avalon-framework.version}
+
+
+ commons-logging
+ commons-logging
+
+
+
-
- org.dbdoclet
- dbdoclet
- ${dbdoclet.version}
-
+
+ org.dbdoclet
+ dbdoclet
+ ${dbdoclet.version}
+
-
- org.dbdoclet
- herold
- ${org.dbdoclet.herold.version}
-
+
+ org.dbdoclet
+ herold
+ ${org.dbdoclet.herold.version}
+
-
- net.sf.jtidy
- jtidy
- ${jtidy.version}
-
-
+
+ net.sf.jtidy
+ jtidy
+ ${jtidy.version}
+
+
-
- apache-fop
-
-
- src/main/resources
- true
-
-
-
+
+ apache-fop
+
+
+ src/main/resources
+ true
+
+
+
-
- 1.1
- 4.3
- 8.0.2
- r938
- 8.0.4
-
+
+ 1.1
+ 4.3
+ 8.0.2
+ r938
+ 8.0.4
+
\ No newline at end of file
diff --git a/apache-opennlp/pom.xml b/apache-opennlp/pom.xml
index d7c69492d509..4095207aab32 100644
--- a/apache-opennlp/pom.xml
+++ b/apache-opennlp/pom.xml
@@ -1,40 +1,40 @@
- 4.0.0
- apache-opennlp
- 1.0-SNAPSHOT
- jar
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ apache-opennlp
+ 1.0-SNAPSHOT
+ jar
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
- org.apache.opennlp
- opennlp-tools
- ${org.apache.opennlp.opennlp-tools.version}
-
-
- org.assertj
- assertj-core
- ${org.assertj.version}
- test
-
-
- junit
- junit
- ${junit.version}
- test
-
-
+
+
+ org.apache.opennlp
+ opennlp-tools
+ ${org.apache.opennlp.opennlp-tools.version}
+
+
+ org.assertj
+ assertj-core
+ ${org.assertj.version}
+ test
+
+
+ junit
+ junit
+ ${junit.version}
+ test
+
+
-
- 3.9.0
- 1.8.4
-
+
+ 3.9.0
+ 1.8.4
+
\ No newline at end of file
diff --git a/apache-poi/pom.xml b/apache-poi/pom.xml
index 5801bccdb4fe..4874fe0b3e3f 100644
--- a/apache-poi/pom.xml
+++ b/apache-poi/pom.xml
@@ -1,38 +1,38 @@
- 4.0.0
- com.baeldung
- apache-poi
- 0.0.1-SNAPSHOT
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ apache-poi
+ 0.0.1-SNAPSHOT
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
- org.apache.poi
- poi-ooxml
- ${poi.version}
-
-
- org.jxls
- jxls-jexcel
- ${jexcel.version}
-
-
- commons-logging
- commons-logging
-
-
-
-
+
+
+ org.apache.poi
+ poi-ooxml
+ ${poi.version}
+
+
+ org.jxls
+ jxls-jexcel
+ ${jexcel.version}
+
+
+ commons-logging
+ commons-logging
+
+
+
+
-
- 3.15
- 1.0.6
-
+
+ 3.15
+ 1.0.6
+
diff --git a/apache-shiro/pom.xml b/apache-shiro/pom.xml
index d0c29d1c0b2d..73fdcab9d2b6 100644
--- a/apache-shiro/pom.xml
+++ b/apache-shiro/pom.xml
@@ -70,7 +70,7 @@
1.4.0
1.2.17
1.7.25
- 1.5.2.RELEASE
+ 1.5.2.RELEASE
-
+
\ No newline at end of file
diff --git a/apache-solrj/pom.xml b/apache-solrj/pom.xml
index 97823f85fecc..31639c4864a0 100644
--- a/apache-solrj/pom.xml
+++ b/apache-solrj/pom.xml
@@ -1,28 +1,28 @@
- 4.0.0
- com.baeldung
- apache-solrj
- 0.0.1-SNAPSHOT
- jar
- apache-solrj
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ apache-solrj
+ 0.0.1-SNAPSHOT
+ jar
+ apache-solrj
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
- org.apache.solr
- solr-solrj
- ${org.apache.solr.solr-solrj.version}
-
-
+
+
+ org.apache.solr
+ solr-solrj
+ ${org.apache.solr.solr-solrj.version}
+
+
-
- 6.4.0
-
+
+ 6.4.0
+
\ No newline at end of file
diff --git a/apache-spark/pom.xml b/apache-spark/pom.xml
index 0df22485b216..3627f58147c9 100644
--- a/apache-spark/pom.xml
+++ b/apache-spark/pom.xml
@@ -1,37 +1,37 @@
- 4.0.0
- com.baeldung
- apache-spark
- 1.0-SNAPSHOT
- jar
- apache-spark
- http://maven.apache.org
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ apache-spark
+ 1.0-SNAPSHOT
+ jar
+ apache-spark
+ http://maven.apache.org
-
+
com.baeldung
parent-modules
1.0.0-SNAPSHOT
-
-
-
-
- org.apache.spark
- spark-core_2.10
- ${org.apache.spark.spark-core.version}
-
-
- junit
- junit
- ${junit.version}
- test
-
-
-
-
- UTF-8
- 2.2.0
-
-
+
+
+
+
+ org.apache.spark
+ spark-core_2.10
+ ${org.apache.spark.spark-core.version}
+
+
+ junit
+ junit
+ ${junit.version}
+ test
+
+
+
+
+ UTF-8
+ 2.2.0
+
+
diff --git a/apache-thrift/pom.xml b/apache-thrift/pom.xml
index 96bfdf781a32..272bbb98d73a 100644
--- a/apache-thrift/pom.xml
+++ b/apache-thrift/pom.xml
@@ -1,65 +1,65 @@
- 4.0.0
- com.baeldung
- apache-thrift
- 0.0.1-SNAPSHOT
- pom
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ apache-thrift
+ 0.0.1-SNAPSHOT
+ pom
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
- org.apache.thrift
- libthrift
- ${thrift.version}
-
-
- commons-logging
- commons-logging
-
-
-
+
+
+ org.apache.thrift
+ libthrift
+ ${thrift.version}
+
+
+ commons-logging
+ commons-logging
+
+
+
-
- org.slf4j
- slf4j-simple
- ${org.slf4j.slf4j-simple.version}
- test
-
-
+
+ org.slf4j
+ slf4j-simple
+ ${org.slf4j.slf4j-simple.version}
+ test
+
+
-
- install
-
-
- org.codehaus.mojo
- build-helper-maven-plugin
-
-
- generate-sources
-
- add-source
-
-
-
-
-
-
-
-
-
-
-
+
+ install
+
+
+ org.codehaus.mojo
+ build-helper-maven-plugin
+
+
+ generate-sources
+
+ add-source
+
+
+
+
+
+
+
+
+
+
+
-
- 0.10.0
- 0.1.11
- 1.7.12
-
+
+ 0.10.0
+ 0.1.11
+ 1.7.12
+
diff --git a/apache-tika/pom.xml b/apache-tika/pom.xml
index fd551c3dd99c..27bb851174b6 100644
--- a/apache-tika/pom.xml
+++ b/apache-tika/pom.xml
@@ -1,26 +1,26 @@
- 4.0.0
- com.baeldung
- apache-tika
- 0.0.1-SNAPSHOT
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ apache-tika
+ 0.0.1-SNAPSHOT
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
- org.apache.tika
- tika-parsers
- ${tika.version}
-
-
+
+
+ org.apache.tika
+ tika-parsers
+ ${tika.version}
+
+
-
- 1.17
-
+
+ 1.17
+
\ No newline at end of file
diff --git a/apache-velocity/pom.xml b/apache-velocity/pom.xml
index fc9664aeaf43..efacdff25a03 100644
--- a/apache-velocity/pom.xml
+++ b/apache-velocity/pom.xml
@@ -1,69 +1,69 @@
- 4.0.0
- com.baeldung
- 0.1-SNAPSHOT
- apache-velocity
- war
- apache-velocity
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ 4.0.0
+ com.baeldung
+ 0.1-SNAPSHOT
+ apache-velocity
+ war
+ apache-velocity
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
- org.apache.velocity
- velocity
- ${velocity-version}
-
-
- org.apache.velocity
- velocity-tools
- ${velocity-tools-version}
-
-
- org.apache.httpcomponents
- httpclient
- ${org.apache.httpcomponents.version}
- test
-
-
- commons-logging
- commons-logging
-
-
-
-
+
+
+ org.apache.velocity
+ velocity
+ ${velocity-version}
+
+
+ org.apache.velocity
+ velocity-tools
+ ${velocity-tools-version}
+
+
+ org.apache.httpcomponents
+ httpclient
+ ${org.apache.httpcomponents.version}
+ test
+
+
+ commons-logging
+ commons-logging
+
+
+
+
-
- apache-velocity
-
-
- src/main/resources
- true
-
-
-
-
- org.apache.maven.plugins
- maven-war-plugin
- ${maven-war-plugin.version}
-
- false
-
-
-
-
+
+ apache-velocity
+
+
+ src/main/resources
+ true
+
+
+
+
+ org.apache.maven.plugins
+ maven-war-plugin
+ ${maven-war-plugin.version}
+
+ false
+
+
+
+
-
- 1.2
- 2.6
- 4.5.2
- 1.7
- 2.0
-
+
+ 1.2
+ 2.6
+ 4.5.2
+ 1.7
+ 2.0
+
\ No newline at end of file
diff --git a/apache-zookeeper/pom.xml b/apache-zookeeper/pom.xml
index f061e176dfae..7e1960ebb0c2 100644
--- a/apache-zookeeper/pom.xml
+++ b/apache-zookeeper/pom.xml
@@ -1,28 +1,28 @@
- 4.0.0
- com.baeldung
- apache-zookeeper
- 0.0.1-SNAPSHOT
- jar
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ apache-zookeeper
+ 0.0.1-SNAPSHOT
+ jar
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
- org.apache.zookeeper
- zookeeper
- ${org.apache.zookeeper.version}
-
-
+
+
+ org.apache.zookeeper
+ zookeeper
+ ${org.apache.zookeeper.version}
+
+
-
- 3.4.11
-
+
+ 3.4.11
+
diff --git a/asciidoctor/pom.xml b/asciidoctor/pom.xml
index 8f7927cfd1e0..6843b4da426c 100644
--- a/asciidoctor/pom.xml
+++ b/asciidoctor/pom.xml
@@ -1,17 +1,17 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
asciidoctor
asciidoctor
-
+
parent-modules
com.baeldung
1.0.0-SNAPSHOT
-
-
+
+
org.asciidoctor
asciidoctorj
@@ -21,9 +21,9 @@
org.asciidoctor
asciidoctorj-pdf
${asciidoctorj-pdf.version}
-
+
-
+
@@ -59,12 +59,12 @@
-
-
+
+
1.5.5
- 1.5.4
- 1.5.0-alpha.11
- 1.5.0-alpha.15
+ 1.5.4
+ 1.5.0-alpha.11
+ 1.5.0-alpha.15
diff --git a/asm/pom.xml b/asm/pom.xml
index 1e18556ece80..8c3aa379db47 100644
--- a/asm/pom.xml
+++ b/asm/pom.xml
@@ -1,63 +1,63 @@
- 4.0.0
- com.baeldung.examples
- asm
- 1.0
- jar
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung.examples
+ asm
+ 1.0
+ jar
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
- org.ow2.asm
- asm
- ${asm.version}
-
-
- org.ow2.asm
- asm-util
- ${asm.version}
-
-
+
+
+ org.ow2.asm
+ asm
+ ${asm.version}
+
+
+ org.ow2.asm
+ asm-util
+ ${asm.version}
+
+
-
-
-
- org.apache.maven.plugins
- maven-jar-plugin
- ${maven-jar-plugin.version}
-
-
-
-
- com.baeldung.examples.asm.instrumentation.Premain
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
- ${maven-surefire-plugin.version}
-
- -javaagent:"C:\asm-1.0.jar"
-
-
-
-
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+ ${maven-jar-plugin.version}
+
+
+
+
+ com.baeldung.examples.asm.instrumentation.Premain
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${maven-surefire-plugin.version}
+
+ -javaagent:"C:\asm-1.0.jar"
+
+
+
+
-
- UTF-8
- 5.2
- 2.4
- 2.9
-
+
+ UTF-8
+ 5.2
+ 2.4
+ 2.9
+
\ No newline at end of file
diff --git a/atomix/pom.xml b/atomix/pom.xml
index 732856626540..e41e60138de7 100644
--- a/atomix/pom.xml
+++ b/atomix/pom.xml
@@ -29,10 +29,10 @@
${log4j.version}
-
-
+
+
1.0.0-rc9
- 1.2.17
+ 1.2.17
-
+
diff --git a/autovalue/pom.xml b/autovalue/pom.xml
index 6bc0aae462d1..e5b0841807dd 100644
--- a/autovalue/pom.xml
+++ b/autovalue/pom.xml
@@ -1,27 +1,27 @@
- 4.0.0
- com.baeldung
- autovalue
- 1.0
- autovalue
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ 4.0.0
+ com.baeldung
+ autovalue
+ 1.0
+ autovalue
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
- com.google.auto.value
- auto-value
- ${auto-value.version}
-
-
+
+
+ com.google.auto.value
+ auto-value
+ ${auto-value.version}
+
+
-
- 1.3
-
+
+ 1.3
+
diff --git a/aws/pom.xml b/aws/pom.xml
index 3facd1f0f9e3..7cd16db802a2 100644
--- a/aws/pom.xml
+++ b/aws/pom.xml
@@ -1,5 +1,5 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
aws
@@ -136,8 +136,8 @@
${dynamodblocal.repository.url}
-
-
+
+
2.5
1.3.0
1.1.0
@@ -150,8 +150,8 @@
https://s3-us-west-2.amazonaws.com/dynamodb-local/release
1.10.L001
0.9.4.0006L
- 3.0.0
- 2.10
+ 3.0.0
+ 2.10
\ No newline at end of file
diff --git a/axon/pom.xml b/axon/pom.xml
index a8515bfda90c..8d5636277a76 100644
--- a/axon/pom.xml
+++ b/axon/pom.xml
@@ -1,31 +1,31 @@
- 4.0.0
- axon
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ axon
-
- parent-modules
- com.baeldung
- 1.0.0-SNAPSHOT
-
+
+ parent-modules
+ com.baeldung
+ 1.0.0-SNAPSHOT
+
-
-
- org.axonframework
- axon-test
- ${axon.version}
- test
-
-
- org.axonframework
- axon-core
- ${axon.version}
-
-
+
+
+ org.axonframework
+ axon-test
+ ${axon.version}
+ test
+
+
+ org.axonframework
+ axon-core
+ ${axon.version}
+
+
-
- 3.0.2
-
+
+ 3.0.2
+
\ No newline at end of file
diff --git a/bootique/pom.xml b/bootique/pom.xml
index 26379dfa383a..89ef2b4b5b01 100644
--- a/bootique/pom.xml
+++ b/bootique/pom.xml
@@ -1,67 +1,67 @@
- 4.0.0
- com.baeldung.bootique
- bootique
- jar
- 1.0-SNAPSHOT
- bootique
- http://maven.apache.org
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ 4.0.0
+ com.baeldung.bootique
+ bootique
+ jar
+ 1.0-SNAPSHOT
+ bootique
+ http://maven.apache.org
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
-
- io.bootique.bom
- bootique-bom
- ${bootique-bom.version}
- pom
- import
-
-
-
+
+
+
+ io.bootique.bom
+ bootique-bom
+ ${bootique-bom.version}
+ pom
+ import
+
+
+
-
-
- io.bootique.jersey
- bootique-jersey
- compile
-
-
- io.bootique.logback
- bootique-logback
- compile
-
-
- io.bootique
- bootique-test
- test
-
-
- junit
- junit
- ${junit.version}
- test
-
-
+
+
+ io.bootique.jersey
+ bootique-jersey
+ compile
+
+
+ io.bootique.logback
+ bootique-logback
+ compile
+
+
+ io.bootique
+ bootique-test
+ test
+
+
+ junit
+ junit
+ ${junit.version}
+ test
+
+
-
-
-
- org.apache.maven.plugins
- maven-shade-plugin
-
-
-
+
+
+
+ org.apache.maven.plugins
+ maven-shade-plugin
+
+
+
-
- com.baeldung.bootique.App
- 0.23
-
+
+ com.baeldung.bootique.App
+ 0.23
+
\ No newline at end of file
diff --git a/camel-api/pom.xml b/camel-api/pom.xml
index a1cdb1064e8b..86f6713cd662 100644
--- a/camel-api/pom.xml
+++ b/camel-api/pom.xml
@@ -1,12 +1,12 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.example
spring-boot-camel
0.0.1-SNAPSHOT
Spring-Boot - Camel API
-
+
com.baeldung
parent-modules
diff --git a/cas/cas-secured-app/pom.xml b/cas/cas-secured-app/pom.xml
index a015258f1bbb..1a9176ff3ef5 100644
--- a/cas/cas-secured-app/pom.xml
+++ b/cas/cas-secured-app/pom.xml
@@ -1,91 +1,91 @@
- 4.0.0
- com.baeldung
- cas-secured-app
- 0.0.1-SNAPSHOT
- jar
- cas-secured-app
- Demo project for Spring Boot
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ cas-secured-app
+ 0.0.1-SNAPSHOT
+ jar
+ cas-secured-app
+ Demo project for Spring Boot
-
- org.springframework.boot
- spring-boot-starter-parent
- 2.0.0.M7
-
-
+
+ org.springframework.boot
+ spring-boot-starter-parent
+ 2.0.0.M7
+
+
-
-
- org.springframework.boot
- spring-boot-starter-security
-
-
- org.springframework.security
- spring-security-cas
-
-
- org.springframework.boot
- spring-boot-starter-freemarker
-
-
- org.springframework.boot
- spring-boot-starter-web
-
+
+
+ org.springframework.boot
+ spring-boot-starter-security
+
+
+ org.springframework.security
+ spring-security-cas
+
+
+ org.springframework.boot
+ spring-boot-starter-freemarker
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+
-
- org.springframework.boot
- spring-boot-devtools
- runtime
-
-
- org.springframework.boot
- spring-boot-starter-test
- test
-
-
- org.springframework.security
- spring-security-test
- test
-
-
+
+ org.springframework.boot
+ spring-boot-devtools
+ runtime
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
+
+ org.springframework.security
+ spring-security-test
+ test
+
+
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
-
-
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+
-
-
- spring-milestones
- Spring Milestones
- https://repo.spring.io/milestone
-
- false
-
-
-
+
+
+ spring-milestones
+ Spring Milestones
+ https://repo.spring.io/milestone
+
+ false
+
+
+
-
-
- spring-milestones
- Spring Milestones
- https://repo.spring.io/milestone
-
- false
-
-
-
+
+
+ spring-milestones
+ Spring Milestones
+ https://repo.spring.io/milestone
+
+ false
+
+
+
-
- UTF-8
- UTF-8
- 1.8
-
+
+ UTF-8
+ UTF-8
+ 1.8
+
diff --git a/cas/cas-server/pom.xml b/cas/cas-server/pom.xml
index 5e32e7b4dcf2..30e29b155f03 100644
--- a/cas/cas-server/pom.xml
+++ b/cas/cas-server/pom.xml
@@ -7,14 +7,14 @@
cas-server
war
1.0
-
-
- org.springframework.boot
- spring-boot-starter-parent
- ${org.springframework.boot.spring-boot-starter-parent.version}
-
-
-
+
+
+ org.springframework.boot
+ spring-boot-starter-parent
+ ${org.springframework.boot.spring-boot-starter-parent.version}
+
+
+
org.apereo.cas
@@ -24,22 +24,22 @@
runtime
- org.apereo.cas
- cas-server-support-json-service-registry
- ${cas.version}
+ org.apereo.cas
+ cas-server-support-json-service-registry
+ ${cas.version}
- org.apereo.cas
- cas-server-support-jdbc
- ${cas.version}
+ org.apereo.cas
+ cas-server-support-jdbc
+ ${cas.version}
- org.apereo.cas
- cas-server-support-jdbc-drivers
- ${cas.version}
+ org.apereo.cas
+ cas-server-support-jdbc-drivers
+ ${cas.version}
-
+
@@ -93,8 +93,8 @@
cas
-
-
+
+
false
@@ -161,15 +161,15 @@
5.1.4
1.5.3.RELEASE
- -tomcat
+ -tomcat
1.8
1.8
UTF-8
- 2.0.0.M7
- 0.0.4
- 2.6
- 3.7.0
- 1.1.0
+ 2.0.0.M7
+ 0.0.4
+ 2.6
+ 3.7.0
+ 1.1.0
-
+
\ No newline at end of file
diff --git a/cdi/pom.xml b/cdi/pom.xml
index eb4ecea1580d..74ba52ea8da9 100644
--- a/cdi/pom.xml
+++ b/cdi/pom.xml
@@ -1,50 +1,50 @@
- 4.0.0
- com.baeldung
- cdi
- 1.0-SNAPSHOT
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ cdi
+ 1.0-SNAPSHOT
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
- org.springframework
- spring-core
- ${spring.version}
-
-
- org.springframework
- spring-context
- ${spring.version}
-
-
- org.aspectj
- aspectjweaver
- ${aspectjweaver.version}
-
-
- org.jboss.weld.se
- weld-se-core
- ${weld-se-core.version}
-
-
- org.springframework
- spring-test
- ${spring.version}
- test
-
-
+
+
+ org.springframework
+ spring-core
+ ${spring.version}
+
+
+ org.springframework
+ spring-context
+ ${spring.version}
+
+
+ org.aspectj
+ aspectjweaver
+ ${aspectjweaver.version}
+
+
+ org.jboss.weld.se
+ weld-se-core
+ ${weld-se-core.version}
+
+
+ org.springframework
+ spring-test
+ ${spring.version}
+ test
+
+
-
- 4.3.4.RELEASE
- 1.8.9
- 2.4.1.Final
-
+
+ 4.3.4.RELEASE
+ 1.8.9
+ 2.4.1.Final
+
\ No newline at end of file
diff --git a/checker-plugin/pom.xml b/checker-plugin/pom.xml
index a709a3c3696a..01d7a30bfd64 100644
--- a/checker-plugin/pom.xml
+++ b/checker-plugin/pom.xml
@@ -7,13 +7,13 @@
1.0-SNAPSHOT
checker-plugin
http://maven.apache.org
-
-
+
+
com.baeldung
parent-modules
1.0.0-SNAPSHOT
-
+
@@ -101,18 +101,18 @@
-
-
+
+
${org.checkerframework:jdk8:jar}
- 2.3.1
- 2.3.1
- 2.3.1
- 2.3.1
+ 2.3.1
+ 2.3.1
+ 2.3.1
+ 2.3.1
1.8
1.8
diff --git a/core-groovy/pom.xml b/core-groovy/pom.xml
index e63e0e1748f1..0126e96758f0 100644
--- a/core-groovy/pom.xml
+++ b/core-groovy/pom.xml
@@ -1,130 +1,130 @@
- 4.0.0
- core-groovy
- 1.0-SNAPSHOT
- jar
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ core-groovy
+ 1.0-SNAPSHOT
+ jar
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
- org.codehaus.groovy
- groovy
- ${groovy.version}
-
-
- org.codehaus.groovy
- groovy-all
- ${groovy-all.version}
-
-
- org.codehaus.groovy
- groovy-sql
- ${groovy-sql.version}
-
-
- org.junit.jupiter
- junit-jupiter-engine
- ${junit.jupiter.version}
- test
-
-
- org.junit.platform
- junit-platform-runner
- ${junit.platform.version}
- test
-
-
- org.hsqldb
- hsqldb
- ${hsqldb.version}
- test
-
-
- org.spockframework
- spock-core
- ${spock-core.version}
- test
-
-
+
+
+ org.codehaus.groovy
+ groovy
+ ${groovy.version}
+
+
+ org.codehaus.groovy
+ groovy-all
+ ${groovy-all.version}
+
+
+ org.codehaus.groovy
+ groovy-sql
+ ${groovy-sql.version}
+
+
+ org.junit.jupiter
+ junit-jupiter-engine
+ ${junit.jupiter.version}
+ test
+
+
+ org.junit.platform
+ junit-platform-runner
+ ${junit.platform.version}
+ test
+
+
+ org.hsqldb
+ hsqldb
+ ${hsqldb.version}
+ test
+
+
+ org.spockframework
+ spock-core
+ ${spock-core.version}
+ test
+
+
-
-
-
- org.codehaus.gmavenplus
- gmavenplus-plugin
- ${gmavenplus-plugin.version}
-
-
-
- addSources
- addTestSources
- compile
- compileTests
-
-
-
-
-
- maven-failsafe-plugin
- ${maven-failsafe-plugin.version}
-
-
- org.junit.platform
- junit-platform-surefire-provider
- ${junit.platform.version}
-
-
-
-
- junit5
-
- integration-test
- verify
-
-
-
- **/*Test5.java
-
-
-
-
-
-
-
+
+
+
+ org.codehaus.gmavenplus
+ gmavenplus-plugin
+ ${gmavenplus-plugin.version}
+
+
+
+ addSources
+ addTestSources
+ compile
+ compileTests
+
+
+
+
+
+ maven-failsafe-plugin
+ ${maven-failsafe-plugin.version}
+
+
+ org.junit.platform
+ junit-platform-surefire-provider
+ ${junit.platform.version}
+
+
+
+
+ junit5
+
+ integration-test
+ verify
+
+
+
+ **/*Test5.java
+
+
+
+
+
+
+
-
-
- central
- http://jcenter.bintray.com
-
-
+
+
+ central
+ http://jcenter.bintray.com
+
+
-
- UTF-8
- 1.1.2
- 1.1.2
- 1.1.2
- 1.1.2
- 0.15
- 1.5.0
- 5.0.0
- 1.0.0
- 4.12.0
- 4.12
- 2.4.13
- 2.4.13
- 2.4.13
- 2.4.0
- 1.1-groovy-2.4
- 1.6
- 2.19.1
-
+
+ UTF-8
+ 1.1.2
+ 1.1.2
+ 1.1.2
+ 1.1.2
+ 0.15
+ 1.5.0
+ 5.0.0
+ 1.0.0
+ 4.12.0
+ 4.12
+ 2.4.13
+ 2.4.13
+ 2.4.13
+ 2.4.0
+ 1.1-groovy-2.4
+ 1.6
+ 2.19.1
+
diff --git a/core-java-8/pom.xml b/core-java-8/pom.xml
index e0e062e83f3c..7b497723095b 100644
--- a/core-java-8/pom.xml
+++ b/core-java-8/pom.xml
@@ -1,241 +1,241 @@
- 4.0.0
- com.baeldung
- core-java-8
- 0.1.0-SNAPSHOT
- jar
- core-java-8
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ core-java-8
+ 0.1.0-SNAPSHOT
+ jar
+ core-java-8
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
-
- com.google.guava
- guava
- ${guava.version}
-
-
- org.apache.commons
- commons-collections4
- ${commons-collections4.version}
-
-
- commons-io
- commons-io
- ${commons-io.version}
-
-
- org.apache.commons
- commons-lang3
- ${commons-lang3.version}
-
-
- org.apache.commons
- commons-math3
- ${commons-math3.version}
-
-
- log4j
- log4j
- ${log4j.version}
-
-
- commons-codec
- commons-codec
- ${commons-codec.version}
-
-
- org.projectlombok
- lombok
- ${lombok.version}
- provided
-
-
-
- org.assertj
- assertj-core
- ${assertj.version}
- test
-
-
- com.jayway.awaitility
- awaitility
- ${avaitility.version}
- test
-
-
- org.openjdk.jmh
- jmh-core
- ${jmh-core.version}
-
-
- org.openjdk.jmh
- jmh-generator-annprocess
- ${jmh-generator.version}
-
-
- org.openjdk.jmh
- jmh-generator-bytecode
- ${jmh-generator.version}
-
-
- com.codepoetics
- protonpack
- ${protonpack.version}
-
-
- io.vavr
- vavr
- ${vavr.version}
-
-
- one.util
- streamex
- ${streamex.version}
-
-
+
+
+
+ com.google.guava
+ guava
+ ${guava.version}
+
+
+ org.apache.commons
+ commons-collections4
+ ${commons-collections4.version}
+
+
+ commons-io
+ commons-io
+ ${commons-io.version}
+
+
+ org.apache.commons
+ commons-lang3
+ ${commons-lang3.version}
+
+
+ org.apache.commons
+ commons-math3
+ ${commons-math3.version}
+
+
+ log4j
+ log4j
+ ${log4j.version}
+
+
+ commons-codec
+ commons-codec
+ ${commons-codec.version}
+
+
+ org.projectlombok
+ lombok
+ ${lombok.version}
+ provided
+
+
+
+ org.assertj
+ assertj-core
+ ${assertj.version}
+ test
+
+
+ com.jayway.awaitility
+ awaitility
+ ${avaitility.version}
+ test
+
+
+ org.openjdk.jmh
+ jmh-core
+ ${jmh-core.version}
+
+
+ org.openjdk.jmh
+ jmh-generator-annprocess
+ ${jmh-generator.version}
+
+
+ org.openjdk.jmh
+ jmh-generator-bytecode
+ ${jmh-generator.version}
+
+
+ com.codepoetics
+ protonpack
+ ${protonpack.version}
+
+
+ io.vavr
+ vavr
+ ${vavr.version}
+
+
+ one.util
+ streamex
+ ${streamex.version}
+
+
-
- core-java-8
-
-
- src/main/resources
- true
-
-
+
+ core-java-8
+
+
+ src/main/resources
+ true
+
+
-
-
- org.apache.maven.plugins
- maven-dependency-plugin
-
-
- copy-dependencies
- prepare-package
-
- copy-dependencies
-
-
- ${project.build.directory}/libs
-
-
-
-
+
+
+ org.apache.maven.plugins
+ maven-dependency-plugin
+
+
+ copy-dependencies
+ prepare-package
+
+ copy-dependencies
+
+
+ ${project.build.directory}/libs
+
+
+
+
-
- org.apache.maven.plugins
- maven-jar-plugin
-
-
-
- true
- libs/
- org.baeldung.executable.ExecutableMavenJar
-
-
-
-
-
- org.apache.maven.plugins
- maven-assembly-plugin
-
-
- package
-
- single
-
-
- ${project.basedir}
-
-
- org.baeldung.executable.ExecutableMavenJar
-
-
-
- jar-with-dependencies
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-shade-plugin
-
-
-
- shade
-
-
- true
-
-
- org.baeldung.executable.ExecutableMavenJar
-
-
-
-
-
-
-
- com.jolira
- onejar-maven-plugin
-
-
-
- org.baeldung.executable.ExecutableMavenJar
- true
- ${project.build.finalName}-onejar.${project.packaging}
-
-
- one-jar
-
-
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
-
-
- repackage
-
-
- spring-boot
- org.baeldung.executable.ExecutableMavenJar
-
-
-
-
-
-
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+
+
+
+ true
+ libs/
+ org.baeldung.executable.ExecutableMavenJar
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-assembly-plugin
+
+
+ package
+
+ single
+
+
+ ${project.basedir}
+
+
+ org.baeldung.executable.ExecutableMavenJar
+
+
+
+ jar-with-dependencies
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-shade-plugin
+
+
+
+ shade
+
+
+ true
+
+
+ org.baeldung.executable.ExecutableMavenJar
+
+
+
+
+
+
+
+ com.jolira
+ onejar-maven-plugin
+
+
+
+ org.baeldung.executable.ExecutableMavenJar
+ true
+ ${project.build.finalName}-onejar.${project.packaging}
+
+
+ one-jar
+
+
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+
+ repackage
+
+
+ spring-boot
+ org.baeldung.executable.ExecutableMavenJar
+
+
+
+
+
+
-
-
- 21.0
- 3.5
- 3.6.1
- 2.5
- 4.1
- 4.01
- 1.10
- 1.16.12
- 0.9.0
- 1.13
- 0.6.5
-
- 3.6.1
- 1.7.0
- 1.19
- 1.19
-
+
+
+ 21.0
+ 3.5
+ 3.6.1
+ 2.5
+ 4.1
+ 4.01
+ 1.10
+ 1.16.12
+ 0.9.0
+ 1.13
+ 0.6.5
+
+ 3.6.1
+ 1.7.0
+ 1.19
+ 1.19
+
\ No newline at end of file
diff --git a/core-java-9/pom.xml b/core-java-9/pom.xml
index 1ba7478d5cef..1f92ee71f87e 100644
--- a/core-java-9/pom.xml
+++ b/core-java-9/pom.xml
@@ -1,12 +1,12 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
core-java-9
0.2-SNAPSHOT
core-java-9
-
-
+
+
com.baeldung
parent-modules
1.0.0-SNAPSHOT
@@ -63,8 +63,8 @@
-
-
+
+
apache.snapshots
http://repository.apache.org/snapshots/
@@ -74,7 +74,7 @@
UTF-8
-
+
1.7.21
1.2.1
@@ -87,7 +87,7 @@
4.12
1.10.19
1.7.0
- 1.9
+ 1.9
1.9
diff --git a/core-java-concurrency/pom.xml b/core-java-concurrency/pom.xml
index 36a1b3be7095..829c51114300 100644
--- a/core-java-concurrency/pom.xml
+++ b/core-java-concurrency/pom.xml
@@ -1,186 +1,186 @@
- 4.0.0
- com.baeldung
- core-java-concurrency
- 0.1.0-SNAPSHOT
- jar
- core-java-concurrency
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ core-java-concurrency
+ 0.1.0-SNAPSHOT
+ jar
+ core-java-concurrency
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
-
- com.google.guava
- guava
- ${guava.version}
-
-
- org.apache.commons
- commons-collections4
- ${commons-collections4.version}
-
-
- commons-io
- commons-io
- ${commons-io.version}
-
-
- org.apache.commons
- commons-lang3
- ${commons-lang3.version}
-
-
- org.apache.commons
- commons-math3
- ${commons-math3.version}
-
-
- org.assertj
- assertj-core
- ${assertj.version}
- test
-
-
- com.jayway.awaitility
- awaitility
- ${avaitility.version}
- test
-
-
+
+
+
+ com.google.guava
+ guava
+ ${guava.version}
+
+
+ org.apache.commons
+ commons-collections4
+ ${commons-collections4.version}
+
+
+ commons-io
+ commons-io
+ ${commons-io.version}
+
+
+ org.apache.commons
+ commons-lang3
+ ${commons-lang3.version}
+
+
+ org.apache.commons
+ commons-math3
+ ${commons-math3.version}
+
+
+ org.assertj
+ assertj-core
+ ${assertj.version}
+ test
+
+
+ com.jayway.awaitility
+ awaitility
+ ${avaitility.version}
+ test
+
+
-
- core-java-concurrency
-
-
- src/main/resources
- true
-
-
+
+ core-java-concurrency
+
+
+ src/main/resources
+ true
+
+
-
-
- org.apache.maven.plugins
- maven-dependency-plugin
-
-
- copy-dependencies
- prepare-package
-
- copy-dependencies
-
-
- ${project.build.directory}/libs
-
-
-
-
-
- org.apache.maven.plugins
- maven-jar-plugin
-
-
-
- true
- libs/
- org.baeldung.executable.ExecutableMavenJar
-
-
-
-
-
- org.apache.maven.plugins
- maven-assembly-plugin
-
-
- package
-
- single
-
-
- ${project.basedir}
-
-
- org.baeldung.executable.ExecutableMavenJar
-
-
-
- jar-with-dependencies
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-shade-plugin
-
-
-
- shade
-
-
- true
-
-
- org.baeldung.executable.ExecutableMavenJar
-
-
-
-
-
-
-
- com.jolira
- onejar-maven-plugin
-
-
-
- org.baeldung.executable.ExecutableMavenJar
- true
- ${project.build.finalName}-onejar.${project.packaging}
-
-
- one-jar
-
-
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
-
-
- repackage
-
-
- spring-boot
- org.baeldung.executable.ExecutableMavenJar
-
-
-
-
-
-
+
+
+ org.apache.maven.plugins
+ maven-dependency-plugin
+
+
+ copy-dependencies
+ prepare-package
+
+ copy-dependencies
+
+
+ ${project.build.directory}/libs
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+
+
+
+ true
+ libs/
+ org.baeldung.executable.ExecutableMavenJar
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-assembly-plugin
+
+
+ package
+
+ single
+
+
+ ${project.basedir}
+
+
+ org.baeldung.executable.ExecutableMavenJar
+
+
+
+ jar-with-dependencies
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-shade-plugin
+
+
+
+ shade
+
+
+ true
+
+
+ org.baeldung.executable.ExecutableMavenJar
+
+
+
+
+
+
+
+ com.jolira
+ onejar-maven-plugin
+
+
+
+ org.baeldung.executable.ExecutableMavenJar
+ true
+ ${project.build.finalName}-onejar.${project.packaging}
+
+
+ one-jar
+
+
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+
+ repackage
+
+
+ spring-boot
+ org.baeldung.executable.ExecutableMavenJar
+
+
+
+
+
+
-
-
- 21.0
- 3.5
- 3.6.1
- 2.5
- 4.1
- 4.01
-
- 3.6.1
- 1.7.0
-
+
+
+ 21.0
+ 3.5
+ 3.6.1
+ 2.5
+ 4.1
+ 4.01
+
+ 3.6.1
+ 1.7.0
+
diff --git a/core-java-io/pom.xml b/core-java-io/pom.xml
index 79c09b1f3d09..9fcca6c5907d 100644
--- a/core-java-io/pom.xml
+++ b/core-java-io/pom.xml
@@ -1,374 +1,374 @@
- 4.0.0
- com.baeldung
- core-java-io
- 0.1.0-SNAPSHOT
- jar
- core-java-io
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ core-java-io
+ 0.1.0-SNAPSHOT
+ jar
+ core-java-io
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
-
- net.sourceforge.collections
- collections-generic
- ${collections-generic.version}
-
-
- com.google.guava
- guava
- ${guava.version}
-
-
- org.apache.commons
- commons-collections4
- ${commons-collections4.version}
-
-
- commons-io
- commons-io
- ${commons-io.version}
-
-
- org.apache.commons
- commons-lang3
- ${commons-lang3.version}
-
-
- org.apache.commons
- commons-math3
- ${commons-math3.version}
-
-
- org.decimal4j
- decimal4j
- ${decimal4j.version}
-
-
- org.bouncycastle
- bcprov-jdk15on
- ${bouncycastle.version}
-
-
- org.unix4j
- unix4j-command
- ${unix4j.version}
-
-
- com.googlecode.grep4j
- grep4j
- ${grep4j.version}
-
-
-
-
- com.fasterxml.jackson.core
- jackson-databind
- ${jackson.version}
-
-
-
- log4j
- log4j
- ${log4j.version}
-
-
- org.slf4j
- slf4j-api
- ${org.slf4j.version}
-
-
- ch.qos.logback
- logback-classic
- ${logback.version}
-
-
-
- org.slf4j
- jcl-over-slf4j
- ${org.slf4j.version}
-
-
-
- org.slf4j
- log4j-over-slf4j
- ${org.slf4j.version}
-
-
- org.projectlombok
- lombok
- ${lombok.version}
- provided
-
-
-
- org.hamcrest
- hamcrest-all
- ${hamcrest-all.version}
- test
-
-
- junit
- junit
- ${junit.version}
- test
-
-
- org.hamcrest
- hamcrest-core
- ${org.hamcrest.version}
- test
-
-
- org.hamcrest
- hamcrest-library
- ${org.hamcrest.version}
- test
-
-
- org.assertj
- assertj-core
- ${assertj.version}
- test
-
-
- org.mockito
- mockito-core
- ${mockito.version}
- test
-
-
- com.jayway.awaitility
- awaitility
- ${avaitility.version}
- test
-
-
- commons-codec
- commons-codec
- ${commons-codec.version}
-
-
- org.javamoney
- moneta
- ${moneta.version}
-
-
- org.owasp.esapi
- esapi
- ${esapi.version}
-
-
- com.sun.messaging.mq
- fscontext
- ${fscontext.version}
-
-
- com.codepoetics
- protonpack
- ${protonpack.version}
-
-
- one.util
- streamex
- ${streamex.version}
-
-
- io.vavr
- vavr
- ${vavr.version}
-
-
- org.openjdk.jmh
- jmh-core
- ${jmh-core.version}
-
-
- org.openjdk.jmh
- jmh-generator-annprocess
- ${jmh-generator-annprocess.version}
-
-
- org.hsqldb
- hsqldb
- ${hsqldb.version}
- runtime
-
-
+
+
+
+ net.sourceforge.collections
+ collections-generic
+ ${collections-generic.version}
+
+
+ com.google.guava
+ guava
+ ${guava.version}
+
+
+ org.apache.commons
+ commons-collections4
+ ${commons-collections4.version}
+
+
+ commons-io
+ commons-io
+ ${commons-io.version}
+
+
+ org.apache.commons
+ commons-lang3
+ ${commons-lang3.version}
+
+
+ org.apache.commons
+ commons-math3
+ ${commons-math3.version}
+
+
+ org.decimal4j
+ decimal4j
+ ${decimal4j.version}
+
+
+ org.bouncycastle
+ bcprov-jdk15on
+ ${bouncycastle.version}
+
+
+ org.unix4j
+ unix4j-command
+ ${unix4j.version}
+
+
+ com.googlecode.grep4j
+ grep4j
+ ${grep4j.version}
+
+
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+ ${jackson.version}
+
+
+
+ log4j
+ log4j
+ ${log4j.version}
+
+
+ org.slf4j
+ slf4j-api
+ ${org.slf4j.version}
+
+
+ ch.qos.logback
+ logback-classic
+ ${logback.version}
+
+
+
+ org.slf4j
+ jcl-over-slf4j
+ ${org.slf4j.version}
+
+
+
+ org.slf4j
+ log4j-over-slf4j
+ ${org.slf4j.version}
+
+
+ org.projectlombok
+ lombok
+ ${lombok.version}
+ provided
+
+
+
+ org.hamcrest
+ hamcrest-all
+ ${hamcrest-all.version}
+ test
+
+
+ junit
+ junit
+ ${junit.version}
+ test
+
+
+ org.hamcrest
+ hamcrest-core
+ ${org.hamcrest.version}
+ test
+
+
+ org.hamcrest
+ hamcrest-library
+ ${org.hamcrest.version}
+ test
+
+
+ org.assertj
+ assertj-core
+ ${assertj.version}
+ test
+
+
+ org.mockito
+ mockito-core
+ ${mockito.version}
+ test
+
+
+ com.jayway.awaitility
+ awaitility
+ ${avaitility.version}
+ test
+
+
+ commons-codec
+ commons-codec
+ ${commons-codec.version}
+
+
+ org.javamoney
+ moneta
+ ${moneta.version}
+
+
+ org.owasp.esapi
+ esapi
+ ${esapi.version}
+
+
+ com.sun.messaging.mq
+ fscontext
+ ${fscontext.version}
+
+
+ com.codepoetics
+ protonpack
+ ${protonpack.version}
+
+
+ one.util
+ streamex
+ ${streamex.version}
+
+
+ io.vavr
+ vavr
+ ${vavr.version}
+
+
+ org.openjdk.jmh
+ jmh-core
+ ${jmh-core.version}
+
+
+ org.openjdk.jmh
+ jmh-generator-annprocess
+ ${jmh-generator-annprocess.version}
+
+
+ org.hsqldb
+ hsqldb
+ ${hsqldb.version}
+ runtime
+
+
-
- core-java-io
-
-
- src/main/resources
- true
-
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
-
-
- **/*LiveTest.java
- **/*IntegrationTest.java
- **/*LongRunningUnitTest.java
- **/*ManualTest.java
-
- true
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
-
-
- repackage
-
-
- spring-boot
- org.baeldung.executable.ExecutableMavenJar
-
-
-
-
-
- org.codehaus.mojo
- exec-maven-plugin
- ${exec-maven-plugin.version}
-
- java
- com.baeldung.outofmemoryerror.OutOfMemoryGCLimitExceed
-
- -Xmx300m
- -XX:+UseParallelGC
- -classpath
-
- com.baeldung.outofmemoryerror.OutOfMemoryGCLimitExceed
-
-
-
-
- org.apache.maven.plugins
- maven-javadoc-plugin
- ${maven-javadoc-plugin.version}
-
-
- ${maven.compiler.target}
-
-
-
-
+
+ core-java-io
+
+
+ src/main/resources
+ true
+
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+
+ **/*LiveTest.java
+ **/*IntegrationTest.java
+ **/*LongRunningUnitTest.java
+ **/*ManualTest.java
+
+ true
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+
+ repackage
+
+
+ spring-boot
+ org.baeldung.executable.ExecutableMavenJar
+
+
+
+
+
+ org.codehaus.mojo
+ exec-maven-plugin
+ ${exec-maven-plugin.version}
+
+ java
+ com.baeldung.outofmemoryerror.OutOfMemoryGCLimitExceed
+
+ -Xmx300m
+ -XX:+UseParallelGC
+ -classpath
+
+ com.baeldung.outofmemoryerror.OutOfMemoryGCLimitExceed
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ ${maven-javadoc-plugin.version}
+
+
+ ${maven.compiler.target}
+
+
+
+
-
-
- integration
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
-
-
- integration-test
-
- test
-
-
-
- **/*ManualTest.java
-
-
- **/*IntegrationTest.java
-
-
-
-
-
-
- json
-
-
-
-
- org.codehaus.mojo
- exec-maven-plugin
+
+
+ integration
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+
+ integration-test
+
+ test
+
+
+
+ **/*ManualTest.java
+
+
+ **/*IntegrationTest.java
+
+
+
+
+
+
+ json
+
+
+
+
+ org.codehaus.mojo
+ exec-maven-plugin
-
-
- run-benchmarks
-
- none
-
- exec
-
-
- test
- java
-
- -classpath
-
- org.openjdk.jmh.Main
- .*
-
-
-
-
-
-
-
-
-
+
+
+ run-benchmarks
+
+ none
+
+ exec
+
+
+ test
+ java
+
+ -classpath
+
+ org.openjdk.jmh.Main
+ .*
+
+
+
+
+
+
+
+
+
-
-
- 2.8.5
+
+
+ 2.8.5
-
- 1.7.21
- 1.1.7
+
+ 1.7.21
+ 1.1.7
-
- 22.0
- 3.5
- 1.55
- 1.10
- 3.6.1
- 1.0.3
- 2.5
- 4.1
- 4.01
- 0.4
- 1.8.7
- 1.16.12
- 4.6-b01
- 1.13
- 0.6.5
- 0.9.0
+
+ 22.0
+ 3.5
+ 1.55
+ 1.10
+ 3.6.1
+ 1.0.3
+ 2.5
+ 4.1
+ 4.01
+ 0.4
+ 1.8.7
+ 1.16.12
+ 4.6-b01
+ 1.13
+ 0.6.5
+ 0.9.0
-
- 1.3
- 4.12
- 2.8.9
- 3.6.1
- 1.7.0
+
+ 1.3
+ 4.12
+ 2.8.9
+ 3.6.1
+ 1.7.0
-
- 3.7.0
- 2.19.1
- 1.8
- 1.8
- 3.0.0-M1
- 2.4.0
- 2.1.0.1
- 1.19
-
+
+ 3.7.0
+ 2.19.1
+ 1.8
+ 1.8
+ 3.0.0-M1
+ 2.4.0
+ 2.1.0.1
+ 1.19
+
\ No newline at end of file
diff --git a/core-java-sun/pom.xml b/core-java-sun/pom.xml
index c3b3df9c5d0e..aaffac5e38d7 100644
--- a/core-java-sun/pom.xml
+++ b/core-java-sun/pom.xml
@@ -5,13 +5,13 @@
0.1.0-SNAPSHOT
jar
core-java-sun
-
-
+
+
com.baeldung
parent-modules
1.0.0-SNAPSHOT
-
+
@@ -329,7 +329,7 @@
-Xmx300m
-XX:+UseParallelGC
-classpath
-
+
com.baeldung.outofmemoryerror.OutOfMemoryGCLimitExceed
@@ -384,7 +384,7 @@
java
-classpath
-
+
org.openjdk.jmh.Main
.*
@@ -432,8 +432,8 @@
3.7.0
2.19.1
- 1.8.0
- 4.3.4.RELEASE
+ 1.8.0
+ 4.3.4.RELEASE
-
+
\ No newline at end of file
diff --git a/core-java/pom.xml b/core-java/pom.xml
index 2a41f91910cd..460da8f1fe6a 100644
--- a/core-java/pom.xml
+++ b/core-java/pom.xml
@@ -1,496 +1,496 @@
- 4.0.0
- com.baeldung
- core-java
- 0.1.0-SNAPSHOT
- jar
- core-java
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ core-java
+ 0.1.0-SNAPSHOT
+ jar
+ core-java
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
-
- net.sourceforge.collections
- collections-generic
- ${collections-generic.version}
-
-
- com.google.guava
- guava
- ${guava.version}
-
-
- org.apache.commons
- commons-collections4
- ${commons-collections4.version}
-
-
- commons-io
- commons-io
- ${commons-io.version}
-
-
- org.apache.commons
- commons-lang3
- ${commons-lang3.version}
-
-
- org.apache.commons
- commons-math3
- ${commons-math3.version}
-
-
- org.decimal4j
- decimal4j
- ${decimal4j.version}
-
-
- org.bouncycastle
- bcprov-jdk15on
- ${bouncycastle.version}
-
-
- org.unix4j
- unix4j-command
- ${unix4j.version}
-
-
- com.googlecode.grep4j
- grep4j
- ${grep4j.version}
-
-
-
-
- com.fasterxml.jackson.core
- jackson-databind
- ${jackson.version}
-
-
- com.google.code.gson
- gson
- ${gson.version}
-
-
-
- log4j
- log4j
- ${log4j.version}
-
-
- org.slf4j
- slf4j-api
- ${org.slf4j.version}
-
-
- ch.qos.logback
- logback-classic
- ${logback.version}
-
-
-
- org.slf4j
- jcl-over-slf4j
- ${org.slf4j.version}
-
-
-
- org.slf4j
- log4j-over-slf4j
- ${org.slf4j.version}
-
-
- org.projectlombok
- lombok
- ${lombok.version}
- provided
-
-
-
- org.hamcrest
- hamcrest-all
- ${hamcrest-all.version}
- test
-
-
- junit
- junit
- ${junit.version}
- test
-
-
- org.hamcrest
- hamcrest-core
- ${org.hamcrest.version}
- test
-
-
- org.hamcrest
- hamcrest-library
- ${org.hamcrest.version}
- test
-
-
- org.assertj
- assertj-core
- ${assertj.version}
- test
-
-
- org.mockito
- mockito-core
- ${mockito.version}
- test
-
-
- com.jayway.awaitility
- awaitility
- ${avaitility.version}
- test
-
-
- commons-codec
- commons-codec
- ${commons-codec.version}
-
-
- org.javamoney
- moneta
- ${javamoney.moneta.version}
-
-
- org.owasp.esapi
- esapi
- ${esapi.version}
-
-
- com.sun.messaging.mq
- fscontext
- ${fscontext.version}
-
-
- com.codepoetics
- protonpack
- ${protonpack.version}
-
-
- one.util
- streamex
- ${streamex.version}
-
-
- io.vavr
- vavr
- ${vavr.version}
-
-
- org.openjdk.jmh
- jmh-core
- ${jmh-core.version}
-
-
- org.openjdk.jmh
- jmh-generator-annprocess
- ${jmh-generator-annprocess.version}
-
-
- org.springframework
- spring-web
- ${springframework.spring-web.version}
-
-
- org.springframework.boot
- spring-boot-starter
- ${springframework.boot.spring-boot-starter.version}
-
-
- com.h2database
- h2
- ${h2database.version}
-
+
+
+
+ net.sourceforge.collections
+ collections-generic
+ ${collections-generic.version}
+
+
+ com.google.guava
+ guava
+ ${guava.version}
+
+
+ org.apache.commons
+ commons-collections4
+ ${commons-collections4.version}
+
+
+ commons-io
+ commons-io
+ ${commons-io.version}
+
+
+ org.apache.commons
+ commons-lang3
+ ${commons-lang3.version}
+
+
+ org.apache.commons
+ commons-math3
+ ${commons-math3.version}
+
+
+ org.decimal4j
+ decimal4j
+ ${decimal4j.version}
+
+
+ org.bouncycastle
+ bcprov-jdk15on
+ ${bouncycastle.version}
+
+
+ org.unix4j
+ unix4j-command
+ ${unix4j.version}
+
+
+ com.googlecode.grep4j
+ grep4j
+ ${grep4j.version}
+
+
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+ ${jackson.version}
+
+
+ com.google.code.gson
+ gson
+ ${gson.version}
+
+
+
+ log4j
+ log4j
+ ${log4j.version}
+
+
+ org.slf4j
+ slf4j-api
+ ${org.slf4j.version}
+
+
+ ch.qos.logback
+ logback-classic
+ ${logback.version}
+
+
+
+ org.slf4j
+ jcl-over-slf4j
+ ${org.slf4j.version}
+
+
+
+ org.slf4j
+ log4j-over-slf4j
+ ${org.slf4j.version}
+
+
+ org.projectlombok
+ lombok
+ ${lombok.version}
+ provided
+
+
+
+ org.hamcrest
+ hamcrest-all
+ ${hamcrest-all.version}
+ test
+
+
+ junit
+ junit
+ ${junit.version}
+ test
+
+
+ org.hamcrest
+ hamcrest-core
+ ${org.hamcrest.version}
+ test
+
+
+ org.hamcrest
+ hamcrest-library
+ ${org.hamcrest.version}
+ test
+
+
+ org.assertj
+ assertj-core
+ ${assertj.version}
+ test
+
+
+ org.mockito
+ mockito-core
+ ${mockito.version}
+ test
+
+
+ com.jayway.awaitility
+ awaitility
+ ${avaitility.version}
+ test
+
+
+ commons-codec
+ commons-codec
+ ${commons-codec.version}
+
+
+ org.javamoney
+ moneta
+ ${javamoney.moneta.version}
+
+
+ org.owasp.esapi
+ esapi
+ ${esapi.version}
+
+
+ com.sun.messaging.mq
+ fscontext
+ ${fscontext.version}
+
+
+ com.codepoetics
+ protonpack
+ ${protonpack.version}
+
+
+ one.util
+ streamex
+ ${streamex.version}
+
+
+ io.vavr
+ vavr
+ ${vavr.version}
+
+
+ org.openjdk.jmh
+ jmh-core
+ ${jmh-core.version}
+
+
+ org.openjdk.jmh
+ jmh-generator-annprocess
+ ${jmh-generator-annprocess.version}
+
+
+ org.springframework
+ spring-web
+ ${springframework.spring-web.version}
+
+
+ org.springframework.boot
+ spring-boot-starter
+ ${springframework.boot.spring-boot-starter.version}
+
+
+ com.h2database
+ h2
+ ${h2database.version}
+
javax.mail
mail
${javax.mail.version}
-
+
-
- core-java
-
-
- src/main/resources
- true
-
-
+
+ core-java
+
+
+ src/main/resources
+ true
+
+
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
-
-
- **/*LiveTest.java
- **/*IntegrationTest.java
- **/*LongRunningUnitTest.java
- **/*ManualTest.java
-
- true
-
-
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+
+ **/*LiveTest.java
+ **/*IntegrationTest.java
+ **/*LongRunningUnitTest.java
+ **/*ManualTest.java
+
+ true
+
+
-
- org.apache.maven.plugins
- maven-dependency-plugin
-
-
- copy-dependencies
- prepare-package
-
- copy-dependencies
-
-
- ${project.build.directory}/libs
-
-
-
-
+
+ org.apache.maven.plugins
+ maven-dependency-plugin
+
+
+ copy-dependencies
+ prepare-package
+
+ copy-dependencies
+
+
+ ${project.build.directory}/libs
+
+
+
+
-
- org.apache.maven.plugins
- maven-jar-plugin
-
-
-
- true
- libs/
- org.baeldung.executable.ExecutableMavenJar
-
-
-
-
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+
+
+
+ true
+ libs/
+ org.baeldung.executable.ExecutableMavenJar
+
+
+
+
-
- org.apache.maven.plugins
- maven-assembly-plugin
-
-
- package
-
- single
-
-
- ${project.basedir}
-
-
- org.baeldung.executable.ExecutableMavenJar
-
-
-
- jar-with-dependencies
-
-
-
-
-
+
+ org.apache.maven.plugins
+ maven-assembly-plugin
+
+
+ package
+
+ single
+
+
+ ${project.basedir}
+
+
+ org.baeldung.executable.ExecutableMavenJar
+
+
+
+ jar-with-dependencies
+
+
+
+
+
-
- org.apache.maven.plugins
- maven-shade-plugin
-
-
-
- shade
-
-
- true
-
-
- org.baeldung.executable.ExecutableMavenJar
-
-
-
-
-
-
+
+ org.apache.maven.plugins
+ maven-shade-plugin
+
+
+
+ shade
+
+
+ true
+
+
+ org.baeldung.executable.ExecutableMavenJar
+
+
+
+
+
+
-
- com.jolira
- onejar-maven-plugin
-
-
-
- org.baeldung.executable.ExecutableMavenJar
- true
- ${project.build.finalName}-onejar.${project.packaging}
-
-
- one-jar
-
-
-
-
+
+ com.jolira
+ onejar-maven-plugin
+
+
+
+ org.baeldung.executable.ExecutableMavenJar
+ true
+ ${project.build.finalName}-onejar.${project.packaging}
+
+
+ one-jar
+
+
+
+
-
- org.springframework.boot
- spring-boot-maven-plugin
-
-
-
- repackage
-
-
- spring-boot
- org.baeldung.executable.ExecutableMavenJar
-
-
-
-
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+
+ repackage
+
+
+ spring-boot
+ org.baeldung.executable.ExecutableMavenJar
+
+
+
+
-
- org.codehaus.mojo
- exec-maven-plugin
- ${exec-maven-plugin.version}
-
- java
- com.baeldung.outofmemoryerror.OutOfMemoryGCLimitExceed
-
- -Xmx300m
- -XX:+UseParallelGC
- -classpath
-
- com.baeldung.outofmemoryerror.OutOfMemoryGCLimitExceed
-
-
-
+
+ org.codehaus.mojo
+ exec-maven-plugin
+ ${exec-maven-plugin.version}
+
+ java
+ com.baeldung.outofmemoryerror.OutOfMemoryGCLimitExceed
+
+ -Xmx300m
+ -XX:+UseParallelGC
+ -classpath
+
+ com.baeldung.outofmemoryerror.OutOfMemoryGCLimitExceed
+
+
+
-
- org.apache.maven.plugins
- maven-javadoc-plugin
- ${maven-javadoc-plugin.version}
-
-
- 1.8
-
-
-
-
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ ${maven-javadoc-plugin.version}
+
+
+ 1.8
+
+
+
+
-
-
- integration
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
-
-
- integration-test
-
- test
-
-
-
- **/*ManualTest.java
-
-
- **/*IntegrationTest.java
-
-
-
-
-
-
- json
-
-
-
-
- org.codehaus.mojo
- exec-maven-plugin
+
+
+ integration
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+
+ integration-test
+
+ test
+
+
+
+ **/*ManualTest.java
+
+
+ **/*IntegrationTest.java
+
+
+
+
+
+
+ json
+
+
+
+
+ org.codehaus.mojo
+ exec-maven-plugin
-
-
- run-benchmarks
-
- none
-
- exec
-
-
- test
- java
-
- -classpath
-
- org.openjdk.jmh.Main
- .*
-
-
-
-
-
-
-
-
-
+
+
+ run-benchmarks
+
+ none
+
+ exec
+
+
+ test
+ java
+
+ -classpath
+
+ org.openjdk.jmh.Main
+ .*
+
+
+
+
+
+
+
+
+
-
-
- 2.8.5
- 2.8.2
+
+
+ 2.8.5
+ 2.8.2
-
- 1.7.21
- 1.1.7
- 1.2.17
+
+ 1.7.21
+ 1.1.7
+ 1.2.17
-
- 22.0
- 3.5
- 1.55
- 1.10
- 3.6.1
- 1.0.3
- 2.5
- 4.1
- 4.01
- 0.4
- 1.8.7
- 1.16.12
- 4.6-b01
- 1.13
- 0.6.5
- 0.9.0
+
+ 22.0
+ 3.5
+ 1.55
+ 1.10
+ 3.6.1
+ 1.0.3
+ 2.5
+ 4.1
+ 4.01
+ 0.4
+ 1.8.7
+ 1.16.12
+ 4.6-b01
+ 1.13
+ 0.6.5
+ 0.9.0
-
- 1.3
- 2.8.9
- 3.6.1
- 1.7.0
+
+ 1.3
+ 2.8.9
+ 3.6.1
+ 1.7.0
-
- 3.7.0
- 2.19.1
- 4.3.4.RELEASE
- 1.5.8.RELEASE
- 1.1
- 1.3
- 1.4.197
- 2.1.0.1
- 1.19
- 1.19
- 3.0.0-M1
- 1.6.0
- 1.5.0-b01
+
+ 3.7.0
+ 2.19.1
+ 4.3.4.RELEASE
+ 1.5.8.RELEASE
+ 1.1
+ 1.3
+ 1.4.197
+ 2.1.0.1
+ 1.19
+ 1.19
+ 3.0.0-M1
+ 1.6.0
+ 1.5.0-b01
-
+
\ No newline at end of file
diff --git a/core-kotlin/pom.xml b/core-kotlin/pom.xml
index 5f45d9b05430..d923ec698c5a 100644
--- a/core-kotlin/pom.xml
+++ b/core-kotlin/pom.xml
@@ -128,7 +128,7 @@
${maven.compiler.target}
-
+
@@ -195,14 +195,14 @@
0.15
1.5.0
4.1.0
- 0.1.0
+ 0.1.0
3.6.1
5.0.0
1.0.0
4.12.0
4.12
3.9.1
- 1.8
+ 1.8
1.8
diff --git a/couchbase/pom.xml b/couchbase/pom.xml
index 9fb23f88414b..c369a9e598f1 100644
--- a/couchbase/pom.xml
+++ b/couchbase/pom.xml
@@ -1,78 +1,78 @@
- 4.0.0
- com.baeldung
- couchbase-sdk
- 0.1-SNAPSHOT
- jar
- couchbase
- Couchbase SDK Tutorials
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ couchbase-sdk
+ 0.1-SNAPSHOT
+ jar
+ couchbase
+ Couchbase SDK Tutorials
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
-
- com.couchbase.client
- java-client
- ${couchbase.client.version}
-
-
- com.fasterxml.jackson.core
- jackson-databind
- ${jackson-version}
-
-
-
- org.springframework
- spring-context
- ${spring-framework.version}
-
-
- commons-logging
- commons-logging
-
-
-
-
- org.springframework
- spring-context-support
- ${spring-framework.version}
-
-
- commons-logging
- commons-logging
-
-
-
-
-
- org.springframework
- spring-test
- ${spring-framework.version}
- test
-
-
-
- org.apache.commons
- commons-lang3
- ${commons-lang3.version}
- test
-
-
+
+
+
+ com.couchbase.client
+ java-client
+ ${couchbase.client.version}
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+ ${jackson-version}
+
+
+
+ org.springframework
+ spring-context
+ ${spring-framework.version}
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ org.springframework
+ spring-context-support
+ ${spring-framework.version}
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+
+ org.springframework
+ spring-test
+ ${spring-framework.version}
+ test
+
+
+
+ org.apache.commons
+ commons-lang3
+ ${commons-lang3.version}
+ test
+
+
-
- 1.8
- UTF-8
- 2.5.0
- 4.3.5.RELEASE
- 3.5
- 2.9.1
-
+
+ 1.8
+ UTF-8
+ 2.5.0
+ 4.3.5.RELEASE
+ 3.5
+ 2.9.1
+
diff --git a/custom-pmd/pom.xml b/custom-pmd/pom.xml
index b1fc56f2457a..dcd068089b70 100644
--- a/custom-pmd/pom.xml
+++ b/custom-pmd/pom.xml
@@ -1,46 +1,46 @@
- 4.0.0
- org.baeldung.pmd
- custom-pmd
- 0.0.1
- jar
- custom-pmd
- http://maven.apache.org
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ org.baeldung.pmd
+ custom-pmd
+ 0.0.1
+ jar
+ custom-pmd
+ http://maven.apache.org
-
-
- net.sourceforge.pmd
- pmd-core
- ${pmdVersion}
+
+
+ net.sourceforge.pmd
+ pmd-core
+ ${pmdVersion}
-
- net.sourceforge.pmd
- pmd-java
- ${pmdVersion}
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
- ${maven-compiler-plugin.version}
-
+
+ net.sourceforge.pmd
+ pmd-java
+ ${pmdVersion}
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ ${maven-compiler-plugin.version}
+
${maven.compiler.target}
-
-
-
+
+
+
-
-
- UTF-8
- 3.7.0
- 6.0.1
- 1.8
+
+
+ UTF-8
+ 3.7.0
+ 6.0.1
+ 1.8
1.8
-
-
+
+
diff --git a/data-structures/pom.xml b/data-structures/pom.xml
index 07df2bdc3fbd..287e9f38aa23 100644
--- a/data-structures/pom.xml
+++ b/data-structures/pom.xml
@@ -1,26 +1,26 @@
- 4.0.0
- com.baeldung
- data-structures
- 0.0.1-SNAPSHOT
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ data-structures
+ 0.0.1-SNAPSHOT
+
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
+
+
+
+
+
+ org.codehaus.mojo
+ exec-maven-plugin
+ ${exec-maven-plugin.version}
+
+
+
+
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
-
-
-
-
-
- org.codehaus.mojo
- exec-maven-plugin
- ${exec-maven-plugin.version}
-
-
-
-
-
diff --git a/deeplearning4j/pom.xml b/deeplearning4j/pom.xml
index faff9a1b3243..8d9e8c647575 100644
--- a/deeplearning4j/pom.xml
+++ b/deeplearning4j/pom.xml
@@ -1,34 +1,34 @@
- 4.0.0
- com.baeldung.deeplearning4j
- deeplearning4j
- jar
- 1.0-SNAPSHOT
- deeplearning4j
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ 4.0.0
+ com.baeldung.deeplearning4j
+ deeplearning4j
+ jar
+ 1.0-SNAPSHOT
+ deeplearning4j
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
- org.nd4j
- nd4j-native-platform
- ${dl4j.version}
-
-
- org.deeplearning4j
- deeplearning4j-core
- ${dl4j.version}
-
-
+
+
+ org.nd4j
+ nd4j-native-platform
+ ${dl4j.version}
+
+
+ org.deeplearning4j
+ deeplearning4j-core
+ ${dl4j.version}
+
+
-
- UTF-8
- 0.9.1
-
+
+ UTF-8
+ 0.9.1
+
\ No newline at end of file
diff --git a/deltaspike/pom.xml b/deltaspike/pom.xml
index 8313cd4dff1a..87f532c3f3be 100644
--- a/deltaspike/pom.xml
+++ b/deltaspike/pom.xml
@@ -1,287 +1,287 @@
- 4.0.0
- com.baeldung
- deltaspike
- 1.0
- war
- deltaspike
- A starter Java EE 7 webapp which uses DeltaSpike
- http://wildfly.org
-
-
- Apache License, Version 2.0
- repo
- http://www.apache.org/licenses/LICENSE-2.0.html
-
-
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ 4.0.0
+ com.baeldung
+ deltaspike
+ 1.0
+ war
+ deltaspike
+ A starter Java EE 7 webapp which uses DeltaSpike
+ http://wildfly.org
+
+
+ Apache License, Version 2.0
+ repo
+ http://www.apache.org/licenses/LICENSE-2.0.html
+
+
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
-
-
- org.wildfly.bom
- jboss-javaee-7.0-with-tools
- ${jboss.bom.version}
- pom
- import
-
-
- org.wildfly.bom
- jboss-javaee-7.0-with-hibernate
- ${jboss.bom.version}
- pom
- import
-
-
-
+
+
+
+
+ org.wildfly.bom
+ jboss-javaee-7.0-with-tools
+ ${jboss.bom.version}
+ pom
+ import
+
+
+ org.wildfly.bom
+ jboss-javaee-7.0-with-hibernate
+ ${jboss.bom.version}
+ pom
+ import
+
+
+
-
+
-
+
-
-
- javax.enterprise
- cdi-api
- provided
-
+
+
+ javax.enterprise
+ cdi-api
+ provided
+
-
-
- org.jboss.spec.javax.annotation
- jboss-annotations-api_1.2_spec
- provided
-
+
+
+ org.jboss.spec.javax.annotation
+ jboss-annotations-api_1.2_spec
+ provided
+
-
-
- org.jboss.resteasy
- jaxrs-api
- provided
-
+
+
+ org.jboss.resteasy
+ jaxrs-api
+ provided
+
-
-
- org.hibernate.javax.persistence
- hibernate-jpa-2.1-api
- provided
-
+
+
+ org.hibernate.javax.persistence
+ hibernate-jpa-2.1-api
+ provided
+
-
-
- org.jboss.spec.javax.ejb
- jboss-ejb-api_3.2_spec
- provided
-
+
+
+ org.jboss.spec.javax.ejb
+ jboss-ejb-api_3.2_spec
+ provided
+
-
-
-
-
- org.hibernate
- hibernate-validator
- provided
-
-
- org.slf4j
- slf4j-api
-
-
-
+
+
+
+
+ org.hibernate
+ hibernate-validator
+ provided
+
+
+ org.slf4j
+ slf4j-api
+
+
+
-
-
- org.jboss.spec.javax.faces
- jboss-jsf-api_2.2_spec
- provided
-
+
+
+ org.jboss.spec.javax.faces
+ jboss-jsf-api_2.2_spec
+ provided
+
-
+
-
-
- org.hibernate
- hibernate-jpamodelgen
- provided
-
+
+
+ org.hibernate
+ hibernate-jpamodelgen
+ provided
+
-
-
- org.hibernate
- hibernate-validator-annotation-processor
- provided
-
+
+
+ org.hibernate
+ hibernate-validator-annotation-processor
+ provided
+
-
-
-
- org.jboss.arquillian.junit
- arquillian-junit-container
- test
-
+
+
+
+ org.jboss.arquillian.junit
+ arquillian-junit-container
+ test
+
-
- org.jboss.arquillian.protocol
- arquillian-protocol-servlet
- test
-
+
+ org.jboss.arquillian.protocol
+ arquillian-protocol-servlet
+ test
+
-
- org.jboss.shrinkwrap.resolver
- shrinkwrap-resolver-impl-maven
- test
-
+
+ org.jboss.shrinkwrap.resolver
+ shrinkwrap-resolver-impl-maven
+ test
+
-
- org.apache.deltaspike.modules
- deltaspike-data-module-api
- ${deltaspike.version}
- compile
-
+
+ org.apache.deltaspike.modules
+ deltaspike-data-module-api
+ ${deltaspike.version}
+ compile
+
-
- org.apache.deltaspike.modules
- deltaspike-data-module-impl
- ${deltaspike.version}
- runtime
-
+
+ org.apache.deltaspike.modules
+ deltaspike-data-module-impl
+ ${deltaspike.version}
+ runtime
+
-
-
- com.mysema.querydsl
- querydsl-apt
- ${querydsl.version}
- provided
-
+
+
+ com.mysema.querydsl
+ querydsl-apt
+ ${querydsl.version}
+ provided
+
-
- com.mysema.querydsl
- querydsl-jpa
- ${querydsl.version}
-
-
+
+ com.mysema.querydsl
+ querydsl-jpa
+ ${querydsl.version}
+
+
-
-
- ${project.artifactId}
-
-
- maven-war-plugin
- ${war.plugin.version}
-
-
- false
-
-
-
- com.mysema.maven
- apt-maven-plugin
- ${apt-maven-plugin.version}
-
-
-
- process
-
-
- target/generated-sources/java
- com.mysema.query.apt.jpa.JPAAnnotationProcessor
-
-
-
-
-
-
-
- org.wildfly.plugins
- wildfly-maven-plugin
- ${wildfly.maven.plugin.version}
-
-
-
+
+
+ ${project.artifactId}
+
+
+ maven-war-plugin
+ ${war.plugin.version}
+
+
+ false
+
+
+
+ com.mysema.maven
+ apt-maven-plugin
+ ${apt-maven-plugin.version}
+
+
+
+ process
+
+
+ target/generated-sources/java
+ com.mysema.query.apt.jpa.JPAAnnotationProcessor
+
+
+
+
+
+
+
+ org.wildfly.plugins
+ wildfly-maven-plugin
+ ${wildfly.maven.plugin.version}
+
+
+
-
-
-
-
- default
-
- true
-
-
-
-
- maven-surefire-plugin
- ${maven-surefire-plugin.version}
-
- true
-
-
-
-
-
+
+
+
+
+ default
+
+ true
+
+
+
+
+ maven-surefire-plugin
+ ${maven-surefire-plugin.version}
+
+ true
+
+
+
+
+
-
+
-
-
-
- arq-wildfly-managed
-
-
- org.wildfly
- wildfly-arquillian-container-managed
- test
-
-
-
-
+
+
+
+ arq-wildfly-managed
+
+
+ org.wildfly
+ wildfly-arquillian-container-managed
+ test
+
+
+
+
-
-
-
- UTF-8
- 3.7.4
- 1.7.2
-
- 1.0.2.Final
-
- 8.2.2.Final
-
- 2.6
- 1.1.3
-
+
+
+
+ UTF-8
+ 3.7.4
+ 1.7.2
+
+ 1.0.2.Final
+
+ 8.2.2.Final
+
+ 2.6
+ 1.1.3
+
diff --git a/disruptor/pom.xml b/disruptor/pom.xml
index 2ee2b359b2fd..cc914cff7e62 100644
--- a/disruptor/pom.xml
+++ b/disruptor/pom.xml
@@ -1,139 +1,139 @@
- 4.0.0
- com.baeldung
- disruptor
- 0.1.0-SNAPSHOT
- jar
- disruptor
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ disruptor
+ 0.1.0-SNAPSHOT
+ jar
+ disruptor
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
-
- org.apache.commons
- commons-lang3
- ${commons-lang3.version}
-
-
- com.lmax
- disruptor
- ${disruptor.version}
-
-
+
+
+
+ org.apache.commons
+ commons-lang3
+ ${commons-lang3.version}
+
+
+ com.lmax
+ disruptor
+ ${disruptor.version}
+
+
-
- disruptor
-
-
- src/main/resources
- true
-
-
-
-
- org.apache.maven.plugins
- maven-dependency-plugin
-
-
- copy-dependencies
- prepare-package
-
- copy-dependencies
-
-
- ${project.build.directory}/libs
-
-
-
-
-
- org.apache.maven.plugins
- maven-jar-plugin
-
-
-
- true
- libs/
- org.baeldung.executable.ExecutableMavenJar
-
-
-
-
-
- org.apache.maven.plugins
- maven-assembly-plugin
-
-
- package
-
- single
-
-
- ${project.basedir}
-
-
- org.baeldung.executable.ExecutableMavenJar
-
-
-
- jar-with-dependencies
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-shade-plugin
-
-
-
- shade
-
-
- true
-
-
- org.baeldung.executable.ExecutableMavenJar
-
-
-
-
-
-
-
- com.jolira
- onejar-maven-plugin
-
-
-
- org.baeldung.executable.ExecutableMavenJar
- true
- ${project.build.finalName}-onejar.${project.packaging}
-
-
- one-jar
-
-
-
-
-
-
+
+ disruptor
+
+
+ src/main/resources
+ true
+
+
+
+
+ org.apache.maven.plugins
+ maven-dependency-plugin
+
+
+ copy-dependencies
+ prepare-package
+
+ copy-dependencies
+
+
+ ${project.build.directory}/libs
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+
+
+
+ true
+ libs/
+ org.baeldung.executable.ExecutableMavenJar
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-assembly-plugin
+
+
+ package
+
+ single
+
+
+ ${project.basedir}
+
+
+ org.baeldung.executable.ExecutableMavenJar
+
+
+
+ jar-with-dependencies
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-shade-plugin
+
+
+
+ shade
+
+
+ true
+
+
+ org.baeldung.executable.ExecutableMavenJar
+
+
+
+
+
+
+
+ com.jolira
+ onejar-maven-plugin
+
+
+
+ org.baeldung.executable.ExecutableMavenJar
+ true
+ ${project.build.finalName}-onejar.${project.packaging}
+
+
+ one-jar
+
+
+
+
+
+
-
-
- 3.5
- 3.3.6
-
- 6.10
- 3.6.1
-
+
+
+ 3.5
+ 3.3.6
+
+ 6.10
+ 3.6.1
+
\ No newline at end of file
diff --git a/dozer/pom.xml b/dozer/pom.xml
index 054ccfd0a8d2..0b7f85ddb461 100644
--- a/dozer/pom.xml
+++ b/dozer/pom.xml
@@ -1,33 +1,33 @@
- 4.0.0
- com.baeldung
- dozer
- 1.0
- dozer
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ 4.0.0
+ com.baeldung
+ dozer
+ 1.0
+ dozer
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
- org.apache.commons
- commons-lang3
- ${commons-lang3.version}
-
-
- net.sf.dozer
- dozer
- ${dozer.version}
-
-
+
+
+ org.apache.commons
+ commons-lang3
+ ${commons-lang3.version}
+
+
+ net.sf.dozer
+ dozer
+ ${dozer.version}
+
+
-
- 3.5
- 5.5.1
-
+
+ 3.5
+ 5.5.1
+
diff --git a/drools/pom.xml b/drools/pom.xml
index 375fe4fed50b..c1e8b34b061b 100644
--- a/drools/pom.xml
+++ b/drools/pom.xml
@@ -1,64 +1,64 @@
- 4.0.0
- drools
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ drools
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
- org.apache.httpcomponents
- httpcore
- ${http-component-version}
-
-
-
- org.kie
- kie-ci
- ${drools-version}
-
-
- org.drools
- drools-decisiontables
- ${drools-version}
-
-
- org.drools
- drools-core
- ${drools-version}
-
-
- org.drools
- drools-compiler
- ${drools-version}
-
-
- org.apache.poi
- poi
- ${apache-poi-version}
-
-
- org.apache.poi
- poi-ooxml
- ${apache-poi-version}
-
-
- org.springframework
- spring-core
- ${spring-core.version}
-
-
+
+
+ org.apache.httpcomponents
+ httpcore
+ ${http-component-version}
+
+
+
+ org.kie
+ kie-ci
+ ${drools-version}
+
+
+ org.drools
+ drools-decisiontables
+ ${drools-version}
+
+
+ org.drools
+ drools-core
+ ${drools-version}
+
+
+ org.drools
+ drools-compiler
+ ${drools-version}
+
+
+ org.apache.poi
+ poi
+ ${apache-poi-version}
+
+
+ org.apache.poi
+ poi-ooxml
+ ${apache-poi-version}
+
+
+ org.springframework
+ spring-core
+ ${spring-core.version}
+
+
-
- 4.4.6
- 7.4.1.Final
- 3.13
- 4.3.6.RELEASE
-
+
+ 4.4.6
+ 7.4.1.Final
+ 3.13
+ 4.3.6.RELEASE
+
diff --git a/dubbo/pom.xml b/dubbo/pom.xml
index 9f66319e3666..81ff921f2aee 100644
--- a/dubbo/pom.xml
+++ b/dubbo/pom.xml
@@ -32,8 +32,8 @@
${zkclient.version}
-
-
+
+
UTF-8
UTF-8
1.8
diff --git a/ejb/ejb-client/pom.xml b/ejb/ejb-client/pom.xml
index d9549483d774..83dd0aef3065 100755
--- a/ejb/ejb-client/pom.xml
+++ b/ejb/ejb-client/pom.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4.0.0
ejb-client
EJB3 Client Maven
@@ -40,5 +40,5 @@
-
+
\ No newline at end of file
diff --git a/ejb/ejb-remote/pom.xml b/ejb/ejb-remote/pom.xml
index 6c1875a91df4..b8f1f0dcc08a 100755
--- a/ejb/ejb-remote/pom.xml
+++ b/ejb/ejb-remote/pom.xml
@@ -85,7 +85,7 @@
7.0
1.6.1
- 1.1.0.Alpha5
+ 1.1.0.Alpha5
\ No newline at end of file
diff --git a/ejb/ejb-session-beans/pom.xml b/ejb/ejb-session-beans/pom.xml
index f93e9da06898..6afd7f2c6d7a 100644
--- a/ejb/ejb-session-beans/pom.xml
+++ b/ejb/ejb-session-beans/pom.xml
@@ -1,12 +1,12 @@
- 4.0.0
- ejb-session-beans
-
-
- com.baeldung.ejb
- ejb
- 1.0-SNAPSHOT
-
+ 4.0.0
+ ejb-session-beans
+
+
+ com.baeldung.ejb
+ ejb
+ 1.0-SNAPSHOT
+
@@ -74,8 +74,8 @@
-
-
+
+
UTF-8
1.1.12.Final
2.2.6
@@ -83,7 +83,7 @@
1.0.0.Final
4.12
7.0
- 1.0.0.CR4
+ 1.0.0.CR4
-
+
\ No newline at end of file
diff --git a/ejb/pom.xml b/ejb/pom.xml
index 1091a8c386b0..e61c2a0b7b8f 100755
--- a/ejb/pom.xml
+++ b/ejb/pom.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung.ejb
ejb
@@ -29,7 +29,7 @@
${ejb-remote.version}
ejb
-
+
com.baeldung.ejb
ejb-session-beans
${ejb-session-beans.version}
@@ -81,8 +81,8 @@
-
-
+
+
UTF-8
UTF-8
1.8
@@ -90,12 +90,12 @@
3.4.11
0.10
2.19.1
- 1.0-SNAPSHOT
- 1.0-SNAPSHOT
- 7.0
- 2.4
- 3.2
- 10.1.0.Final
+ 1.0-SNAPSHOT
+ 1.0-SNAPSHOT
+ 7.0
+ 2.4
+ 3.2
+ 10.1.0.Final
-
+
\ No newline at end of file
diff --git a/ejb/wildfly/pom.xml b/ejb/wildfly/pom.xml
index de8e1da8747a..ad73f4817e0e 100644
--- a/ejb/wildfly/pom.xml
+++ b/ejb/wildfly/pom.xml
@@ -1,93 +1,93 @@
- 4.0.0
- com.baeldung.wildfly
- wildfly-example
- 0.0.1-SNAPSHOT
- pom
-
-
- com.baeldung.ejb
- ejb
- 1.0-SNAPSHOT
-
-
-
- widlfly-web
- wildfly-ear
- wildfly-jpa
- wildfly-ejb-interfaces
- wildfly-ejb
-
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung.wildfly
+ wildfly-example
+ 0.0.1-SNAPSHOT
+ pom
+
+
+ com.baeldung.ejb
+ ejb
+ 1.0-SNAPSHOT
+
+
+
+ widlfly-web
+ wildfly-ear
+ wildfly-jpa
+ wildfly-ejb-interfaces
+ wildfly-ejb
+
+
+
+
+
+
+
+ javax
+ javaee-api
+ ${javaee-api.version}
+ provided
+
+
+
+ org.wildfly.bom
+ wildfly-javaee7
+ ${wildfly-javaee7.version}
+ import
+ pom
+
+
+
+ org.hibernate
+ hibernate-core
+ ${hibernate-core.version}
+ provided
+
+
+
+ com.baeldung.wildfly
+ wildlfy-ear
+ ${wildlfy.version}
+ ear
+
+
+
+ com.baeldung.wildfly
+ wildlfy-web
+ ${wildlfy.version}
+ war
+
+
+
+ com.baeldung.wildfly
+ wildlfy-jpa
+ ${wildlfy.version}
+
+
+
+ com.baeldung.wildfly
+ wildfly-ejb
+ ${wildlfy.version}
+
+
+
+ com.baeldung.wildfly
+ wildfly-ejb-interfaces
+ ${wildlfy.version}
+
+
+
+
+
+ 1.8
+ 1.8
+ UTF-8
+ 7.0
+ 10.1.0.Final
+ 5.2.3.Final
+ 0.0.1-SNAPSHOT
+
-
-
-
-
-
- javax
- javaee-api
- ${javaee-api.version}
- provided
-
-
-
- org.wildfly.bom
- wildfly-javaee7
- ${wildfly-javaee7.version}
- import
- pom
-
-
-
- org.hibernate
- hibernate-core
- ${hibernate-core.version}
- provided
-
-
-
- com.baeldung.wildfly
- wildlfy-ear
- ${wildlfy.version}
- ear
-
-
-
- com.baeldung.wildfly
- wildlfy-web
- ${wildlfy.version}
- war
-
-
-
- com.baeldung.wildfly
- wildlfy-jpa
- ${wildlfy.version}
-
-
-
- com.baeldung.wildfly
- wildfly-ejb
- ${wildlfy.version}
-
-
-
- com.baeldung.wildfly
- wildfly-ejb-interfaces
- ${wildlfy.version}
-
-
-
-
-
- 1.8
- 1.8
- UTF-8
- 7.0
- 10.1.0.Final
- 5.2.3.Final
- 0.0.1-SNAPSHOT
-
-
\ No newline at end of file
diff --git a/ejb/wildfly/widlfly-web/pom.xml b/ejb/wildfly/widlfly-web/pom.xml
index a89b187fdba2..a337e8ef608d 100644
--- a/ejb/wildfly/widlfly-web/pom.xml
+++ b/ejb/wildfly/widlfly-web/pom.xml
@@ -1,40 +1,40 @@
- 4.0.0
- widlfly-web
- war
-
-
- com.baeldung.wildfly
- wildfly-example
- 0.0.1-SNAPSHOT
-
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ widlfly-web
+ war
-
-
-
- javax
- javaee-api
- ${javaee-api.version}
- provided
-
-
-
- com.baeldung.wildfly
- wildfly-jpa
- ${wildlfy.version}
-
-
-
- com.baeldung.wildfly
- wildfly-ejb-interfaces
- ${wildlfy.version}
-
-
-
- com.baeldung.wildfly
- wildfly-ejb
- ${wildlfy.version}
-
-
+
+ com.baeldung.wildfly
+ wildfly-example
+ 0.0.1-SNAPSHOT
+
+
+
+
+
+ javax
+ javaee-api
+ ${javaee-api.version}
+ provided
+
+
+
+ com.baeldung.wildfly
+ wildfly-jpa
+ ${wildlfy.version}
+
+
+
+ com.baeldung.wildfly
+ wildfly-ejb-interfaces
+ ${wildlfy.version}
+
+
+
+ com.baeldung.wildfly
+ wildfly-ejb
+ ${wildlfy.version}
+
+
\ No newline at end of file
diff --git a/ejb/wildfly/wildfly-ear/pom.xml b/ejb/wildfly/wildfly-ear/pom.xml
index 73f0306091d0..f264594652a3 100644
--- a/ejb/wildfly/wildfly-ear/pom.xml
+++ b/ejb/wildfly/wildfly-ear/pom.xml
@@ -1,63 +1,63 @@
- 4.0.0
- wildfly-ear
- ear
-
-
- com.baeldung.wildfly
- wildfly-example
- 0.0.1-SNAPSHOT
-
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ wildfly-ear
+ ear
-
-
-
- com.baeldung.wildfly
- widlfly-web
- ${wildlfy.version}
- war
-
-
-
- com.baeldung.wildfly
- wildfly-jpa
- ${wildlfy.version}
-
-
-
- com.baeldung.wildfly
- wildfly-ejb
-
-
-
- com.baeldung.wildfly
- wildfly-ejb-interfaces
-
-
+
+ com.baeldung.wildfly
+ wildfly-example
+ 0.0.1-SNAPSHOT
+
-
-
-
- maven-ear-plugin
- 2.10.1
-
- lib/
- 7
-
-
- com.baeldung.wildfly
- widlfly-web
- /wildfly
-
-
-
-
-
- org.wildfly.plugins
- wildfly-maven-plugin
- 1.2.0.Final
-
-
-
+
+
+
+ com.baeldung.wildfly
+ widlfly-web
+ ${wildlfy.version}
+ war
+
+
+
+ com.baeldung.wildfly
+ wildfly-jpa
+ ${wildlfy.version}
+
+
+
+ com.baeldung.wildfly
+ wildfly-ejb
+
+
+
+ com.baeldung.wildfly
+ wildfly-ejb-interfaces
+
+
+
+
+
+
+ maven-ear-plugin
+ 2.10.1
+
+ lib/
+ 7
+
+
+ com.baeldung.wildfly
+ widlfly-web
+ /wildfly
+
+
+
+
+
+ org.wildfly.plugins
+ wildfly-maven-plugin
+ 1.2.0.Final
+
+
+
\ No newline at end of file
diff --git a/ejb/wildfly/wildfly-ejb-interfaces/pom.xml b/ejb/wildfly/wildfly-ejb-interfaces/pom.xml
index 9a067038ac79..61a630b8996e 100644
--- a/ejb/wildfly/wildfly-ejb-interfaces/pom.xml
+++ b/ejb/wildfly/wildfly-ejb-interfaces/pom.xml
@@ -1,32 +1,32 @@
- 4.0.0
- wildfly-ejb-interfaces
-
-
- com.baeldung.wildfly
- wildfly-example
- 0.0.1-SNAPSHOT
-
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ wildfly-ejb-interfaces
+
+
+ com.baeldung.wildfly
+ wildfly-example
+ 0.0.1-SNAPSHOT
+
+
+
+
+
+ javax.ejb
+ javax.ejb-api
+ ${javax.ejb-api.version}
+ provided
+
+
+
+ com.baeldung.wildfly
+ wildfly-jpa
+ ${wildlfy.version}
+
+
+
+
+ 3.2
+
-
-
-
- javax.ejb
- javax.ejb-api
- ${javax.ejb-api.version}
- provided
-
-
-
- com.baeldung.wildfly
- wildfly-jpa
- ${wildlfy.version}
-
-
-
-
- 3.2
-
-
\ No newline at end of file
diff --git a/ejb/wildfly/wildfly-ejb/pom.xml b/ejb/wildfly/wildfly-ejb/pom.xml
index 1af72d373d49..900f93c0ba21 100644
--- a/ejb/wildfly/wildfly-ejb/pom.xml
+++ b/ejb/wildfly/wildfly-ejb/pom.xml
@@ -1,50 +1,50 @@
- 4.0.0
- wildfly-ejb
- ejb
-
-
- com.baeldung.wildfly
- wildfly-example
- 0.0.1-SNAPSHOT
-
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ wildfly-ejb
+ ejb
-
-
-
- javax.ejb
- javax.ejb-api
- 3.2
- provided
-
-
-
- javax
- javaee-api
- provided
-
-
-
- org.hibernate
- hibernate-core
-
-
-
- com.baeldung.wildfly
- wildfly-ejb-interfaces
-
-
+
+ com.baeldung.wildfly
+ wildfly-example
+ 0.0.1-SNAPSHOT
+
-
-
-
- org.apache.maven.plugins
- maven-ejb-plugin
-
- 3.2
-
-
-
-
+
+
+
+ javax.ejb
+ javax.ejb-api
+ 3.2
+ provided
+
+
+
+ javax
+ javaee-api
+ provided
+
+
+
+ org.hibernate
+ hibernate-core
+
+
+
+ com.baeldung.wildfly
+ wildfly-ejb-interfaces
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-ejb-plugin
+
+ 3.2
+
+
+
+
\ No newline at end of file
diff --git a/ejb/wildfly/wildfly-jpa/pom.xml b/ejb/wildfly/wildfly-jpa/pom.xml
index dc0c888867bb..18e86b1b31d6 100644
--- a/ejb/wildfly/wildfly-jpa/pom.xml
+++ b/ejb/wildfly/wildfly-jpa/pom.xml
@@ -1,22 +1,22 @@
- 4.0.0
- wildfly-jpa
-
-
- com.baeldung.wildfly
- wildfly-example
- 0.0.1-SNAPSHOT
-
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ wildfly-jpa
+
+
+ com.baeldung.wildfly
+ wildfly-example
+ 0.0.1-SNAPSHOT
+
+
+
+
+
+
+ org.hibernate
+ hibernate-core
+ provided
+
+
-
-
-
-
- org.hibernate
- hibernate-core
- provided
-
-
-
\ No newline at end of file
diff --git a/enterprise-patterns/pom.xml b/enterprise-patterns/pom.xml
index 88504fe0efa7..07842b8981d8 100644
--- a/enterprise-patterns/pom.xml
+++ b/enterprise-patterns/pom.xml
@@ -1,17 +1,17 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung.enterprise.patterns
enterprise-patterns-parent
pom
-
+
com.baeldung
parent-modules
1.0.0-SNAPSHOT
-
+
spring-dispatcher-servlet
diff --git a/ethereumj/pom.xml b/ethereumj/pom.xml
index cc9720de543c..611b7b09eb88 100644
--- a/ethereumj/pom.xml
+++ b/ethereumj/pom.xml
@@ -1,86 +1,86 @@
- 4.0.0
- com.baeldung.ethereumj
- ethereumj
- war
- 1.0.0
- ethereumj
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+ xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ 4.0.0
+ com.baeldung.ethereumj
+ ethereumj
+ war
+ 1.0.0
+ ethereumj
-
- parent-boot-5
- com.baeldung
- 0.0.1-SNAPSHOT
- ../parent-boot-5
-
+
+ parent-boot-5
+ com.baeldung
+ 0.0.1-SNAPSHOT
+ ../parent-boot-5
+
-
-
- Ethereum
- Ethereum
- https://dl.bintray.com/ethereum/maven/
-
-
+
+
+ Ethereum
+ Ethereum
+ https://dl.bintray.com/ethereum/maven/
+
+
-
-
-
- org.springframework.boot
- spring-boot-starter-web
-
-
- org.springframework.boot
- spring-boot-starter-tomcat
-
-
-
- org.springframework.boot
- spring-boot-starter-test
- test
-
-
-
- org.ethereum
- ethereumj-core
- ${ethereumj-core.version}
-
-
-
- org.web3j
- core
- ${web3j.core.version}
-
-
-
- javax.servlet
- jstl
-
-
- com.fasterxml.jackson.core
- jackson-databind
- ${jackson-databind.version}
-
-
+
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+
+
+ org.springframework.boot
+ spring-boot-starter-tomcat
+
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
+
+
+ org.ethereum
+ ethereumj-core
+ ${ethereumj-core.version}
+
+
+
+ org.web3j
+ core
+ ${web3j.core.version}
+
+
+
+ javax.servlet
+ jstl
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+ ${jackson-databind.version}
+
+
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
-
- ethereumj
-
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+ ethereumj
+
-
- UTF-8
- 1.8
- 8.5.4
- 1.5.0-RELEASE
- 3.3.1
- 2.5.0
-
+
+ UTF-8
+ 1.8
+ 8.5.4
+ 1.5.0-RELEASE
+ 3.3.1
+ 2.5.0
+
\ No newline at end of file
diff --git a/feign/pom.xml b/feign/pom.xml
index 5d65e406fd65..ffcde60c5426 100644
--- a/feign/pom.xml
+++ b/feign/pom.xml
@@ -1,64 +1,64 @@
- 4.0.0
- com.baeldung.feign
- feign-client
+ xmlns="http://maven.apache.org/POM/4.0.0"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung.feign
+ feign-client
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
- ..
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+ ..
+
-
-
- io.github.openfeign
- feign-core
- ${feign.version}
-
-
- io.github.openfeign
- feign-okhttp
- ${feign.version}
-
-
- io.github.openfeign
- feign-gson
- ${feign.version}
-
-
- io.github.openfeign
- feign-slf4j
- ${feign.version}
-
-
- org.projectlombok
- lombok
- ${lombok.version}
- provided
-
-
+
+
+ io.github.openfeign
+ feign-core
+ ${feign.version}
+
+
+ io.github.openfeign
+ feign-okhttp
+ ${feign.version}
+
+
+ io.github.openfeign
+ feign-gson
+ ${feign.version}
+
+
+ io.github.openfeign
+ feign-slf4j
+ ${feign.version}
+
+
+ org.projectlombok
+ lombok
+ ${lombok.version}
+ provided
+
+
-
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
- ${spring-boot-maven-plugin.version}
-
-
-
-
+
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+ ${spring-boot-maven-plugin.version}
+
+
+
+
-
- UTF-8
- 9.4.0
- 1.16.12
- 1.4.2.RELEASE
-
+
+ UTF-8
+ 9.4.0
+ 1.16.12
+ 1.4.2.RELEASE
+
diff --git a/flips/pom.xml b/flips/pom.xml
index 4ee7f16a3fc9..be9f584114cd 100644
--- a/flips/pom.xml
+++ b/flips/pom.xml
@@ -1,68 +1,68 @@
- 4.0.0
- flips
- flips
- 0.0.1-SNAPSHOT
- jar
- flips
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ flips
+ flips
+ 0.0.1-SNAPSHOT
+ jar
+ flips
-
- parent-boot-5
- com.baeldung
- 0.0.1-SNAPSHOT
- ../parent-boot-5
-
+
+ parent-boot-5
+ com.baeldung
+ 0.0.1-SNAPSHOT
+ ../parent-boot-5
+
-
-
- org.springframework.boot
- spring-boot-starter-web
- ${spring-boot-starter-web.version}
-
-
- org.springframework.boot
- spring-boot-starter-test
- ${spring-boot-starter-test.version}
-
-
- com.github.feature-flip
- flips-web
- ${flips-web.version}
-
-
- org.projectlombok
- lombok
-
- ${lombok.version}
- provided
-
-
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+ ${spring-boot-starter-web.version}
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ ${spring-boot-starter-test.version}
+
+
+ com.github.feature-flip
+ flips-web
+ ${flips-web.version}
+
+
+ org.projectlombok
+ lombok
+
+ ${lombok.version}
+ provided
+
+
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
-
-
- repackage
-
-
-
-
-
-
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+
+ repackage
+
+
+
+
+
+
-
- UTF-8
- 1.8
- 1.8
- 1.5.10.RELEASE
- 1.5.9.RELEASE
- 1.0.1
- 1.16.18
-
+
+ UTF-8
+ 1.8
+ 1.8
+ 1.5.10.RELEASE
+ 1.5.9.RELEASE
+ 1.0.1
+ 1.16.18
+
diff --git a/flyway/pom.xml b/flyway/pom.xml
index 24f2dcf9fddc..3637f1de2896 100644
--- a/flyway/pom.xml
+++ b/flyway/pom.xml
@@ -62,13 +62,13 @@
-
+
UTF-8
UTF-8
1.8
- 5.0.2
- 6.0.3
- 5.0.2
+ 5.0.2
+ 6.0.3
+ 5.0.2
-
+
diff --git a/geotools/pom.xml b/geotools/pom.xml
index 2d71146964da..9347d17fc16c 100644
--- a/geotools/pom.xml
+++ b/geotools/pom.xml
@@ -1,67 +1,67 @@
- 4.0.0
- com.baeldung
- geotools
- 0.0.1-SNAPSHOT
- jar
- geotools
- http://maven.apache.org
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ geotools
+ 0.0.1-SNAPSHOT
+ jar
+ geotools
+ http://maven.apache.org
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
- junit
- junit
- ${junit.version}
- test
-
-
- org.geotools
- gt-shapefile
- ${geotools-shapefile.version}
-
-
- org.geotools
- gt-epsg-hsql
- ${geotools.version}
-
-
- org.geotools
- gt-swing
- ${geotools-swing.version}
-
-
+
+
+ junit
+ junit
+ ${junit.version}
+ test
+
+
+ org.geotools
+ gt-shapefile
+ ${geotools-shapefile.version}
+
+
+ org.geotools
+ gt-epsg-hsql
+ ${geotools.version}
+
+
+ org.geotools
+ gt-swing
+ ${geotools-swing.version}
+
+
-
-
- maven2-repository.dev.java.net
- Java.net repository
- http://download.java.net/maven/2
-
-
- osgeo
- Open Source Geospatial Foundation Repository
- http://download.osgeo.org/webdav/geotools/
-
-
-
- true
-
- opengeo
- OpenGeo Maven Repository
- http://repo.opengeo.org
-
-
+
+
+ maven2-repository.dev.java.net
+ Java.net repository
+ http://download.java.net/maven/2
+
+
+ osgeo
+ Open Source Geospatial Foundation Repository
+ http://download.osgeo.org/webdav/geotools/
+
+
+
+ true
+
+ opengeo
+ OpenGeo Maven Repository
+ http://repo.opengeo.org
+
+
-
- 15.2
- 15.2
- 15.2
-
+
+ 15.2
+ 15.2
+ 15.2
+
diff --git a/google-cloud/pom.xml b/google-cloud/pom.xml
index f7749e826377..b6e54e33c199 100644
--- a/google-cloud/pom.xml
+++ b/google-cloud/pom.xml
@@ -1,38 +1,38 @@
- 4.0.0
- google-cloud
- 0.1-SNAPSHOT
- jar
- google-cloud
- Google Cloud Tutorials
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ google-cloud
+ 0.1-SNAPSHOT
+ jar
+ google-cloud
+ Google Cloud Tutorials
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
- com.google.cloud
- google-cloud-storage
- ${google-cloud-storage.version}
-
-
- org.projectlombok
- lombok
-
- ${lombok.version}
- provided
-
-
+
+
+ com.google.cloud
+ google-cloud-storage
+ ${google-cloud-storage.version}
+
+
+ org.projectlombok
+ lombok
+
+ ${lombok.version}
+ provided
+
+
-
- 1.16.18
- UTF-8
- 1.16.0
-
+
+ 1.16.18
+ UTF-8
+ 1.16.0
+
diff --git a/graphql/graphql-java/pom.xml b/graphql/graphql-java/pom.xml
index c05dd618d8d2..27d2cebf2632 100644
--- a/graphql/graphql-java/pom.xml
+++ b/graphql/graphql-java/pom.xml
@@ -1,33 +1,33 @@
- 4.0.0
- com.baeldung.graphql
- graphql-java
- 1.0
- graphql-java
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung.graphql
+ graphql-java
+ 1.0
+ graphql-java
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
- com.graphql-java
- graphql-java-annotations
- ${graphql-java-annotations.version}
-
-
- io.ratpack
- ratpack-core
- ${ratpack-core.version}
-
-
-
-
+
+
+ com.graphql-java
+ graphql-java-annotations
+ ${graphql-java-annotations.version}
+
+
+ io.ratpack
+ ratpack-core
+ ${ratpack-core.version}
+
+
+
+
3.0.3
- 1.4.6
+ 1.4.6
-
+
\ No newline at end of file
diff --git a/grpc/pom.xml b/grpc/pom.xml
index 7e5de24a1674..ad563f16fd3f 100644
--- a/grpc/pom.xml
+++ b/grpc/pom.xml
@@ -7,8 +7,8 @@
jar
grpc-demo
http://maven.apache.org
-
-
+
+
com.baeldung
parent-modules
1.0.0-SNAPSHOT
@@ -37,7 +37,7 @@
test
-
+
@@ -71,12 +71,12 @@
-
-
+
+
UTF-8
1.5.0
- 1.5.0.Final
- 0.5.0
+ 1.5.0.Final
+ 0.5.0
-
+
diff --git a/gson/pom.xml b/gson/pom.xml
index 1f95d552d7a9..3e0bafee2c6e 100644
--- a/gson/pom.xml
+++ b/gson/pom.xml
@@ -1,71 +1,71 @@
- 4.0.0
- com.baeldung
- gson
- 0.1-SNAPSHOT
- gson
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ gson
+ 0.1-SNAPSHOT
+ gson
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
-
- joda-time
- joda-time
- ${joda-time.version}
-
-
- com.google.guava
- guava
- ${guava.version}
-
-
- commons-io
- commons-io
- ${commons-io.version}
-
-
- org.apache.commons
- commons-collections4
- ${commons-collections4.version}
-
-
- org.apache.commons
- commons-lang3
- ${commons-lang3.version}
-
-
-
- com.google.code.gson
- gson
- ${gson.version}
-
-
+
+
+
+ joda-time
+ joda-time
+ ${joda-time.version}
+
+
+ com.google.guava
+ guava
+ ${guava.version}
+
+
+ commons-io
+ commons-io
+ ${commons-io.version}
+
+
+ org.apache.commons
+ commons-collections4
+ ${commons-collections4.version}
+
+
+ org.apache.commons
+ commons-lang3
+ ${commons-lang3.version}
+
+
+
+ com.google.code.gson
+ gson
+ ${gson.version}
+
+
-
- gson
-
-
- src/main/resources
- true
-
-
-
+
+ gson
+
+
+ src/main/resources
+ true
+
+
+
-
-
- 2.8.0
-
- 19.0
- 3.5
- 4.1
- 2.5
- 2.9.6
-
+
+
+ 2.8.0
+
+ 19.0
+ 3.5
+ 4.1
+ 2.5
+ 2.9.6
+
\ No newline at end of file
diff --git a/guava-modules/guava-18/pom.xml b/guava-modules/guava-18/pom.xml
index 1be9b37349d9..d2ddcc3faccb 100644
--- a/guava-modules/guava-18/pom.xml
+++ b/guava-modules/guava-18/pom.xml
@@ -1,28 +1,28 @@
- 4.0.0
- com.baeldung
- guava-18
- 0.1.0-SNAPSHOT
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ guava-18
+ 0.1.0-SNAPSHOT
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
- ../../
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+ ../../
+
-
-
- com.google.guava
- guava
- ${guava.version}
-
-
+
+
+ com.google.guava
+ guava
+ ${guava.version}
+
+
-
- 18.0
-
+
+ 18.0
+
\ No newline at end of file
diff --git a/guava-modules/guava-19/pom.xml b/guava-modules/guava-19/pom.xml
index d70ce5593c7b..225dc9e9e336 100644
--- a/guava-modules/guava-19/pom.xml
+++ b/guava-modules/guava-19/pom.xml
@@ -1,28 +1,28 @@
- 4.0.0
- com.baeldung
- guava-19
- 0.1.0-SNAPSHOT
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ guava-19
+ 0.1.0-SNAPSHOT
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
- ../../
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+ ../../
+
-
-
- com.google.guava
- guava
- ${guava.version}
-
-
+
+
+ com.google.guava
+ guava
+ ${guava.version}
+
+
-
- 19.0
-
+
+ 19.0
+
\ No newline at end of file
diff --git a/guava-modules/guava-21/pom.xml b/guava-modules/guava-21/pom.xml
index d2ba66ca4a41..42b66d84c837 100644
--- a/guava-modules/guava-21/pom.xml
+++ b/guava-modules/guava-21/pom.xml
@@ -1,34 +1,34 @@
- 4.0.0
- guava-21
- 1.0-SNAPSHOT
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ guava-21
+ 1.0-SNAPSHOT
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
- ../../
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+ ../../
+
-
-
- com.google.guava
- guava
- ${guava.version}
-
+
+
+ com.google.guava
+ guava
+ ${guava.version}
+
-
- org.jooq
- jool
- ${jool.version}
-
-
+
+ org.jooq
+ jool
+ ${jool.version}
+
+
-
- 21.0
- 0.9.12
-
+
+ 21.0
+ 0.9.12
+
\ No newline at end of file
diff --git a/guava/pom.xml b/guava/pom.xml
index de3119dc5b73..3ad3220f2133 100644
--- a/guava/pom.xml
+++ b/guava/pom.xml
@@ -1,61 +1,61 @@
- 4.0.0
- com.baeldung
- guava
- 0.1.0-SNAPSHOT
- guava
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ guava
+ 0.1.0-SNAPSHOT
+ guava
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
-
- com.google.guava
- guava
- ${guava.version}
-
-
- org.apache.commons
- commons-collections4
- ${commons-collections4.version}
-
-
- org.apache.commons
- commons-lang3
- ${commons-lang3.version}
-
-
-
- org.assertj
- assertj-core
- ${assertj.version}
- test
-
-
+
+
+
+ com.google.guava
+ guava
+ ${guava.version}
+
+
+ org.apache.commons
+ commons-collections4
+ ${commons-collections4.version}
+
+
+ org.apache.commons
+ commons-lang3
+ ${commons-lang3.version}
+
+
+
+ org.assertj
+ assertj-core
+ ${assertj.version}
+ test
+
+
-
- guava
-
-
- src/main/resources
- true
-
-
-
+
+ guava
+
+
+ src/main/resources
+ true
+
+
+
-
-
- 24.0-jre
- 3.5
- 4.1
+
+
+ 24.0-jre
+ 3.5
+ 4.1
-
- 3.6.1
-
+
+ 3.6.1
+
\ No newline at end of file
diff --git a/guest/core-java-9/pom.xml b/guest/core-java-9/pom.xml
index 9e94532c2d7f..f8e2dcce85b0 100644
--- a/guest/core-java-9/pom.xml
+++ b/guest/core-java-9/pom.xml
@@ -1,40 +1,40 @@
- 4.0.0
- com.stackify
- core-java-9
- 0.0.1-SNAPSHOT
-
-
+ 4.0.0
+ com.stackify
+ core-java-9
+ 0.0.1-SNAPSHOT
+
+
com.baeldung
parent-modules
1.0.0-SNAPSHOT
- ../../
+ ../../
-
-
+
+
junit
junit
${junit.version}
-
-
-
-
- maven-compiler-plugin
- ${maven-compiler-plugin.version}
-
-
- ${maven.compiler.target}
-
-
-
-
-
-
- 1.9
+
+
+
+
+ maven-compiler-plugin
+ ${maven-compiler-plugin.version}
+
+
+ ${maven.compiler.target}
+
+
+
+
+
+
+ 1.9
1.9
-
+
\ No newline at end of file
diff --git a/guest/core-java/pom.xml b/guest/core-java/pom.xml
index 31e6af89dc48..c3042ca94aaa 100644
--- a/guest/core-java/pom.xml
+++ b/guest/core-java/pom.xml
@@ -1,28 +1,28 @@
- 4.0.0
- com.stackify
- core-java
- 0.0.1-SNAPSHOT
-
-
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.stackify
+ core-java
+ 0.0.1-SNAPSHOT
+
+
com.baeldung
parent-modules
1.0.0-SNAPSHOT
- ../../
+ ../../
-
-
-
- junit
- junit
- ${junit.version}
-
-
- org.apache.logging.log4j
- log4j-core
- ${log4j2.version}
-
+
+
+
+ junit
+ junit
+ ${junit.version}
+
+
+ org.apache.logging.log4j
+ log4j-core
+ ${log4j2.version}
+
org.hamcrest
hamcrest-core
@@ -41,11 +41,11 @@
${org.hamcrest.version}
test
-
-
-
- 2.8.2
- 1.3
-
-
+
+
+
+ 2.8.2
+ 1.3
+
+
\ No newline at end of file
diff --git a/guest/deep-jsf/pom.xml b/guest/deep-jsf/pom.xml
index bbb544443f59..bd02b145d062 100644
--- a/guest/deep-jsf/pom.xml
+++ b/guest/deep-jsf/pom.xml
@@ -6,11 +6,11 @@
deep-jsf
0.0.1-SNAPSHOT
war
-
+
com.baeldung
parent-modules
1.0.0-SNAPSHOT
- ../../
+ ../../
false
diff --git a/guest/junit5-example/pom.xml b/guest/junit5-example/pom.xml
index c9ea23271500..a63ccdee3511 100644
--- a/guest/junit5-example/pom.xml
+++ b/guest/junit5-example/pom.xml
@@ -1,65 +1,65 @@
- 4.0.0
- junit5-example
- junit5-example
- 0.0.1-SNAPSHOT
-
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ junit5-example
+ junit5-example
+ 0.0.1-SNAPSHOT
+
com.baeldung
parent-modules
1.0.0-SNAPSHOT
- ../../
+ ../../
-
-
- org.junit.jupiter
- junit-jupiter-engine
- 5.0.0-M4
-
-
- org.junit.jupiter
- junit-jupiter-params
- 5.0.0-M4
-
+
+
+ org.junit.jupiter
+ junit-jupiter-engine
+ 5.0.0-M4
+
+
+ org.junit.jupiter
+ junit-jupiter-params
+ 5.0.0-M4
+
-
- org.junit.vintage
- junit-vintage-engine
- 4.12.0-M4
-
+
+ org.junit.vintage
+ junit-vintage-engine
+ 4.12.0-M4
+
-
- com.h2database
- h2
- 1.4.195
-
+
+ com.h2database
+ h2
+ 1.4.195
+
-
- org.apache.logging.log4j
- log4j-core
- 2.8.2
-
+
+ org.apache.logging.log4j
+ log4j-core
+ 2.8.2
+
-
+
-
-
-
- maven-surefire-plugin
- 2.19.1
-
-
- org.junit.platform
- junit-platform-surefire-provider
- 1.0.0-M4
-
-
-
-
- math
-
-
-
-
-
+
+
+
+ maven-surefire-plugin
+ 2.19.1
+
+
+ org.junit.platform
+ junit-platform-surefire-provider
+ 1.0.0-M4
+
+
+
+
+ math
+
+
+
+
+
\ No newline at end of file
diff --git a/guest/log4j2-example/pom.xml b/guest/log4j2-example/pom.xml
index 26e026448fb3..760af88a06f4 100644
--- a/guest/log4j2-example/pom.xml
+++ b/guest/log4j2-example/pom.xml
@@ -1,51 +1,51 @@
- 4.0.0
- log4j2-example
- log4j2-example
- 0.0.1-SNAPSHOT
-
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ log4j2-example
+ log4j2-example
+ 0.0.1-SNAPSHOT
+
com.baeldung
parent-modules
1.0.0-SNAPSHOT
- ../../
+ ../../
-
-
-
- org.apache.logging.log4j
- log4j-core
- ${log4j-core.version}
-
+
+
+
+ org.apache.logging.log4j
+ log4j-core
+ ${log4j-core.version}
+
-
-
- com.fasterxml.jackson.core
- jackson-databind
- ${jackson.version}
-
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+ ${jackson.version}
+
-
- junit
- junit
- 4.12
-
-
+
+ junit
+ junit
+ 4.12
+
+
-
-
-
- src/main/resources/
-
- **/*.java
-
-
-
-
+
+
+
+ src/main/resources/
+
+ **/*.java
+
+
+
+
-
- 2.8.8.1
- 2.8.2
-
+
+ 2.8.8.1
+ 2.8.2
+
\ No newline at end of file
diff --git a/guest/logback-example/pom.xml b/guest/logback-example/pom.xml
index 8240e45b6ae5..d913db26bd3a 100644
--- a/guest/logback-example/pom.xml
+++ b/guest/logback-example/pom.xml
@@ -1,32 +1,32 @@
- 4.0.0
- com.stackify
- logback-example
- 0.0.1-SNAPSHOT
-
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.stackify
+ logback-example
+ 0.0.1-SNAPSHOT
+
com.baeldung
parent-modules
1.0.0-SNAPSHOT
- ../../
+ ../../
-
-
- ch.qos.logback
- logback-classic
- 1.2.3
-
+
+
+ ch.qos.logback
+ logback-classic
+ 1.2.3
+
-
- junit
- junit
- 4.12
-
+
+ junit
+ junit
+ 4.12
+
-
- org.codehaus.janino
- janino
- 3.0.7
-
-
+
+ org.codehaus.janino
+ janino
+ 3.0.7
+
+
\ No newline at end of file
diff --git a/guest/memory-leaks/pom.xml b/guest/memory-leaks/pom.xml
index 53914ff22c41..0bb201dd2f9c 100644
--- a/guest/memory-leaks/pom.xml
+++ b/guest/memory-leaks/pom.xml
@@ -1,36 +1,36 @@
- 4.0.0
- com.baeldung
- memory-leaks
- 0.0.1-SNAPSHOT
-
-
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ memory-leaks
+ 0.0.1-SNAPSHOT
+
+
com.baeldung
parent-modules
1.0.0-SNAPSHOT
- ../../
+ ../../
-
-
-
- junit
- junit
- ${junit.version}
-
-
-
-
-
- src/main/resources/
-
- **/*.java
-
-
-
- src/test/resources/
-
-
-
+
+
+ junit
+ junit
+ ${junit.version}
+
+
+
+
+
+
+ src/main/resources/
+
+ **/*.java
+
+
+
+ src/test/resources/
+
+
+
\ No newline at end of file
diff --git a/guest/remote-debugging/pom.xml b/guest/remote-debugging/pom.xml
index a172ecaca7ca..6e077fce56c2 100644
--- a/guest/remote-debugging/pom.xml
+++ b/guest/remote-debugging/pom.xml
@@ -34,11 +34,11 @@
-
-
+
+
UTF-8
UTF-8
- 1.5.8.RELEASE
+ 1.5.8.RELEASE
diff --git a/guest/spring-mvc/pom.xml b/guest/spring-mvc/pom.xml
index 6eb05a45c1e8..169b216ff9ed 100644
--- a/guest/spring-mvc/pom.xml
+++ b/guest/spring-mvc/pom.xml
@@ -37,7 +37,7 @@
-
+
spring-milestones
diff --git a/guest/spring-security/pom.xml b/guest/spring-security/pom.xml
index df0709c888a9..16e946d10874 100644
--- a/guest/spring-security/pom.xml
+++ b/guest/spring-security/pom.xml
@@ -12,10 +12,10 @@
org.springframework.boot
spring-boot-starter-parent
- ${spring-boot-starter-parent.version}
+ ${spring-boot-starter-parent.version}
-
+
org.springframework.boot
@@ -55,7 +55,7 @@
-
+
spring-milestones
@@ -71,7 +71,7 @@
UTF-8
UTF-8
3.0.8.RELEASE
- 2.0.0.M6
+ 2.0.0.M6
\ No newline at end of file
diff --git a/guest/thread-pools/pom.xml b/guest/thread-pools/pom.xml
index 64301bbbc378..56173b128573 100644
--- a/guest/thread-pools/pom.xml
+++ b/guest/thread-pools/pom.xml
@@ -1,27 +1,27 @@
- 4.0.0
- com.stackify
- thread-pools
- 0.0.1-SNAPSHOT
-
-
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.stackify
+ thread-pools
+ 0.0.1-SNAPSHOT
+
+
com.baeldung
parent-modules
1.0.0-SNAPSHOT
- ../../
+ ../../
-
-
-
- ch.qos.logback
- logback-classic
- ${logback-classic.version}
-
-
-
-
+
+
+
+ ch.qos.logback
+ logback-classic
+ ${logback-classic.version}
+
+
+
+
1.2.3
-
+
\ No newline at end of file
diff --git a/guest/tomcat-app/pom.xml b/guest/tomcat-app/pom.xml
index 5f69fcef9ff4..f3447b08c3c7 100644
--- a/guest/tomcat-app/pom.xml
+++ b/guest/tomcat-app/pom.xml
@@ -1,18 +1,18 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.stackify
tomcat-app
0.0.1-SNAPSHOT
war
-
-
+
+
com.baeldung
parent-modules
1.0.0-SNAPSHOT
- ../../
+ ../../
-
+
org.glassfish.jersey.containers
@@ -62,15 +62,15 @@
-
-
+
+
1.2.3
- 2.25.1
- 1.4.195
- 3.0.3
- 2.8.2
- 1.69.0
- 2.25.1
+ 2.25.1
+ 1.4.195
+ 3.0.3
+ 2.8.2
+ 1.69.0
+ 2.25.1
-
+
\ No newline at end of file
diff --git a/guest/webservices/rest-client/pom.xml b/guest/webservices/rest-client/pom.xml
index f6fa7405a0e4..84f4eaf3c09a 100644
--- a/guest/webservices/rest-client/pom.xml
+++ b/guest/webservices/rest-client/pom.xml
@@ -1,32 +1,32 @@
- 4.0.0
- com.stackify
- rest-client
- 0.0.1-SNAPSHOT
- war
-
-
+ 4.0.0
+ com.stackify
+ rest-client
+ 0.0.1-SNAPSHOT
+ war
+
+
com.baeldung
parent-modules
1.0.0-SNAPSHOT
- ../../../
+ ../../../
-
-
-
-
- maven-war-plugin
- ${maven-war-plugin.version}
-
- WebContent
- false
-
-
-
-
-
-
+
+
+
+
+ maven-war-plugin
+ ${maven-war-plugin.version}
+
+ WebContent
+ false
+
+
+
+
+
+
2.6
-
+
\ No newline at end of file
diff --git a/guest/webservices/rest-server/pom.xml b/guest/webservices/rest-server/pom.xml
index 153f4f572889..955afdd82c43 100644
--- a/guest/webservices/rest-server/pom.xml
+++ b/guest/webservices/rest-server/pom.xml
@@ -1,58 +1,58 @@
- 4.0.0
- com.stackify
- rest-server
- 0.0.1-SNAPSHOT
- war
-
-
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.stackify
+ rest-server
+ 0.0.1-SNAPSHOT
+ war
+
+
com.baeldung
parent-modules
1.0.0-SNAPSHOT
- ../../../
+ ../../../
-
-
-
- org.glassfish.jersey.containers
- jersey-container-servlet
- ${jersey-container-servlet.version}
-
-
- org.glassfish.jersey.media
- jersey-media-moxy
- ${jersey-media-moxy.version}
-
-
- io.rest-assured
- rest-assured
- ${rest-assured.version}
-
-
- junit
- junit
- ${junit.version}
-
-
-
-
-
- maven-war-plugin
- ${maven-war-plugin.version}
-
- WebContent
-
-
-
-
-
-
+
+
+ org.glassfish.jersey.containers
+ jersey-container-servlet
+ ${jersey-container-servlet.version}
+
+
+ org.glassfish.jersey.media
+ jersey-media-moxy
+ ${jersey-media-moxy.version}
+
+
+ io.rest-assured
+ rest-assured
+ ${rest-assured.version}
+
+
+ junit
+ junit
+ ${junit.version}
+
+
+
+
+
+
+ maven-war-plugin
+ ${maven-war-plugin.version}
+
+ WebContent
+
+
+
+
+
+
3.0.0
- 2.25.1
- 3.0.3
- 2.25.1
+ 2.25.1
+ 3.0.3
+ 2.25.1
-
+
\ No newline at end of file
diff --git a/guest/webservices/spring-rest-service/pom.xml b/guest/webservices/spring-rest-service/pom.xml
index 221b56d0be42..74b76ee725e4 100644
--- a/guest/webservices/spring-rest-service/pom.xml
+++ b/guest/webservices/spring-rest-service/pom.xml
@@ -1,59 +1,59 @@
- 4.0.0
- com.stackify
- spring-rest-service
- 0.0.1-SNAPSHOT
- war
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.stackify
+ spring-rest-service
+ 0.0.1-SNAPSHOT
+ war
-
- org.springframework.boot
- spring-boot-starter-parent
- ${spring-boot-starter-parent.version}
-
+
+ org.springframework.boot
+ spring-boot-starter-parent
+ ${spring-boot-starter-parent.version}
+
-
-
- org.springframework.boot
- spring-boot-starter-web
-
-
- org.springframework.boot
- spring-boot-starter-hateoas
-
-
- io.springfox
- springfox-swagger2
- ${springfox-swagger2.version}
-
-
- io.springfox
- springfox-swagger-ui
- ${springfox-swagger-ui.version}
-
-
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+
+
+ org.springframework.boot
+ spring-boot-starter-hateoas
+
+
+ io.springfox
+ springfox-swagger2
+ ${springfox-swagger2.version}
+
+
+ io.springfox
+ springfox-swagger-ui
+ ${springfox-swagger-ui.version}
+
+
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
-
- ${maven.compiler.target}
-
-
-
-
-
-
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+ ${maven.compiler.target}
+
+
+
+
+
+
UTF-8
UTF-8
- 1.5.4.RELEASE
- 2.7.0
- 2.7.0
- 1.8
+ 1.5.4.RELEASE
+ 2.7.0
+ 2.7.0
+ 1.8
1.8
-
+
\ No newline at end of file
diff --git a/guice/pom.xml b/guice/pom.xml
index 1436bb85554f..ba0ed39c4a3a 100644
--- a/guice/pom.xml
+++ b/guice/pom.xml
@@ -1,30 +1,30 @@
- 4.0.0
- com.baeldung.examples.guice
- guice
- 1.0-SNAPSHOT
- jar
- guice
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung.examples.guice
+ guice
+ 1.0-SNAPSHOT
+ jar
+ guice
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
- com.google.inject
- guice
- ${guice.version}
-
-
+
+
+ com.google.inject
+ guice
+ ${guice.version}
+
+
-
- UTF-8
- 4.1.0
-
+
+ UTF-8
+ 4.1.0
+
diff --git a/handling-spring-static-resources/pom.xml b/handling-spring-static-resources/pom.xml
index f0edffb42814..a3c714514e93 100644
--- a/handling-spring-static-resources/pom.xml
+++ b/handling-spring-static-resources/pom.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4.0.0
com.baeldung
spring-static-resources
diff --git a/hazelcast/pom.xml b/hazelcast/pom.xml
index 4eb9f5769c0c..aa7faa07cfa9 100644
--- a/hazelcast/pom.xml
+++ b/hazelcast/pom.xml
@@ -1,43 +1,43 @@
- 4.0.0
- com.baeldung
- hazelcast
- 0.0.1-SNAPSHOT
- hazelcast
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ hazelcast
+ 0.0.1-SNAPSHOT
+ hazelcast
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
- com.hazelcast
- hazelcast
- ${hazelcast.version}
-
-
- com.hazelcast
- hazelcast-client
- ${hazelcast.version}
-
-
+
+
+ com.hazelcast
+ hazelcast
+ ${hazelcast.version}
+
+
+ com.hazelcast
+ hazelcast-client
+ ${hazelcast.version}
+
+
-
- hazelcast
-
-
- src/main/resources
- true
-
-
-
+
+ hazelcast
+
+
+ src/main/resources
+ true
+
+
+
-
-
- 3.8.4
-
+
+
+ 3.8.4
+
\ No newline at end of file
diff --git a/hbase/pom.xml b/hbase/pom.xml
index e3a2acec1606..ff4aa15130e4 100644
--- a/hbase/pom.xml
+++ b/hbase/pom.xml
@@ -1,37 +1,37 @@
- 4.0.0
- hbase
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ hbase
-
- parent-modules
- com.baeldung
- 1.0.0-SNAPSHOT
-
+
+ parent-modules
+ com.baeldung
+ 1.0.0-SNAPSHOT
+
-
-
- org.apache.hbase
- hbase-client
- ${hbase.version}
-
-
- commons-logging
- commons-logging
-
-
-
-
- org.apache.hbase
- hbase
- ${hbase.version}
- pom
-
-
+
+
+ org.apache.hbase
+ hbase-client
+ ${hbase.version}
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ org.apache.hbase
+ hbase
+ ${hbase.version}
+ pom
+
+
-
- 1.3.1
-
+
+ 1.3.1
+
\ No newline at end of file
diff --git a/hibernate5/pom.xml b/hibernate5/pom.xml
index b6913a828c28..6ed13b8ae440 100644
--- a/hibernate5/pom.xml
+++ b/hibernate5/pom.xml
@@ -1,21 +1,21 @@
- 4.0.0
- com.baeldung
- hibernate5
- 0.0.1-SNAPSHOT
- hibernate5
- http://maven.apache.org
-
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
-
-
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+ xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ 4.0.0
+ com.baeldung
+ hibernate5
+ 0.0.1-SNAPSHOT
+ hibernate5
+ http://maven.apache.org
+
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
+
+
org.hibernate
hibernate-core
@@ -52,9 +52,9 @@
mariaDB4j
${mariaDB4j.version}
-
-
-
+
+
+
hibernate5
@@ -63,16 +63,16 @@
-
-
- UTF-8
-
+
+
+ UTF-8
+
3.7.0
5.2.12.Final
6.0.6
2.2.3
- 1.4.196
- 3.8.0
+ 1.4.196
+ 3.8.0
-
+
diff --git a/httpclient/pom.xml b/httpclient/pom.xml
index 35ed208cf1c0..af50f38ebe32 100644
--- a/httpclient/pom.xml
+++ b/httpclient/pom.xml
@@ -1,138 +1,138 @@
- 4.0.0
- com.baeldung
- httpclient
- 0.1-SNAPSHOT
- httpclient
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ httpclient
+ 0.1-SNAPSHOT
+ httpclient
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
-
- com.google.guava
- guava
- ${guava.version}
-
-
- org.apache.commons
- commons-lang3
- ${commons-lang3.version}
-
-
-
- org.apache.httpcomponents
- httpclient
- ${httpclient.version}
-
-
- commons-logging
- commons-logging
-
-
-
-
- org.apache.httpcomponents
- fluent-hc
- ${httpclient.version}
-
-
- commons-logging
- commons-logging
-
-
-
-
- org.apache.httpcomponents
- httpmime
- ${httpclient.version}
-
-
- commons-codec
- commons-codec
- ${commons-codec.version}
-
-
- org.apache.httpcomponents
- httpasyncclient
- ${httpasyncclient.version}
-
-
- commons-logging
- commons-logging
-
-
-
-
- com.github.tomakehurst
- wiremock
- ${wiremock.version}
- test
-
-
+
+
+
+ com.google.guava
+ guava
+ ${guava.version}
+
+
+ org.apache.commons
+ commons-lang3
+ ${commons-lang3.version}
+
+
+
+ org.apache.httpcomponents
+ httpclient
+ ${httpclient.version}
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ org.apache.httpcomponents
+ fluent-hc
+ ${httpclient.version}
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ org.apache.httpcomponents
+ httpmime
+ ${httpclient.version}
+
+
+ commons-codec
+ commons-codec
+ ${commons-codec.version}
+
+
+ org.apache.httpcomponents
+ httpasyncclient
+ ${httpasyncclient.version}
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ com.github.tomakehurst
+ wiremock
+ ${wiremock.version}
+ test
+
+
-
- httpclient
-
-
- src/main/resources
- true
-
-
-
+
+ httpclient
+
+
+ src/main/resources
+ true
+
+
+
-
-
- live
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
-
-
- integration-test
-
- test
-
-
-
- **/*ManualTest.java
-
-
- **/*LiveTest.java
-
-
-
-
-
-
- json
-
-
-
-
-
-
-
+
+
+ live
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+
+ integration-test
+
+ test
+
+
+
+ **/*ManualTest.java
+
+
+ **/*LiveTest.java
+
+
+
+
+
+
+ json
+
+
+
+
+
+
+
-
-
- 19.0
- 3.5
- 1.10
- 4.1.2
-
- 2.5.1
- 4.4.5
- 4.5.3
-
- 1.6.1
-
+
+
+ 19.0
+ 3.5
+ 1.10
+ 4.1.2
+
+ 2.5.1
+ 4.4.5
+ 4.5.3
+
+ 1.6.1
+
\ No newline at end of file
diff --git a/hystrix/pom.xml b/hystrix/pom.xml
index 6a62650172bd..8e4a9b28b756 100644
--- a/hystrix/pom.xml
+++ b/hystrix/pom.xml
@@ -1,77 +1,77 @@
- 4.0.0
- hystrix
- 1.0
- hystrix
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ 4.0.0
+ hystrix
+ 1.0
+ hystrix
-
- parent-boot-5
- com.baeldung
- 0.0.1-SNAPSHOT
- ../parent-boot-5
-
+
+ parent-boot-5
+ com.baeldung
+ 0.0.1-SNAPSHOT
+ ../parent-boot-5
+
-
-
- org.springframework.boot
- spring-boot-starter-tomcat
-
-
- org.springframework.boot
- spring-boot-starter-web
-
-
- org.springframework.boot
- spring-boot-starter-aop
-
-
- com.netflix.hystrix
- hystrix-core
- ${hystrix-core.version}
-
-
- commons-logging
- commons-logging
-
-
-
-
- com.netflix.hystrix
- hystrix-metrics-event-stream
- ${hystrix-metrics-event-stream.version}
-
-
-
- com.netflix.rxjava
- rxjava-core
- ${rxjava-core.version}
-
-
- org.hamcrest
- hamcrest-all
- ${hamcrest-all.version}
- test
-
-
- org.springframework
- spring-test
- test
-
-
+
+
+ org.springframework.boot
+ spring-boot-starter-tomcat
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+
+
+ org.springframework.boot
+ spring-boot-starter-aop
+
+
+ com.netflix.hystrix
+ hystrix-core
+ ${hystrix-core.version}
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ com.netflix.hystrix
+ hystrix-metrics-event-stream
+ ${hystrix-metrics-event-stream.version}
+
+
+
+ com.netflix.rxjava
+ rxjava-core
+ ${rxjava-core.version}
+
+
+ org.hamcrest
+ hamcrest-all
+ ${hamcrest-all.version}
+ test
+
+
+ org.springframework
+ spring-test
+ test
+
+
-
-
- 1.5.8
- 0.20.7
-
- 1.3
-
- 2.6
- 2.7
- 1.5.8
- 1.5.8
-
+
+
+ 1.5.8
+ 0.20.7
+
+ 1.3
+
+ 2.6
+ 2.7
+ 1.5.8
+ 1.5.8
+
diff --git a/image-processing/pom.xml b/image-processing/pom.xml
index fda35d8ff067..51444a7812b8 100644
--- a/image-processing/pom.xml
+++ b/image-processing/pom.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
image-processing
@@ -34,23 +34,23 @@
commons-logging
-
+
com.twelvemonkeys.imageio
imageio-core
${imageio.version}
-
+
com.twelvemonkeys.imageio
imageio-bmp
${imageio.version}
-
-
+
+
1.3.5
1.51h
- 3.3.2
+ 3.3.2
\ No newline at end of file
diff --git a/immutables/pom.xml b/immutables/pom.xml
index 1dcc527020f1..987dce934df0 100644
--- a/immutables/pom.xml
+++ b/immutables/pom.xml
@@ -1,40 +1,40 @@
- 4.0.0
- immutables
- 1.0.0-SNAPSHOT
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ immutables
+ 1.0.0-SNAPSHOT
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
- org.immutables
- value
- ${immutables.version}
-
-
- org.assertj
- assertj-core
- ${assertj.version}
- test
-
-
- org.mutabilitydetector
- MutabilityDetector
- ${mutabilitydetector.version}
- test
-
-
+
+
+ org.immutables
+ value
+ ${immutables.version}
+
+
+ org.assertj
+ assertj-core
+ ${assertj.version}
+ test
+
+
+ org.mutabilitydetector
+ MutabilityDetector
+ ${mutabilitydetector.version}
+ test
+
+
-
- 2.5.6
- 3.6.1
- 0.9.6
-
+
+ 2.5.6
+ 3.6.1
+ 0.9.6
+
\ No newline at end of file
diff --git a/influxdb/pom.xml b/influxdb/pom.xml
index f2c2d2685337..92c47d2082ee 100644
--- a/influxdb/pom.xml
+++ b/influxdb/pom.xml
@@ -1,39 +1,39 @@
- 4.0.0
- influxdb
- 0.1-SNAPSHOT
- jar
- influxdb
- InfluxDB SDK Tutorial
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ influxdb
+ 0.1-SNAPSHOT
+ jar
+ influxdb
+ InfluxDB SDK Tutorial
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
- org.influxdb
- influxdb-java
- ${influxdb.sdk.version}
-
+
+
+ org.influxdb
+ influxdb-java
+ ${influxdb.sdk.version}
+
-
- org.projectlombok
- lombok
-
- ${lombok.version}
- provided
-
-
+
+ org.projectlombok
+ lombok
+
+ ${lombok.version}
+ provided
+
+
-
- UTF-8
- 2.8
- 1.16.18
-
+
+ UTF-8
+ 2.8
+ 1.16.18
+
diff --git a/jackson/pom.xml b/jackson/pom.xml
index dfcfb1b1a086..fb2d48d4afc1 100644
--- a/jackson/pom.xml
+++ b/jackson/pom.xml
@@ -1,141 +1,141 @@
- 4.0.0
- com.baeldung
- jackson
- 0.1-SNAPSHOT
- jackson
-
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
-
-
-
-
- com.google.guava
- guava
- ${guava.version}
-
-
-
- commons-io
- commons-io
- ${commons-io.version}
-
-
-
- com.fasterxml.jackson.dataformat
- jackson-dataformat-xml
- ${jackson.version}
-
-
-
- org.apache.commons
- commons-collections4
- ${commons-collections4.version}
-
-
-
- org.apache.commons
- commons-lang3
- ${commons-lang3.version}
-
-
-
-
-
- com.fasterxml.jackson.core
- jackson-databind
- ${jackson.version}
-
-
-
- com.fasterxml.jackson.datatype
- jackson-datatype-jsr310
- ${jackson.version}
-
-
-
- com.fasterxml.jackson.datatype
- jackson-datatype-joda
- ${jackson.version}
-
-
-
- com.fasterxml.jackson.module
- jackson-module-jsonSchema
- ${jackson.version}
-
-
-
- com.fasterxml.jackson.datatype
- jackson-datatype-jdk8
- ${jackson.version}
-
-
-
- joda-time
- joda-time
- ${joda-time.version}
-
-
-
- com.google.code.gson
- gson
- ${gson.version}
-
-
-
-
-
- io.rest-assured
- json-schema-validator
- ${rest-assured.version}
- test
-
-
-
- io.rest-assured
- json-path
- ${rest-assured.version}
- test
-
-
-
- org.assertj
- assertj-core
- ${assertj.version}
- test
-
-
-
-
- jackson
-
-
- src/main/resources
- true
-
-
-
-
-
-
- 2.9.4
-
- 19.0
- 3.5
- 2.5
- 2.9.6
- 2.8.0
- 4.1
-
-
- 3.0.1
- 3.6.1
-
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ jackson
+ 0.1-SNAPSHOT
+ jackson
+
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
+
+
+
+
+ com.google.guava
+ guava
+ ${guava.version}
+
+
+
+ commons-io
+ commons-io
+ ${commons-io.version}
+
+
+
+ com.fasterxml.jackson.dataformat
+ jackson-dataformat-xml
+ ${jackson.version}
+
+
+
+ org.apache.commons
+ commons-collections4
+ ${commons-collections4.version}
+
+
+
+ org.apache.commons
+ commons-lang3
+ ${commons-lang3.version}
+
+
+
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+ ${jackson.version}
+
+
+
+ com.fasterxml.jackson.datatype
+ jackson-datatype-jsr310
+ ${jackson.version}
+
+
+
+ com.fasterxml.jackson.datatype
+ jackson-datatype-joda
+ ${jackson.version}
+
+
+
+ com.fasterxml.jackson.module
+ jackson-module-jsonSchema
+ ${jackson.version}
+
+
+
+ com.fasterxml.jackson.datatype
+ jackson-datatype-jdk8
+ ${jackson.version}
+
+
+
+ joda-time
+ joda-time
+ ${joda-time.version}
+
+
+
+ com.google.code.gson
+ gson
+ ${gson.version}
+
+
+
+
+
+ io.rest-assured
+ json-schema-validator
+ ${rest-assured.version}
+ test
+
+
+
+ io.rest-assured
+ json-path
+ ${rest-assured.version}
+ test
+
+
+
+ org.assertj
+ assertj-core
+ ${assertj.version}
+ test
+
+
+
+
+ jackson
+
+
+ src/main/resources
+ true
+
+
+
+
+
+
+ 2.9.4
+
+ 19.0
+ 3.5
+ 2.5
+ 2.9.6
+ 2.8.0
+ 4.1
+
+
+ 3.0.1
+ 3.6.1
+
diff --git a/java-difference-date/pom.xml b/java-difference-date/pom.xml
index a02991022711..ad66623581c0 100644
--- a/java-difference-date/pom.xml
+++ b/java-difference-date/pom.xml
@@ -1,19 +1,19 @@
- 4.0.0
- com.baeldung
- java-difference-date
- 0.0.1-SNAPSHOT
- jar
- java-difference-date
- Difference between two dates in java
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ java-difference-date
+ 0.0.1-SNAPSHOT
+ jar
+ java-difference-date
+ Difference between two dates in java
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
@@ -39,5 +39,5 @@
2.9.9
1.5.1
-
+
diff --git a/java-lite/pom.xml b/java-lite/pom.xml
index a8572e2c5f15..7c0ed1c7800f 100644
--- a/java-lite/pom.xml
+++ b/java-lite/pom.xml
@@ -1,106 +1,106 @@
- 4.0.0
- org.baeldung
- java-lite
- 1.0-SNAPSHOT
- war
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ org.baeldung
+ java-lite
+ 1.0-SNAPSHOT
+ war
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
- org.javalite
- activeweb
- ${activeweb.version}
-
+
+
+ org.javalite
+ activeweb
+ ${activeweb.version}
+
-
- mysql
- mysql-connector-java
- ${mysql.connector.java.version}
-
+
+ mysql
+ mysql-connector-java
+ ${mysql.connector.java.version}
+
-
- com.sun
- tools
- ${sun.tools.version}
- system
- ${java.home}/../lib/tools.jar
-
+
+ com.sun
+ tools
+ ${sun.tools.version}
+ system
+ ${java.home}/../lib/tools.jar
+
-
- org.javalite
- activeweb-testing
- ${activeweb-testing.version}
- test
-
+
+ org.javalite
+ activeweb-testing
+ ${activeweb-testing.version}
+ test
+
-
- junit
- junit
- ${junit.version}
-
-
+
+ junit
+ junit
+ ${junit.version}
+
+
-
-
-
- src/main/webapp/WEB-INF
-
-
-
-
- org.eclipse.jetty
- jetty-maven-plugin
- ${jetty.maven.plugin.version}
-
-
-
- activejdbc.log
-
-
-
- active_reload
- true
-
-
- activeweb.log.request
- true
-
-
-
-
+
+
+
+ src/main/webapp/WEB-INF
+
+
+
+
+ org.eclipse.jetty
+ jetty-maven-plugin
+ ${jetty.maven.plugin.version}
+
+
+
+ activejdbc.log
+
+
+
+ active_reload
+ true
+
+
+ activeweb.log.request
+ true
+
+
+
+
-
- org.javalite
- activejdbc-instrumentation
- ${activejdbc.version}
-
-
- process-classes
-
- instrument
-
-
-
-
-
-
+
+ org.javalite
+ activejdbc-instrumentation
+ ${activejdbc.version}
+
+
+ process-classes
+
+ instrument
+
+
+
+
+
+
-
- 9.4.8.v20171121
- 1.4.13
- 1.15
- 5.1.45
- 1.7.0
- 1.8.2
- 1.15
-
+
+ 9.4.8.v20171121
+ 1.4.13
+ 1.15
+ 5.1.45
+ 1.7.0
+ 1.8.2
+ 1.15
+
\ No newline at end of file
diff --git a/java-rmi/pom.xml b/java-rmi/pom.xml
index e25bddbbbb0f..1543e24fbd10 100644
--- a/java-rmi/pom.xml
+++ b/java-rmi/pom.xml
@@ -1,19 +1,19 @@
- 4.0.0
- com.baeldung.rmi
- java-rmi
- 1.0-SNAPSHOT
- jar
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung.rmi
+ java-rmi
+ 1.0-SNAPSHOT
+ jar
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
- UTF-8
-
+
+ UTF-8
+
diff --git a/java-spi/exchange-rate-api/pom.xml b/java-spi/exchange-rate-api/pom.xml
index 6f44d0b1887e..4dd9eb195c37 100644
--- a/java-spi/exchange-rate-api/pom.xml
+++ b/java-spi/exchange-rate-api/pom.xml
@@ -1,13 +1,13 @@
- 4.0.0
- exchange-rate-api
- jar
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ exchange-rate-api
+ jar
-
- com.baeldung
- java-spi
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ java-spi
+ 1.0.0-SNAPSHOT
+
diff --git a/java-spi/exchange-rate-app/pom.xml b/java-spi/exchange-rate-app/pom.xml
index 5cae06efc315..42a41a535504 100644
--- a/java-spi/exchange-rate-app/pom.xml
+++ b/java-spi/exchange-rate-app/pom.xml
@@ -1,26 +1,26 @@
- 4.0.0
- exchange-rate-app
- jar
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ exchange-rate-app
+ jar
-
- com.baeldung
- java-spi
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ java-spi
+ 1.0.0-SNAPSHOT
+
-
-
- com.baeldung
- exchange-rate-api
- 1.0.0-SNAPSHOT
-
-
- com.baeldung
- exchange-rate-impl
- 1.0.0-SNAPSHOT
-
-
+
+
+ com.baeldung
+ exchange-rate-api
+ 1.0.0-SNAPSHOT
+
+
+ com.baeldung
+ exchange-rate-impl
+ 1.0.0-SNAPSHOT
+
+
diff --git a/java-spi/exchange-rate-impl/pom.xml b/java-spi/exchange-rate-impl/pom.xml
index ec77a1d3eacd..f44140ab0ee0 100644
--- a/java-spi/exchange-rate-impl/pom.xml
+++ b/java-spi/exchange-rate-impl/pom.xml
@@ -1,41 +1,41 @@
- 4.0.0
- exchange-rate-impl
- jar
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ exchange-rate-impl
+ jar
-
- com.baeldung
- java-spi
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ java-spi
+ 1.0.0-SNAPSHOT
+
-
-
- com.baeldung
- exchange-rate-api
- 1.0.0-SNAPSHOT
-
-
- com.squareup.okhttp3
- okhttp
- 3.10.0
-
-
- javax.json.bind
- javax.json.bind-api
- 1.0
-
-
- org.eclipse
- yasson
- 1.0.1
-
-
- org.glassfish
- javax.json
- 1.1.2
-
-
+
+
+ com.baeldung
+ exchange-rate-api
+ 1.0.0-SNAPSHOT
+
+
+ com.squareup.okhttp3
+ okhttp
+ 3.10.0
+
+
+ javax.json.bind
+ javax.json.bind-api
+ 1.0
+
+
+ org.eclipse
+ yasson
+ 1.0.1
+
+
+ org.glassfish
+ javax.json
+ 1.1.2
+
+
diff --git a/java-spi/pom.xml b/java-spi/pom.xml
index c8d410be0674..4b9500ffcd62 100644
--- a/java-spi/pom.xml
+++ b/java-spi/pom.xml
@@ -1,19 +1,19 @@
- 4.0.0
- java-spi
- pom
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ java-spi
+ pom
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
- exchange-rate-api
- exchange-rate-impl
- exchange-rate-app
-
+
+ exchange-rate-api
+ exchange-rate-impl
+ exchange-rate-app
+
diff --git a/java-vavr-stream/pom.xml b/java-vavr-stream/pom.xml
index 9aa4cc2f5f57..093d8763e329 100644
--- a/java-vavr-stream/pom.xml
+++ b/java-vavr-stream/pom.xml
@@ -1,29 +1,29 @@
- 4.0.0
- com.baeldung.samples
- java-vavr-stream
- 1.0
- jar
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung.samples
+ java-vavr-stream
+ 1.0
+ jar
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
- io.vavr
- vavr
- ${io.vavr.version}
-
-
+
+
+ io.vavr
+ vavr
+ ${io.vavr.version}
+
+
-
- UTF-8
- 0.9.2
-
+
+ UTF-8
+ 0.9.2
+
\ No newline at end of file
diff --git a/java-websocket/pom.xml b/java-websocket/pom.xml
index 5b31c971dfe5..461182e50485 100644
--- a/java-websocket/pom.xml
+++ b/java-websocket/pom.xml
@@ -1,37 +1,37 @@
- 4.0.0
- com.baeldung
- java-websocket
- war
- 0.0.1-SNAPSHOT
- java-websocket Maven Webapp
- http://maven.apache.org
-
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ 4.0.0
+ com.baeldung
+ java-websocket
+ war
+ 0.0.1-SNAPSHOT
+ java-websocket Maven Webapp
+ http://maven.apache.org
+
com.baeldung
parent-modules
1.0.0-SNAPSHOT
-
+
+
+
+
+ javax.websocket
+ javax.websocket-api
+ ${javax.websocket-api.version}
+ provided
+
+
+ com.google.code.gson
+ gson
+ ${gson.version}
+
+
-
-
- javax.websocket
- javax.websocket-api
- ${javax.websocket-api.version}
- provided
-
-
- com.google.code.gson
- gson
- ${gson.version}
-
-
-
-
- UTF-8
- 1.1
- 2.8.0
-
+
+ UTF-8
+ 1.1
+ 2.8.0
+
diff --git a/javafx/pom.xml b/javafx/pom.xml
index 34c8ed882ca7..b2de708be19e 100644
--- a/javafx/pom.xml
+++ b/javafx/pom.xml
@@ -1,13 +1,13 @@
- 4.0.0
- javafx
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ javafx
-
- parent-modules
- com.baeldung
- 1.0.0-SNAPSHOT
-
+
+ parent-modules
+ com.baeldung
+ 1.0.0-SNAPSHOT
+
\ No newline at end of file
diff --git a/javax-servlets/pom.xml b/javax-servlets/pom.xml
index a026ebb8d9fc..69d952da9c19 100644
--- a/javax-servlets/pom.xml
+++ b/javax-servlets/pom.xml
@@ -1,46 +1,46 @@
- 4.0.0
- javax-servlets
- 1.0-SNAPSHOT
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ javax-servlets
+ 1.0-SNAPSHOT
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
- javax.servlet
- javax.servlet-api
- ${javax.servlet.version}
-
-
- org.apache.httpcomponents
- httpclient
- ${org.apache.httpcomponents.version}
- test
-
-
- commons-logging
- commons-logging
-
-
-
-
- org.springframework
- spring-test
- ${spring-test.version}
- test
-
-
+
+
+ javax.servlet
+ javax.servlet-api
+ ${javax.servlet.version}
+
+
+ org.apache.httpcomponents
+ httpclient
+ ${org.apache.httpcomponents.version}
+ test
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ org.springframework
+ spring-test
+ ${spring-test.version}
+ test
+
+
-
- 3.1.0
- 4.5.3
- 5.0.5.RELEASE
-
+
+ 3.1.0
+ 4.5.3
+ 5.0.5.RELEASE
+
\ No newline at end of file
diff --git a/javaxval/bin/pom.xml b/javaxval/bin/pom.xml
index 68e65e4d02be..a16072bb1a4e 100644
--- a/javaxval/bin/pom.xml
+++ b/javaxval/bin/pom.xml
@@ -1,5 +1,5 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
javaxval
@@ -7,7 +7,7 @@
-
+
javax.validation
validation-api
diff --git a/javaxval/pom.xml b/javaxval/pom.xml
index 440acb2b0f17..5de77ed26b6b 100644
--- a/javaxval/pom.xml
+++ b/javaxval/pom.xml
@@ -1,55 +1,55 @@
- 4.0.0
- com.baeldung
- javaxval
- 0.1-SNAPSHOT
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ javaxval
+ 0.1-SNAPSHOT
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
- org.hibernate
- hibernate-validator
- ${hibernate-validator.version}
-
-
- org.hibernate
- hibernate-validator-annotation-processor
- ${hibernate-validator.version}
-
-
- javax.el
- javax.el-api
- ${javax.el-api.version}
-
-
- org.glassfish.web
- javax.el
- ${javax.el.version}
-
-
- org.springframework
- spring-context
- ${org.springframework.version}
-
-
- org.springframework
- spring-test
- ${org.springframework.version}
-
-
+
+
+ org.hibernate
+ hibernate-validator
+ ${hibernate-validator.version}
+
+
+ org.hibernate
+ hibernate-validator-annotation-processor
+ ${hibernate-validator.version}
+
+
+ javax.el
+ javax.el-api
+ ${javax.el-api.version}
+
+
+ org.glassfish.web
+ javax.el
+ ${javax.el.version}
+
+
+ org.springframework
+ spring-context
+ ${org.springframework.version}
+
+
+ org.springframework
+ spring-test
+ ${org.springframework.version}
+
+
-
- 2.0.1.Final
- 6.0.7.Final
- 3.0.0
- 2.2.6
- 5.0.2.RELEASE
-
+
+ 2.0.1.Final
+ 6.0.7.Final
+ 3.0.0
+ 2.2.6
+ 5.0.2.RELEASE
+
\ No newline at end of file
diff --git a/jaxb/pom.xml b/jaxb/pom.xml
index 55d3c38c76a9..26d7c8d36249 100644
--- a/jaxb/pom.xml
+++ b/jaxb/pom.xml
@@ -1,137 +1,137 @@
- 4.0.0
- com.baeldung
- jaxb
- 0.0.1-SNAPSHOT
- jaxb
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ jaxb
+ 0.0.1-SNAPSHOT
+ jaxb
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
- org.glassfish.jaxb
- jaxb-runtime
- ${jaxb.version}
-
-
- org.glassfish.jaxb
- jaxb-core
- ${jaxb.version}
-
-
-
- com.sun.istack
- istack-commons-runtime
- ${istack-commons-runtime.version}
-
-
- commons-io
- commons-io
- ${commons-io.version}
-
-
- org.apache.commons
- commons-lang3
- ${commons-lang3.version}
-
-
+
+
+ org.glassfish.jaxb
+ jaxb-runtime
+ ${jaxb.version}
+
+
+ org.glassfish.jaxb
+ jaxb-core
+ ${jaxb.version}
+
+
+
+ com.sun.istack
+ istack-commons-runtime
+ ${istack-commons-runtime.version}
+
+
+ commons-io
+ commons-io
+ ${commons-io.version}
+
+
+ org.apache.commons
+ commons-lang3
+ ${commons-lang3.version}
+
+
-
- jaxb
-
-
- src/main/resources
- true
-
-
+
+ jaxb
+
+
+ src/main/resources
+ true
+
+
-
-
-
- org.eclipse.m2e
- lifecycle-mapping
- ${lifecycle-mapping-plugin.version}
-
-
-
-
-
- org.codehaus.mojo
- jaxb2-maven-plugin
- [${jaxb2-maven-plugin.version},)
-
- schemagen
- xjc
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ org.eclipse.m2e
+ lifecycle-mapping
+ ${lifecycle-mapping-plugin.version}
+
+
+
+
+
+ org.codehaus.mojo
+ jaxb2-maven-plugin
+ [${jaxb2-maven-plugin.version},)
+
+ schemagen
+ xjc
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
- org.codehaus.mojo
- jaxb2-maven-plugin
- ${jaxb2-maven-plugin.version}
-
-
- xjc
-
- xjc
-
-
-
-
-
- src/main/resources/global.xjb
-
-
-
-
- ${basedir}/src/main/java
- false
- true
- true
- false
-
-
+
+
+ org.codehaus.mojo
+ jaxb2-maven-plugin
+ ${jaxb2-maven-plugin.version}
+
+
+ xjc
+
+ xjc
+
+
+
+
+
+ src/main/resources/global.xjb
+
+
+
+
+ ${basedir}/src/main/java
+ false
+ true
+ true
+ false
+
+
-
-
-
-
+
+
+
+
-
-
- 2.2.11
+
+
+ 2.2.11
-
- 2.3
- 3.0.2
- 2.5
- 3.5
- 1.0.0
-
+
+ 2.3
+ 3.0.2
+ 2.5
+ 3.5
+ 1.0.0
+
\ No newline at end of file
diff --git a/jee-7/pom.xml b/jee-7/pom.xml
index 9f7799ddc9c8..62e2132de54c 100644
--- a/jee-7/pom.xml
+++ b/jee-7/pom.xml
@@ -1,435 +1,435 @@
- 4.0.0
- com.baeldung
- jee-7
- 1.0-SNAPSHOT
- war
- JavaEE 7 Arquillian Archetype Sample
-
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ jee-7
+ 1.0-SNAPSHOT
+ war
+ JavaEE 7 Arquillian Archetype Sample
-
- ${maven.min.version}
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
-
- org.jboss.arquillian
- arquillian-bom
- ${arquillian_core.version}
- import
- pom
-
-
- org.jboss.arquillian.extension
- arquillian-drone-bom
- ${arquillian-drone-bom.version}
- pom
- import
-
-
-
+
+ ${maven.min.version}
+
-
-
- javax
- javaee-api
- ${javaee_api.version}
- provided
-
+
+
+
+ org.jboss.arquillian
+ arquillian-bom
+ ${arquillian_core.version}
+ import
+ pom
+
+
+ org.jboss.arquillian.extension
+ arquillian-drone-bom
+ ${arquillian-drone-bom.version}
+ pom
+ import
+
+
+
-
- org.jboss.arquillian.junit
- arquillian-junit-container
- test
-
-
- org.jboss.arquillian.graphene
- graphene-webdriver
- ${graphene-webdriver.version}
- pom
- test
-
-
- com.jayway.awaitility
- awaitility
- ${awaitility.version}
- test
-
+
+
+ javax
+ javaee-api
+ ${javaee_api.version}
+ provided
+
-
- org.jboss.shrinkwrap.resolver
- shrinkwrap-resolver-impl-maven
- test
- jar
-
+
+ org.jboss.arquillian.junit
+ arquillian-junit-container
+ test
+
+
+ org.jboss.arquillian.graphene
+ graphene-webdriver
+ ${graphene-webdriver.version}
+ pom
+ test
+
+
+ com.jayway.awaitility
+ awaitility
+ ${awaitility.version}
+ test
+
-
- org.jboss.shrinkwrap.resolver
- shrinkwrap-resolver-impl-maven-archive
- test
-
-
- org.apache.httpcomponents
- httpclient
- ${httpclient.version}
-
-
- commons-io
- commons-io
- ${commons-io.version}
-
-
- com.sun.faces
- jsf-api
- ${com.sun.faces.jsf.version}
-
-
- com.sun.faces
- jsf-impl
- ${com.sun.faces.jsf.version}
-
-
- javax.servlet
- jstl
- ${jstl.version}
-
-
- javax.servlet
- javax.servlet-api
- ${javax.servlet-api.version}
-
-
- javax.servlet.jsp
- jsp-api
- ${jsp-api.version}
- provided
-
-
- taglibs
- standard
- ${taglibs.standard.version}
-
+
+ org.jboss.shrinkwrap.resolver
+ shrinkwrap-resolver-impl-maven
+ test
+ jar
+
-
- javax.mvc
- javax.mvc-api
- 20160715
-
-
- org.glassfish.ozark
- ozark
- ${ozark.version}
-
+
+ org.jboss.shrinkwrap.resolver
+ shrinkwrap-resolver-impl-maven-archive
+ test
+
+
+ org.apache.httpcomponents
+ httpclient
+ ${httpclient.version}
+
+
+ commons-io
+ commons-io
+ ${commons-io.version}
+
+
+ com.sun.faces
+ jsf-api
+ ${com.sun.faces.jsf.version}
+
+
+ com.sun.faces
+ jsf-impl
+ ${com.sun.faces.jsf.version}
+
+
+ javax.servlet
+ jstl
+ ${jstl.version}
+
+
+ javax.servlet
+ javax.servlet-api
+ ${javax.servlet-api.version}
+
+
+ javax.servlet.jsp
+ jsp-api
+ ${jsp-api.version}
+ provided
+
+
+ taglibs
+ standard
+ ${taglibs.standard.version}
+
-
- org.springframework.security
- spring-security-web
- ${org.springframework.security.version}
-
+
+ javax.mvc
+ javax.mvc-api
+ 20160715
+
+
+ org.glassfish.ozark
+ ozark
+ ${ozark.version}
+
-
- org.springframework.security
- spring-security-config
- ${org.springframework.security.version}
-
-
- org.springframework.security
- spring-security-taglibs
- ${org.springframework.security.version}
-
-
+
+ org.springframework.security
+ spring-security-web
+ ${org.springframework.security.version}
+
-
-
-
- org.apache.maven.plugins
- maven-war-plugin
- ${maven-war-plugin.version}
-
- webapp
- false
-
-
-
-
+
+ org.springframework.security
+ spring-security-config
+ ${org.springframework.security.version}
+
+
+ org.springframework.security
+ spring-security-taglibs
+ ${org.springframework.security.version}
+
+
-
-
- wildfly-managed-arquillian
-
- true
-
-
- standalone-full.xml
- ${project.build.directory}/wildfly-${version.wildfly}
-
-
-
- io.undertow
- undertow-websockets-jsr
- ${undertow-websockets-jsr.version}
- test
-
-
- org.jboss.resteasy
- resteasy-client
- ${resteasy.version}
- test
-
-
- org.jboss.resteasy
- resteasy-jaxb-provider
- ${resteasy.version}
- test
-
-
- org.jboss.resteasy
- resteasy-json-p-provider
- ${resteasy.version}
- test
-
-
- org.wildfly
- wildfly-arquillian-container-managed
- ${wildfly.version}
- test
-
-
-
-
-
-
-
- maven-dependency-plugin
- ${maven-dependency-plugin.version}
-
- ${maven.test.skip}
-
-
-
- unpack
- process-test-classes
-
- unpack
-
-
-
-
- org.wildfly
- wildfly-dist
- ${wildfly.version}
- zip
- false
- ${project.build.directory}
-
-
-
-
-
-
-
- maven-surefire-plugin
- ${maven-surefire-plugin.version}
-
-
- ${project.build.directory}/wildfly-${wildfly.version}
-
-
-
-
-
-
-
-
- wildfly-remote-arquillian
-
-
- io.undertow
- undertow-websockets-jsr
- ${undertow-websockets-jsr.version}
- test
-
-
- org.jboss.resteasy
- resteasy-client
- ${resteasy.version}
- test
-
-
- org.jboss.resteasy
- resteasy-jaxb-provider
- ${resteasy.version}
- test
-
-
- org.jboss.resteasy
- resteasy-json-p-provider
- ${resteasy.version}
- test
-
-
- org.wildfly
- wildfly-arquillian-container-remote
- ${wildfly.version}
- test
-
-
-
-
- glassfish-embedded-arquillian
-
-
- org.glassfish.main.extras
- glassfish-embedded-all
- ${glassfish-embedded-all.version}
- test
-
-
- org.glassfish
- javax.json
- ${javax.json.version}
- test
-
-
- org.glassfish.tyrus
- tyrus-client
- ${tyrus.version}
- test
-
-
- org.glassfish.tyrus
- tyrus-container-grizzly-client
- ${tyrus.version}
- test
-
-
- org.glassfish.jersey.core
- jersey-client
- ${jersey.version}
- test
-
-
- org.jboss.arquillian.container
- arquillian-glassfish-embedded-3.1
- ${arquillian-glassfish.version}
- test
-
-
-
-
- glassfish-remote-arquillian
-
-
- org.glassfish
- javax.json
- ${javax.json.version}
- test
-
-
- org.glassfish.tyrus
- tyrus-client
- ${tyrus.version}
- test
-
-
- org.glassfish.tyrus
- tyrus-container-grizzly-client
- ${tyrus.version}
- test
-
-
- org.glassfish.jersey.core
- jersey-client
- ${jersey.version}
- test
-
-
- org.glassfish.jersey.media
- jersey-media-json-jackson
- ${jersey.version}
- test
-
-
- org.glassfish.jersey.media
- jersey-media-json-processing
- ${jersey.version}
- test
-
-
- org.jboss.arquillian.container
- arquillian-glassfish-remote-3.1
- ${arquillian-glassfish.version}
- test
-
-
-
-
- webdriver-chrome
-
- true
-
-
- chrome
-
-
-
- webdriver-firefox
-
- firefox
-
-
-
+
+
+
+ org.apache.maven.plugins
+ maven-war-plugin
+ ${maven-war-plugin.version}
+
+ webapp
+ false
+
+
+
+
+
+
+
+ wildfly-managed-arquillian
+
+ true
+
+
+ standalone-full.xml
+ ${project.build.directory}/wildfly-${version.wildfly}
+
+
+
+ io.undertow
+ undertow-websockets-jsr
+ ${undertow-websockets-jsr.version}
+ test
+
+
+ org.jboss.resteasy
+ resteasy-client
+ ${resteasy.version}
+ test
+
+
+ org.jboss.resteasy
+ resteasy-jaxb-provider
+ ${resteasy.version}
+ test
+
+
+ org.jboss.resteasy
+ resteasy-json-p-provider
+ ${resteasy.version}
+ test
+
+
+ org.wildfly
+ wildfly-arquillian-container-managed
+ ${wildfly.version}
+ test
+
+
+
+
+
+
+
+ maven-dependency-plugin
+ ${maven-dependency-plugin.version}
+
+ ${maven.test.skip}
+
+
+
+ unpack
+ process-test-classes
+
+ unpack
+
+
+
+
+ org.wildfly
+ wildfly-dist
+ ${wildfly.version}
+ zip
+ false
+ ${project.build.directory}
+
+
+
+
+
+
+
+ maven-surefire-plugin
+ ${maven-surefire-plugin.version}
+
+
+ ${project.build.directory}/wildfly-${wildfly.version}
+
+
+
+
+
+
+
+
+ wildfly-remote-arquillian
+
+
+ io.undertow
+ undertow-websockets-jsr
+ ${undertow-websockets-jsr.version}
+ test
+
+
+ org.jboss.resteasy
+ resteasy-client
+ ${resteasy.version}
+ test
+
+
+ org.jboss.resteasy
+ resteasy-jaxb-provider
+ ${resteasy.version}
+ test
+
+
+ org.jboss.resteasy
+ resteasy-json-p-provider
+ ${resteasy.version}
+ test
+
+
+ org.wildfly
+ wildfly-arquillian-container-remote
+ ${wildfly.version}
+ test
+
+
+
+
+ glassfish-embedded-arquillian
+
+
+ org.glassfish.main.extras
+ glassfish-embedded-all
+ ${glassfish-embedded-all.version}
+ test
+
+
+ org.glassfish
+ javax.json
+ ${javax.json.version}
+ test
+
+
+ org.glassfish.tyrus
+ tyrus-client
+ ${tyrus.version}
+ test
+
+
+ org.glassfish.tyrus
+ tyrus-container-grizzly-client
+ ${tyrus.version}
+ test
+
+
+ org.glassfish.jersey.core
+ jersey-client
+ ${jersey.version}
+ test
+
+
+ org.jboss.arquillian.container
+ arquillian-glassfish-embedded-3.1
+ ${arquillian-glassfish.version}
+ test
+
+
+
+
+ glassfish-remote-arquillian
+
+
+ org.glassfish
+ javax.json
+ ${javax.json.version}
+ test
+
+
+ org.glassfish.tyrus
+ tyrus-client
+ ${tyrus.version}
+ test
+
+
+ org.glassfish.tyrus
+ tyrus-container-grizzly-client
+ ${tyrus.version}
+ test
+
+
+ org.glassfish.jersey.core
+ jersey-client
+ ${jersey.version}
+ test
+
+
+ org.glassfish.jersey.media
+ jersey-media-json-jackson
+ ${jersey.version}
+ test
+
+
+ org.glassfish.jersey.media
+ jersey-media-json-processing
+ ${jersey.version}
+ test
+
+
+ org.jboss.arquillian.container
+ arquillian-glassfish-remote-3.1
+ ${arquillian-glassfish.version}
+ test
+
+
+
+
+ webdriver-chrome
+
+ true
+
+
+ chrome
+
+
+
+ webdriver-firefox
+
+ firefox
+
+
+
+
+
+
+ bintray-mvc-spec-maven
+ bintray
+ http://dl.bintray.com/mvc-spec/maven
+
+ true
+
+
+ false
+
+
+
+
+
+ 1.8
+ 3.0.0
+ 7.0
+ 1.1.11.Final
+ 8.2.1.Final
+ 1.7.0
+ 1.4.6.Final
+ 3.0.19.Final
+ 4.1.1
+ 1.0.4
+ 1.13
+ 2.25
+ 1.0.0.Final
+ 2.6
+ 4.2.3.RELEASE
+ 2.17
+ 1.1.2
+ 2.4
+ 2.2.14
+ 4.5
+ 2.0.1.Final
+ 3.1.0
+ 2.1.0.Final
+ 2.8
+ 1.2
+ 2.2
+ 20160715
+
-
-
- bintray-mvc-spec-maven
- bintray
- http://dl.bintray.com/mvc-spec/maven
-
- true
-
-
- false
-
-
-
-
-
- 1.8
- 3.0.0
- 7.0
- 1.1.11.Final
- 8.2.1.Final
- 1.7.0
- 1.4.6.Final
- 3.0.19.Final
- 4.1.1
- 1.0.4
- 1.13
- 2.25
- 1.0.0.Final
- 2.6
- 4.2.3.RELEASE
- 2.17
- 1.1.2
- 2.4
- 2.2.14
- 4.5
- 2.0.1.Final
- 3.1.0
- 2.1.0.Final
- 2.8
- 1.2
- 2.2
- 20160715
-
-
diff --git a/jee-7/src/main/java/com/baeldung/javaeeannotations/JavaEEAnnotationsSample/pom.xml b/jee-7/src/main/java/com/baeldung/javaeeannotations/JavaEEAnnotationsSample/pom.xml
index 3c9dbcc5a585..6a0dd05180e1 100644
--- a/jee-7/src/main/java/com/baeldung/javaeeannotations/JavaEEAnnotationsSample/pom.xml
+++ b/jee-7/src/main/java/com/baeldung/javaeeannotations/JavaEEAnnotationsSample/pom.xml
@@ -1,52 +1,52 @@
- 4.0.0
- com.baeldung.javaeeannotations
- JavaEEAnnotationsSample
- 0.0.1-SNAPSHOT
- war
- JavaEEAnnotationsSample
- JavaEEAnnotationsSample
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
-
-
-
- javax.annotation
- javax.annotation-api
- 1.3
-
-
-
- javax.servlet
- javax.servlet-api
- 3.1.0
-
-
-
- javax.servlet.jsp
- jsp-api
- 2.1
-
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-war-plugin
- 2.4
-
- src/main/webapp
- SpringFieldConstructorInjection
- false
-
-
-
-
- JavaEEAnnotationsSample
-
+ 4.0.0
+ com.baeldung.javaeeannotations
+ JavaEEAnnotationsSample
+ 0.0.1-SNAPSHOT
+ war
+ JavaEEAnnotationsSample
+ JavaEEAnnotationsSample
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
+
+
+
+ javax.annotation
+ javax.annotation-api
+ 1.3
+
+
+
+ javax.servlet
+ javax.servlet-api
+ 3.1.0
+
+
+
+ javax.servlet.jsp
+ jsp-api
+ 2.1
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-war-plugin
+ 2.4
+
+ src/main/webapp
+ SpringFieldConstructorInjection
+ false
+
+
+
+
+ JavaEEAnnotationsSample
+
\ No newline at end of file
diff --git a/jenkins/hello-world/pom.xml b/jenkins/hello-world/pom.xml
index 15cf2f8e34b2..8c6d691b294d 100644
--- a/jenkins/hello-world/pom.xml
+++ b/jenkins/hello-world/pom.xml
@@ -5,7 +5,7 @@
org.jenkins-ci.plugins
plugin
2.33
-
+
jenkins-hello-world
1.0-SNAPSHOT
diff --git a/jersey/pom.xml b/jersey/pom.xml
index dfb9da4cf231..b41ea1f3408e 100644
--- a/jersey/pom.xml
+++ b/jersey/pom.xml
@@ -1,59 +1,59 @@
- 4.0.0
- com.baeldung
- jersey
- 0.0.1-SNAPSHOT
- war
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+ xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ 4.0.0
+ com.baeldung
+ jersey
+ 0.0.1-SNAPSHOT
+ war
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
- org.glassfish.jersey.core
- jersey-server
- ${jersey.version}
-
-
- org.glassfish.jersey.core
- jersey-client
- ${jersey.version}
-
-
- org.glassfish.jersey.bundles
- jaxrs-ri
- ${jersey.version}
-
-
- org.slf4j
- slf4j-api
- ${slf4j.version}
-
-
+
+
+ org.glassfish.jersey.core
+ jersey-server
+ ${jersey.version}
+
+
+ org.glassfish.jersey.core
+ jersey-client
+ ${jersey.version}
+
+
+ org.glassfish.jersey.bundles
+ jaxrs-ri
+ ${jersey.version}
+
+
+ org.slf4j
+ slf4j-api
+ ${slf4j.version}
+
+
-
- jersey
-
-
- maven-war-plugin
- ${maven-war-plugin.version}
-
- false
-
-
-
-
+
+ jersey
+
+
+ maven-war-plugin
+ ${maven-war-plugin.version}
+
+ false
+
+
+
+
-
- 2.26
- 1.7.25
- 3.2.0
-
+
+ 2.26
+ 1.7.25
+ 3.2.0
+
diff --git a/jgroups/pom.xml b/jgroups/pom.xml
index e0ca16351602..6340e4156515 100644
--- a/jgroups/pom.xml
+++ b/jgroups/pom.xml
@@ -1,35 +1,35 @@
- 4.0.0
- jgroups
- 0.1-SNAPSHOT
- jar
- jgroups
- Reliable Messaging with JGroups Tutorial
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ jgroups
+ 0.1-SNAPSHOT
+ jar
+ jgroups
+ Reliable Messaging with JGroups Tutorial
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
- org.jgroups
- jgroups
- ${jgroups.version}
-
-
- commons-cli
- commons-cli
- ${commons-cli.version}
-
-
+
+
+ org.jgroups
+ jgroups
+ ${jgroups.version}
+
+
+ commons-cli
+ commons-cli
+ ${commons-cli.version}
+
+
-
- UTF-8
- 4.0.10.Final
-
+
+ UTF-8
+ 4.0.10.Final
+
diff --git a/jhipster/jhipster-microservice/car-app/pom.xml b/jhipster/jhipster-microservice/car-app/pom.xml
index 5fd7febd0717..77e214234e7e 100644
--- a/jhipster/jhipster-microservice/car-app/pom.xml
+++ b/jhipster/jhipster-microservice/car-app/pom.xml
@@ -47,8 +47,8 @@
3.1.3
v6.10.0
-
-
+
+
${project.build.directory}/test-results
0.0.20
@@ -454,7 +454,7 @@
-
+
@@ -657,9 +657,9 @@
src/main/resources/config/liquibase/changelog/${maven.build.timestamp}_changelog.xml
org.h2.Driver
jdbc:h2:file:./target/h2db/db/carapp
-
+
carapp
-
+
hibernate:spring:com.car.app.domain?dialect=org.hibernate.dialect.H2Dialect&hibernate.physical_naming_strategy=org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy&hibernate.implicit_naming_strategy=org.springframework.boot.orm.jpa.hibernate.SpringImplicitNamingStrategy
true
debug
@@ -708,7 +708,7 @@
org.apache.maven.plugins
maven-war-plugin
-
+
@@ -747,7 +747,7 @@
org.apache.maven.plugins
maven-war-plugin
-
+
org.springframework.boot
diff --git a/jhipster/jhipster-microservice/dealer-app/pom.xml b/jhipster/jhipster-microservice/dealer-app/pom.xml
index 359783ef8188..beada8f0644b 100644
--- a/jhipster/jhipster-microservice/dealer-app/pom.xml
+++ b/jhipster/jhipster-microservice/dealer-app/pom.xml
@@ -47,8 +47,8 @@
3.1.3
v6.10.0
-
-
+
+
0.0.20
${project.build.directory}/test-results
@@ -679,7 +679,7 @@
-
+
diff --git a/jhipster/jhipster-microservice/gateway-app/pom.xml b/jhipster/jhipster-microservice/gateway-app/pom.xml
index 32aa432279ef..d90addf51b69 100644
--- a/jhipster/jhipster-microservice/gateway-app/pom.xml
+++ b/jhipster/jhipster-microservice/gateway-app/pom.xml
@@ -49,8 +49,8 @@
3.1.3
v6.10.0
-
-
+
+
0.0.20
${project.build.directory}/test-results
@@ -736,7 +736,7 @@
-
+
diff --git a/jhipster/jhipster-monolithic/pom.xml b/jhipster/jhipster-monolithic/pom.xml
index a1bb74a3b585..fc8e8353b4a7 100644
--- a/jhipster/jhipster-monolithic/pom.xml
+++ b/jhipster/jhipster-monolithic/pom.xml
@@ -51,8 +51,8 @@
v6.10.0
4.3.0
-
-
+
+
${project.build.directory}/test-results
0.0.20
@@ -63,21 +63,22 @@
src/main/webapp/content/**/*.*,
src/main/webapp/bower_components/**/*.*,
- src/main/webapp/i18n/*.js, target/www/**/*.*
+ src/main/webapp/i18n/*.js, target/www/**/*.*
+
S3437,UndocumentedApi,BoldAndItalicTagsCheck
-
src/main/webapp/app/**/*.*
Web:BoldAndItalicTagsCheck
-
src/main/java/**/*
squid:S3437
-
src/main/java/**/*
squid:UndocumentedApi
@@ -128,7 +129,7 @@
com.jayway.jsonpath
json-path
test
-
@@ -392,8 +393,8 @@
spring-boot:run
-
org.eclipse.m2e
@@ -412,7 +413,7 @@
-
+
@@ -426,7 +427,7 @@
-
+
@@ -483,11 +484,11 @@
target/gatling/results
src/test/gatling/bodies
src/test/gatling/simulations
-
true
-
@@ -533,13 +534,15 @@
You are running an older version of
Maven. JHipster requires at least Maven
- ${maven.version}
+ ${maven.version}
+
[${maven.version},)
You are running an older version of
Java. JHipster requires at least JDK
- ${java.version}
+ ${java.version}
+
[${java.version}.0,)
@@ -588,7 +591,7 @@
org.apache.maven.plugins
maven-surefire-plugin
-
alphabetical
@@ -608,12 +611,12 @@
prepare-agent
-
${project.testresult.directory}/coverage/jacoco/jacoco.exec
-
post-unit-test
@@ -659,9 +662,9 @@
src/main/resources/config/liquibase/changelog/${maven.build.timestamp}_changelog.xml
org.h2.Driver
jdbc:h2:file:./target/h2db/db/baeldung
-
+
baeldung
-
+
hibernate:spring:com.baeldung.domain?dialect=org.hibernate.dialect.H2Dialect&hibernate.physical_naming_strategy=org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy&hibernate.implicit_naming_strategy=org.springframework.boot.orm.jpa.hibernate.SpringImplicitNamingStrategy
true
debug
@@ -678,7 +681,7 @@
true
true
-
@@ -862,11 +865,11 @@
-
cc
@@ -927,7 +930,7 @@
true
true
true
-
@@ -983,7 +986,7 @@
-
IDE
diff --git a/jjwt/pom.xml b/jjwt/pom.xml
index a50c9cdc2700..51d4dcf1c016 100644
--- a/jjwt/pom.xml
+++ b/jjwt/pom.xml
@@ -1,46 +1,46 @@
- 4.0.0
- io.jsonwebtoken
- jjwtfun
- 0.0.1-SNAPSHOT
- jar
- jjwtfun
- Exercising the JJWT
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ io.jsonwebtoken
+ jjwtfun
+ 0.0.1-SNAPSHOT
+ jar
+ jjwtfun
+ Exercising the JJWT
-
- parent-boot-5
- com.baeldung
- 0.0.1-SNAPSHOT
- ../parent-boot-5
-
+
+ parent-boot-5
+ com.baeldung
+ 0.0.1-SNAPSHOT
+ ../parent-boot-5
+
-
-
- org.springframework.boot
- spring-boot-devtools
-
+
+
+ org.springframework.boot
+ spring-boot-devtools
+
-
- org.springframework.boot
- spring-boot-starter-thymeleaf
-
+
+ org.springframework.boot
+ spring-boot-starter-thymeleaf
+
-
- org.springframework.boot
- spring-boot-starter-security
-
+
+ org.springframework.boot
+ spring-boot-starter-security
+
-
- io.jsonwebtoken
- jjwt
- ${jjwt.version}
-
-
+
+ io.jsonwebtoken
+ jjwt
+ ${jjwt.version}
+
+
-
- 0.7.0
-
+
+ 0.7.0
+
diff --git a/jmeter/pom.xml b/jmeter/pom.xml
index 996dd938fa08..bb5769ef5728 100644
--- a/jmeter/pom.xml
+++ b/jmeter/pom.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
jmeter
0.0.1-SNAPSHOT
@@ -57,12 +57,12 @@
-
-
+
+
UTF-8
UTF-8
1.8
2.6.0
-
+
diff --git a/jmh/pom.xml b/jmh/pom.xml
index 48b1063a0ea1..2b82b7a9d5ca 100644
--- a/jmh/pom.xml
+++ b/jmh/pom.xml
@@ -7,8 +7,8 @@
1.0-SNAPSHOT
jmh
http://maven.apache.org
-
-
+
+
com.baeldung
parent-modules
1.0.0-SNAPSHOT
@@ -53,12 +53,12 @@
-
-
+
+
UTF-8
UTF-8
21.0
- 1.19
+ 1.19
\ No newline at end of file
diff --git a/jooby/pom.xml b/jooby/pom.xml
index 4ba4afba95ae..8d4ed186aa60 100644
--- a/jooby/pom.xml
+++ b/jooby/pom.xml
@@ -1,58 +1,58 @@
- 4.0.0
- jooby
- com.baeldung.jooby
- 1.0
- jooby
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ 4.0.0
+ jooby
+ com.baeldung.jooby
+ 1.0
+ jooby
-
- org.jooby
- modules
- ${jooby.modules.version}
-
+
+ org.jooby
+ modules
+ ${jooby.modules.version}
+
-
-
- org.jooby
- jooby-netty
-
-
- org.jooby
- jooby-jedis
- ${jooby-jedis.version}
-
-
- ch.qos.logback
- logback-classic
-
-
- junit
- junit
- test
-
-
- io.rest-assured
- rest-assured
- test
-
-
+
+
+ org.jooby
+ jooby-netty
+
+
+ org.jooby
+ jooby-jedis
+ ${jooby-jedis.version}
+
+
+ ch.qos.logback
+ logback-classic
+
+
+ junit
+ junit
+ test
+
+
+ io.rest-assured
+ rest-assured
+ test
+
+
-
-
-
- org.apache.maven.plugins
- maven-shade-plugin
-
-
-
+
+
+
+ org.apache.maven.plugins
+ maven-shade-plugin
+
+
+
+
+
+ 1.1.3
+ com.baeldung.jooby.App
+ 1.1.3
+ 1.1.3
+
-
- 1.1.3
- com.baeldung.jooby.App
- 1.1.3
- 1.1.3
-
-
diff --git a/jpa-storedprocedure/pom.xml b/jpa-storedprocedure/pom.xml
index 8e8044ff13ed..e6cfe153d527 100644
--- a/jpa-storedprocedure/pom.xml
+++ b/jpa-storedprocedure/pom.xml
@@ -1,66 +1,66 @@
- 4.0.0
- com.baeldung
- jpa-storedprocedure
- 1.0
- jar
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ jpa-storedprocedure
+ 1.0
+ jar
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
- JpaStoredProcedure
-
-
- maven-assembly-plugin
-
- ${project.basedir}
-
-
- jar-with-dependencies
-
-
-
-
-
+
+ JpaStoredProcedure
+
+
+ maven-assembly-plugin
+
+ ${project.basedir}
+
+
+ jar-with-dependencies
+
+
+
+
+
-
-
-
- javax
- javaee-api
- ${jee.version}
- provided
-
-
- org.hibernate
- hibernate-entitymanager
- ${hibernate.version}
-
-
-
- mysql
- mysql-connector-java
- ${mysql.version}
-
-
- commons-io
- commons-io
- ${commons-io.version}
-
-
+
+
+
+ javax
+ javaee-api
+ ${jee.version}
+ provided
+
+
+ org.hibernate
+ hibernate-entitymanager
+ ${hibernate.version}
+
+
+
+ mysql
+ mysql-connector-java
+ ${mysql.version}
+
+
+ commons-io
+ commons-io
+ ${commons-io.version}
+
+
-
- 7.0
- 5.2.5.Final
- 6.0.5
- 2.5
-
+
+ 7.0
+ 5.2.5.Final
+ 6.0.5
+ 2.5
+
\ No newline at end of file
diff --git a/jsf/pom.xml b/jsf/pom.xml
index 12cefaa37ebf..ae97a712449a 100644
--- a/jsf/pom.xml
+++ b/jsf/pom.xml
@@ -1,108 +1,108 @@
- 4.0.0
- jsf
- 0.1-SNAPSHOT
- war
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ jsf
+ 0.1-SNAPSHOT
+ war
-
- parent-modules
- com.baeldung
- 1.0.0-SNAPSHOT
-
+
+ parent-modules
+ com.baeldung
+ 1.0.0-SNAPSHOT
+
-
-
-
- com.sun.faces
- jsf-api
- ${com.sun.faces.version}
-
-
- com.sun.faces
- jsf-impl
- ${com.sun.faces.version}
-
-
- javax.el
- javax.el-api
- ${javax.el.version}
-
-
-
- javax.servlet
- jstl
- ${jstl.version}
-
-
-
- org.springframework
- spring-web
- ${org.springframework.version}
-
-
- org.springframework
- spring-webmvc
- ${org.springframework.version}
-
-
- org.springframework
- spring-websocket
- ${org.springframework.version}
-
-
- org.springframework
- spring-messaging
- ${org.springframework.version}
-
-
- org.springframework
- spring-web
- ${org.springframework.version}
-
-
- commons-logging
- commons-logging
-
-
-
-
- javax.servlet
- javax.servlet-api
- provided
- ${javax.servlet.version}
-
-
+
+
+
+ com.sun.faces
+ jsf-api
+ ${com.sun.faces.version}
+
+
+ com.sun.faces
+ jsf-impl
+ ${com.sun.faces.version}
+
+
+ javax.el
+ javax.el-api
+ ${javax.el.version}
+
+
+
+ javax.servlet
+ jstl
+ ${jstl.version}
+
+
+
+ org.springframework
+ spring-web
+ ${org.springframework.version}
+
+
+ org.springframework
+ spring-webmvc
+ ${org.springframework.version}
+
+
+ org.springframework
+ spring-websocket
+ ${org.springframework.version}
+
+
+ org.springframework
+ spring-messaging
+ ${org.springframework.version}
+
+
+ org.springframework
+ spring-web
+ ${org.springframework.version}
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ javax.servlet
+ javax.servlet-api
+ provided
+ ${javax.servlet.version}
+
+
-
-
-
- org.apache.maven.plugins
- maven-war-plugin
- ${maven-war-plugin.version}
-
- false
-
-
-
-
+
+
+
+ org.apache.maven.plugins
+ maven-war-plugin
+ ${maven-war-plugin.version}
+
+ false
+
+
+
+
-
-
- 4.3.4.RELEASE
+
+
+ 4.3.4.RELEASE
-
- 2.2.14
- 3.0.0
+
+ 2.2.14
+ 3.0.0
-
- 3.1.0
+
+ 3.1.0
- 1.2
+ 1.2
+
+
+ 2.6
+
-
- 2.6
-
-
\ No newline at end of file
diff --git a/json-path/pom.xml b/json-path/pom.xml
index 99874e603db2..18bbb5af3364 100644
--- a/json-path/pom.xml
+++ b/json-path/pom.xml
@@ -1,27 +1,27 @@
- 4.0.0
- json-path
- 0.0.1-SNAPSHOT
- json-path
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ json-path
+ 0.0.1-SNAPSHOT
+ json-path
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
-
- com.jayway.jsonpath
- json-path
- ${json-path.version}
-
-
+
+
+
+ com.jayway.jsonpath
+ json-path
+ ${json-path.version}
+
+
-
-
- 2.4.0
-
+
+
+ 2.4.0
+
\ No newline at end of file
diff --git a/json/pom.xml b/json/pom.xml
index 55b0bf816cd9..5d05b734890a 100644
--- a/json/pom.xml
+++ b/json/pom.xml
@@ -1,43 +1,43 @@
- 4.0.0
- org.baeldung
- json
- 0.0.1-SNAPSHOT
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ org.baeldung
+ json
+ 0.0.1-SNAPSHOT
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
- org.everit.json
- org.everit.json.schema
- ${everit.json.schema.version}
-
-
- commons-logging
- commons-logging
-
-
-
-
- com.alibaba
- fastjson
- ${fastjson.version}
-
-
- org.json
- json
- 20171018
-
-
+
+
+ org.everit.json
+ org.everit.json.schema
+ ${everit.json.schema.version}
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ com.alibaba
+ fastjson
+ ${fastjson.version}
+
+
+ org.json
+ json
+ 20171018
+
+
-
- 1.4.1
- 1.2.21
-
+
+ 1.4.1
+ 1.2.21
+
diff --git a/jsonb/pom.xml b/jsonb/pom.xml
index 7b1d80dccad4..f9db831fe349 100644
--- a/jsonb/pom.xml
+++ b/jsonb/pom.xml
@@ -1,110 +1,110 @@
- 4.0.0
- com.baeldung
- json-b
- 0.0.1-SNAPSHOT
- jar
- json-b
- json-b sample project
-
-
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ json-b
+ 0.0.1-SNAPSHOT
+ jar
+ json-b
+ json-b sample project
+
+
com.baeldung
parent-modules
1.0.0-SNAPSHOT
-
-
-
- javax.json.bind
- javax.json.bind-api
- ${jsonb-api.version}
-
-
-
- org.apache.commons
- commons-collections4
- ${commons-collections4.version}
- test
-
-
- org.junit.jupiter
- junit-jupiter-api
- ${junit.jupiter.version}
-
-
- org.junit.jupiter
- junit-jupiter-engine
- ${junit.jupiter.version}
- test
-
-
- org.junit.platform
- junit-platform-surefire-provider
- ${junit.platform.version}
- test
-
-
- org.junit.platform
- junit-platform-runner
- ${junit.platform.version}
- test
-
-
-
-
-
- yasson
-
- true
-
-
-
-
- org.eclipse
- yasson
- ${yasson.version}
-
-
- org.glassfish
- javax.json
- ${javax.json.version}
-
-
-
-
- johnzon
-
-
-
- org.apache.geronimo.specs
- geronimo-json_1.1_spec
- ${geronimo-json_1.1_spec.version}
-
-
- org.apache.johnzon
- johnzon-jsonb
- ${johnzon.version}
-
-
-
-
+
+
+ javax.json.bind
+ javax.json.bind-api
+ ${jsonb-api.version}
+
+
+
+ org.apache.commons
+ commons-collections4
+ ${commons-collections4.version}
+ test
+
+
+
+ org.junit.jupiter
+ junit-jupiter-api
+ ${junit.jupiter.version}
+
+
+ org.junit.jupiter
+ junit-jupiter-engine
+ ${junit.jupiter.version}
+ test
+
+
+ org.junit.platform
+ junit-platform-surefire-provider
+ ${junit.platform.version}
+ test
+
+
+ org.junit.platform
+ junit-platform-runner
+ ${junit.platform.version}
+ test
+
+
+
+
+
+ yasson
+
+ true
+
+
+
+
+ org.eclipse
+ yasson
+ ${yasson.version}
+
+
+ org.glassfish
+ javax.json
+ ${javax.json.version}
+
+
+
+
+ johnzon
+
+
+
+ org.apache.geronimo.specs
+ geronimo-json_1.1_spec
+ ${geronimo-json_1.1_spec.version}
+
+
+ org.apache.johnzon
+ johnzon-jsonb
+ ${johnzon.version}
+
+
+
+
-
- UTF-8
- UTF-8
- 1.8
- 1.8
- 1.0.0
- 5.0.0
- 1.0
- 1.1.3
- 1.0
- 1.0.1
- 1.1.2
- 4.1
-
+
+ UTF-8
+ UTF-8
+ 1.8
+ 1.8
+ 1.0.0
+ 5.0.0
+ 1.0
+ 1.1.3
+ 1.0
+ 1.0.1
+ 1.1.2
+ 4.1
+
\ No newline at end of file
diff --git a/jsoup/pom.xml b/jsoup/pom.xml
index 2fb8e2196d8d..a914b7c6baca 100644
--- a/jsoup/pom.xml
+++ b/jsoup/pom.xml
@@ -1,16 +1,16 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
jsoup
jar
-
+
com.baeldung
parent-modules
1.0.0-SNAPSHOT
-
+
org.jsoup
@@ -18,9 +18,9 @@
${jsoup.version}
-
+
1.10.2
-
+
diff --git a/jws/pom.xml b/jws/pom.xml
index 3b79f2ebb5ad..419902106042 100644
--- a/jws/pom.xml
+++ b/jws/pom.xml
@@ -1,88 +1,88 @@
- 4.0.0
- com.example
- jws
- war
- 0.0.1-SNAPSHOT
- jws-example
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ 4.0.0
+ com.example
+ jws
+ war
+ 0.0.1-SNAPSHOT
+ jws-example
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
- javax.jnlp
- jnlp-servlet
- ${jnlp-servlet.version}
- system
- ${project.basedir}/java-core-samples-lib/jnlp-servlet.jar
-
-
- javax.jnlp
- jardiff
- ${jardiff.version}
- system
- ${project.basedir}/java-core-samples-lib/jardiff.jar
-
-
+
+
+ javax.jnlp
+ jnlp-servlet
+ ${jnlp-servlet.version}
+ system
+ ${project.basedir}/java-core-samples-lib/jnlp-servlet.jar
+
+
+ javax.jnlp
+ jardiff
+ ${jardiff.version}
+ system
+ ${project.basedir}/java-core-samples-lib/jardiff.jar
+
+
-
-
-
- org.apache.maven.plugins
- maven-jar-plugin
- ${maven-jar-plugin.version}
-
-
- compile
-
- jar
-
-
-
-
- com.example.Hello
-
-
- ${project.basedir}/target/jws
-
-
-
-
-
- org.apache.maven.plugins
- maven-war-plugin
- ${maven-war-plugin.version}
-
-
- package
-
-
-
-
-
- ${project.basedir}/java-core-samples-lib/
-
- **/*.jar
-
- WEB-INF/lib
-
-
-
-
-
- ${project.artifactId}
-
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+ ${maven-jar-plugin.version}
+
+
+ compile
+
+ jar
+
+
+
+
+ com.example.Hello
+
+
+ ${project.basedir}/target/jws
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-war-plugin
+ ${maven-war-plugin.version}
+
+
+ package
+
+
+
+
+
+ ${project.basedir}/java-core-samples-lib/
+
+ **/*.jar
+
+ WEB-INF/lib
+
+
+
+
+
+ ${project.artifactId}
+
-
- 3.0.2
- 3.0.0
- 7.0
- 7.0
-
+
+ 3.0.2
+ 3.0.0
+ 7.0
+ 7.0
+
diff --git a/libraries-data/pom.xml b/libraries-data/pom.xml
index 38bd99d6d77b..c0e90a51b245 100644
--- a/libraries-data/pom.xml
+++ b/libraries-data/pom.xml
@@ -1,73 +1,73 @@
- 4.0.0
- libraries-data
- libraries-data
- jar
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ libraries-data
+ libraries-data
+ jar
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
- com.esotericsoftware
- kryo
- ${kryo.version}
-
-
- com.h2database
- h2
- ${h2.version}
-
-
- junit
- junit
- ${junit.version}
- test
-
-
- com.goldmansachs.reladomo
- reladomo
- ${reladomo.version}
-
-
- com.goldmansachs.reladomo
- reladomo-test-util
- ${reladomo.version}
-
-
- com.j256.ormlite
- ormlite-jdbc
- ${ormlite.version}
-
-
- org.apache.kafka
- kafka-streams
- ${kafka.version}
-
-
- org.apache.kafka
- kafka-clients
- ${kafka.version}
-
-
- org.slf4j
- slf4j-log4j12
-
-
-
-
- org.apache.kafka
- kafka-clients
- ${kafka.version}
- test
- test
-
-
+
+
+ com.esotericsoftware
+ kryo
+ ${kryo.version}
+
+
+ com.h2database
+ h2
+ ${h2.version}
+
+
+ junit
+ junit
+ ${junit.version}
+ test
+
+
+ com.goldmansachs.reladomo
+ reladomo
+ ${reladomo.version}
+
+
+ com.goldmansachs.reladomo
+ reladomo-test-util
+ ${reladomo.version}
+
+
+ com.j256.ormlite
+ ormlite-jdbc
+ ${ormlite.version}
+
+
+ org.apache.kafka
+ kafka-streams
+ ${kafka.version}
+
+
+ org.apache.kafka
+ kafka-clients
+ ${kafka.version}
+
+
+ org.slf4j
+ slf4j-log4j12
+
+
+
+
+ org.apache.kafka
+ kafka-clients
+ ${kafka.version}
+ test
+ test
+
+
org.apache.ignite
ignite-core
${ignite.version}
@@ -89,115 +89,115 @@
-
-
+
+
+
+
+
+ maven-antrun-plugin
+ ${maven-antrun-plugin.version}
+
+
+ generateMithra
+ generate-sources
+
+ run
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ com.goldmansachs.reladomo
+ reladomogen
+ ${reladomo.version}
+
-
-
- maven-antrun-plugin
- ${maven-antrun-plugin.version}
-
-
- generateMithra
- generate-sources
-
- run
-
-
-
-
-
-
+
+ com.goldmansachs.reladomo
+ reladomo-gen-util
+ ${reladomo.version}
+
+
+
+
+ org.codehaus.mojo
+ build-helper-maven-plugin
+ ${build-helper-maven-plugin.version}
+
+
+ add-source
+ generate-sources
+
+ add-source
+
+
+
+
+
+
+
+
+ add-resource
+ generate-resources
+
+ add-resource
+
+
+
+
+ ${project.build.directory}/generated-db/
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
- com.goldmansachs.reladomo
- reladomogen
- ${reladomo.version}
-
+
+
-
- com.goldmansachs.reladomo
- reladomo-gen-util
- ${reladomo.version}
-
-
-
-
- org.codehaus.mojo
- build-helper-maven-plugin
- ${build-helper-maven-plugin.version}
-
-
- add-source
- generate-sources
-
- add-source
-
-
-
-
-
-
-
-
- add-resource
- generate-resources
-
- add-resource
-
-
-
-
- ${project.build.directory}/generated-db/
-
-
-
-
-
-
-
+
+
+ Apache Staging
+ https://repository.apache.org/content/groups/staging
+
+
-
-
+
+ 4.0.1
+ 1.4.196
+ 16.5.1
+ 4.12
+ 3.7.0
+ 5.0
+ 1.0.0
+ 2.4.0
+ 2.8.2
+ 1.8
+ 3.0.0
+
-
-
- Apache Staging
- https://repository.apache.org/content/groups/staging
-
-
-
-
- 4.0.1
- 1.4.196
- 16.5.1
- 4.12
- 3.7.0
- 5.0
- 1.0.0
- 2.4.0
- 2.8.2
- 1.8
- 3.0.0
-
-
\ No newline at end of file
diff --git a/libraries/pom.xml b/libraries/pom.xml
index bcf997fa9c46..f4bf994a589d 100644
--- a/libraries/pom.xml
+++ b/libraries/pom.xml
@@ -11,7 +11,7 @@
-
+
com.typesafe.akka
akka-actor_2.12
@@ -24,7 +24,7 @@
${typesafe-akka.version}
test
-
+
org.asynchttpclient
@@ -674,7 +674,7 @@
milyn-smooks-all
${smooks.version}
-
+
com.mashape.unirest
unirest-java
${unirest.version}
@@ -693,7 +693,7 @@
${jctools.version}
-
+
maven2-repository.dev.java.net
@@ -903,7 +903,7 @@
1.10.L001
0.9.4.0006L
2.1.2
- 2.5.11
+ 2.5.11
-
+
\ No newline at end of file
diff --git a/linkrest/pom.xml b/linkrest/pom.xml
index 76be4c5c5a97..5a8b39e7dfc1 100644
--- a/linkrest/pom.xml
+++ b/linkrest/pom.xml
@@ -1,80 +1,80 @@
- 4.0.0
- com.baeldung
- linkrest
- 0.0.1-SNAPSHOT
- war
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ linkrest
+ 0.0.1-SNAPSHOT
+ war
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
- com.nhl.link.rest
- link-rest
- ${linkrest.version}
-
-
- org.glassfish.jersey.containers
- jersey-container-servlet
- ${jersey.version}
-
-
- org.glassfish.jersey.media
- jersey-media-moxy
- ${jersey.version}
-
-
- com.h2database
- h2
- ${h2.version}
-
-
+
+
+ com.nhl.link.rest
+ link-rest
+ ${linkrest.version}
+
+
+ org.glassfish.jersey.containers
+ jersey-container-servlet
+ ${jersey.version}
+
+
+ org.glassfish.jersey.media
+ jersey-media-moxy
+ ${jersey.version}
+
+
+ com.h2database
+ h2
+ ${h2.version}
+
+
-
-
-
- maven-war-plugin
- ${maven-war-plugin.version}
-
- WebContent
- false
-
-
-
- org.apache.cayenne.plugins
- cayenne-maven-plugin
- ${cayenne.version}
+
+
+
+ maven-war-plugin
+ ${maven-war-plugin.version}
+
+ WebContent
+ false
+
+
+
+ org.apache.cayenne.plugins
+ cayenne-maven-plugin
+ ${cayenne.version}
-
-
-
+
+
+
-
-
-
- cgen
-
-
-
-
-
- org.apache.cayenne.plugins
- cayenne-modeler-maven-plugin
- ${cayenne.version}
-
-
-
+
+
+
+ cgen
+
+
+
+
+
+ org.apache.cayenne.plugins
+ cayenne-modeler-maven-plugin
+ ${cayenne.version}
+
+
+
-
- 2.9
- 4.0.B1
- 1.4.196
- 2.25.1
-
+
+ 2.9
+ 4.0.B1
+ 1.4.196
+ 2.25.1
+
\ No newline at end of file
diff --git a/logging-modules/log-mdc/pom.xml b/logging-modules/log-mdc/pom.xml
index 555158537263..16eeff43cf01 100644
--- a/logging-modules/log-mdc/pom.xml
+++ b/logging-modules/log-mdc/pom.xml
@@ -1,5 +1,5 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
log-mdc
@@ -12,7 +12,7 @@
com.baeldung
parent-modules
1.0.0-SNAPSHOT
- ../../
+ ../../
diff --git a/logging-modules/log4j/pom.xml b/logging-modules/log4j/pom.xml
index af046e5948cc..5e2f413e09b3 100644
--- a/logging-modules/log4j/pom.xml
+++ b/logging-modules/log4j/pom.xml
@@ -1,55 +1,55 @@
- 4.0.0
- com.baeldung
- log4j
- 1.0-SNAPSHOT
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ log4j
+ 1.0-SNAPSHOT
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
- ../../
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+ ../../
+
-
-
-
- log4j
- log4j
- ${log4j.version}
-
-
- log4j
- apache-log4j-extras
- ${log4j.version}
-
+
+
+
+ log4j
+ log4j
+ ${log4j.version}
+
+
+ log4j
+ apache-log4j-extras
+ ${log4j.version}
+
-
-
- org.apache.logging.log4j
- log4j-api
- ${log4j-api.version}
-
-
- org.apache.logging.log4j
- log4j-core
- ${log4j-core.version}
-
-
-
- com.lmax
- disruptor
- ${disruptor.version}
-
-
+
+
+ org.apache.logging.log4j
+ log4j-api
+ ${log4j-api.version}
+
+
+ org.apache.logging.log4j
+ log4j-core
+ ${log4j-core.version}
+
+
+
+ com.lmax
+ disruptor
+ ${disruptor.version}
+
+
-
- 1.2.17
- 2.7
- 2.7
- 3.3.6
-
+
+ 1.2.17
+ 2.7
+ 2.7
+ 3.3.6
+
\ No newline at end of file
diff --git a/logging-modules/log4j2/pom.xml b/logging-modules/log4j2/pom.xml
index 6f9297e091c0..651e1e7d1fce 100644
--- a/logging-modules/log4j2/pom.xml
+++ b/logging-modules/log4j2/pom.xml
@@ -1,65 +1,65 @@
- 4.0.0
- log4j2
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ log4j2
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
- ../../
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+ ../../
+
-
-
-
- org.apache.logging.log4j
- log4j-core
- ${log4j-core.version}
-
+
+
+
+ org.apache.logging.log4j
+ log4j-core
+ ${log4j-core.version}
+
-
-
- com.fasterxml.jackson.core
- jackson-databind
- ${jackson.version}
-
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+ ${jackson.version}
+
-
-
- com.fasterxml.jackson.dataformat
- jackson-dataformat-xml
- ${jackson.version}
-
+
+
+ com.fasterxml.jackson.dataformat
+ jackson-dataformat-xml
+ ${jackson.version}
+
-
-
- com.h2database
- h2
- ${h2.version}
-
-
- org.apache.commons
- commons-dbcp2
- ${commons-dbcp2.version}
-
+
+
+ com.h2database
+ h2
+ ${h2.version}
+
+
+ org.apache.commons
+ commons-dbcp2
+ ${commons-dbcp2.version}
+
-
-
- org.apache.logging.log4j
- log4j-core
- ${log4j-core.version}
- test-jar
- test
-
-
+
+
+ org.apache.logging.log4j
+ log4j-core
+ ${log4j-core.version}
+ test-jar
+ test
+
+
-
- 2.9.3
- 1.4.193
- 2.1.1
- 2.10.0
-
+
+ 2.9.3
+ 1.4.193
+ 2.1.1
+ 2.10.0
+
diff --git a/logging-modules/logback/pom.xml b/logging-modules/logback/pom.xml
index a5c4aa1243a2..2ffcd0dbf86c 100644
--- a/logging-modules/logback/pom.xml
+++ b/logging-modules/logback/pom.xml
@@ -1,49 +1,49 @@
- 4.0.0
- logback
- logback
- 0.1-SNAPSHOT
+ 4.0.0
+ logback
+ logback
+ 0.1-SNAPSHOT
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
- ../../
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+ ../../
+
-
+
-
- ch.qos.logback
- logback-classic
- ${logback.version}
-
-
- ch.qos.logback.contrib
- logback-json-classic
- ${logback.contrib.version}
-
-
- ch.qos.logback.contrib
- logback-jackson
- ${logback.contrib.version}
-
-
- com.fasterxml.jackson.core
- jackson-databind
- ${jackson.version}
-
-
+
+ ch.qos.logback
+ logback-classic
+ ${logback.version}
+
+
+ ch.qos.logback.contrib
+ logback-json-classic
+ ${logback.contrib.version}
+
+
+ ch.qos.logback.contrib
+ logback-jackson
+ ${logback.contrib.version}
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+ ${jackson.version}
+
+
-
- UTF-8
- 1.2.3
- 0.1.5
- 2.9.3
-
+
+ UTF-8
+ 1.2.3
+ 0.1.5
+ 2.9.3
+
diff --git a/lombok/pom.xml b/lombok/pom.xml
index 71e7d6113a4c..d11cffb34be1 100644
--- a/lombok/pom.xml
+++ b/lombok/pom.xml
@@ -1,81 +1,81 @@
- 4.0.0
- lombok
- lombok
- 0.1-SNAPSHOT
+ 4.0.0
+ lombok
+ lombok
+ 0.1-SNAPSHOT
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
- org.projectlombok
- lombok
-
- ${lombok.version}
- provided
-
-
- org.hibernate.javax.persistence
- hibernate-jpa-2.1-api
- ${hibernate-jpa-2.1-api.version}
-
-
+
+
+ org.projectlombok
+ lombok
+
+ ${lombok.version}
+ provided
+
+
+ org.hibernate.javax.persistence
+ hibernate-jpa-2.1-api
+ ${hibernate-jpa-2.1-api.version}
+
+
-
- lombok
-
-
- src/main/resources
- true
-
-
+
+ lombok
+
+
+ src/main/resources
+ true
+
+
-
+
-
- org.projectlombok
- lombok-maven-plugin
- ${delombok-maven-plugin.version}
-
-
- delombok
- generate-sources
-
- delombok
-
-
- ${project.basedir}/src/main/java
- false
-
- skip
-
- false
-
-
-
-
-
-
-
+
+ org.projectlombok
+ lombok-maven-plugin
+ ${delombok-maven-plugin.version}
+
+
+ delombok
+ generate-sources
+
+ delombok
+
+
+ ${project.basedir}/src/main/java
+ false
+
+ skip
+
+ false
+
+
+
+
+
+
+
-
- UTF-8
-
- 1.16.18
-
- 1.0.0.Final
-
- 1.16.10.0
-
+
+ UTF-8
+
+ 1.16.18
+
+ 1.0.0.Final
+
+ 1.16.10.0
+
diff --git a/lucene/pom.xml b/lucene/pom.xml
index f56f154d4ff2..b8786fadc72e 100644
--- a/lucene/pom.xml
+++ b/lucene/pom.xml
@@ -1,46 +1,46 @@
- 4.0.0
- lucene
- 0.0.1-SNAPSHOT
- lucene
- An Apache Lucene demo application
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ lucene
+ 0.0.1-SNAPSHOT
+ lucene
+ An Apache Lucene demo application
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
- org.apache.lucene
- lucene-core
- ${lucene.version}
-
-
- org.apache.lucene
- lucene-queryparser
- ${lucene.version}
-
-
-
- junit
- junit
- ${junit.version}
- test
-
-
+
+
+ org.apache.lucene
+ lucene-core
+ ${lucene.version}
+
+
+ org.apache.lucene
+ lucene-queryparser
+ ${lucene.version}
+
+
+
+ junit
+ junit
+ ${junit.version}
+ test
+
+
-
- UTF-8
-
- 1.16.18
-
- 1.0.0.Final
-
- 1.16.10.0
- 7.1.0
-
+
+ UTF-8
+
+ 1.16.18
+
+ 1.0.0.Final
+
+ 1.16.10.0
+ 7.1.0
+
\ No newline at end of file
diff --git a/mapstruct/pom.xml b/mapstruct/pom.xml
index 90e59304344c..be105b8aa8c5 100644
--- a/mapstruct/pom.xml
+++ b/mapstruct/pom.xml
@@ -1,65 +1,65 @@
- 4.0.0
- mapstruct
- mapstruct
- 1.0
- jar
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+ xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ 4.0.0
+ mapstruct
+ mapstruct
+ 1.0
+ jar
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
- org.mapstruct
- mapstruct-jdk8
- ${org.mapstruct.version}
-
-
- org.springframework
- spring-context
- ${springframework.version}
-
-
- org.springframework
- spring-test
- ${springframework.version}
- test
-
-
+
+
+ org.mapstruct
+ mapstruct-jdk8
+ ${org.mapstruct.version}
+
+
+ org.springframework
+ spring-context
+ ${springframework.version}
+
+
+ org.springframework
+ spring-test
+ ${springframework.version}
+ test
+
+
-
- mapstruct
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
- ${maven-compiler-plugin.version}
-
-
- ${maven.compiler.target}
-
-
- org.mapstruct
- mapstruct-processor
- ${org.mapstruct.version}
-
-
-
-
-
-
+
+ mapstruct
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ ${maven-compiler-plugin.version}
+
+
+ ${maven.compiler.target}
+
+
+ org.mapstruct
+ mapstruct-processor
+ ${org.mapstruct.version}
+
+
+
+
+
+
-
- 1.1.0.Final
- 4.3.4.RELEASE
- 1.8
- 1.8
-
+
+ 1.1.0.Final
+ 4.3.4.RELEASE
+ 1.8
+ 1.8
+
diff --git a/maven/pom.xml b/maven/pom.xml
index fda182c29c3c..fb7233e7e9c8 100644
--- a/maven/pom.xml
+++ b/maven/pom.xml
@@ -1,119 +1,119 @@
- 4.0.0
- com.baeldung
- maven
- 0.0.1-SNAPSHOT
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ maven
+ 0.0.1-SNAPSHOT
-
- parent-modules
- com.baeldung
- 1.0.0-SNAPSHOT
-
+
+ parent-modules
+ com.baeldung
+ 1.0.0-SNAPSHOT
+
-
-
- junit
- junit
- ${junit.version}
- test
-
-
+
+
+ junit
+ junit
+ ${junit.version}
+ test
+
+
-
-
-
- maven-resources-plugin
- ${maven.resources.version}
-
- output-resources
-
-
- input-resources
-
- *.png
-
- true
-
-
-
-
-
- maven-compiler-plugin
- ${maven.compiler.version}
-
-
- ${maven.compiler.target}
-
- -Xlint:unchecked
-
-
-
-
- maven-surefire-plugin
- ${maven.surefire.version}
-
-
- DataTest.java
-
-
- DataCheck.java
-
-
-
-
- maven-failsafe-plugin
- ${maven.failsafe.version}
-
-
-
- integration-test
- verify
-
-
-
-
-
-
-
-
- maven-verifier-plugin
- ${maven.verifier.version}
-
- input-resources/verifications.xml
-
-
-
-
- verify
-
-
-
-
-
- maven-clean-plugin
- ${maven.clean.version}
-
-
-
- output-resources
-
-
-
-
-
-
-
-
- 3.0.2
- 3.7.0
- 2.21.0
- 2.21.0
- 1.1
- 3.0.0
- Baeldung
- 1.8
- 1.8
-
+
+
+
+ maven-resources-plugin
+ ${maven.resources.version}
+
+ output-resources
+
+
+ input-resources
+
+ *.png
+
+ true
+
+
+
+
+
+ maven-compiler-plugin
+ ${maven.compiler.version}
+
+
+ ${maven.compiler.target}
+
+ -Xlint:unchecked
+
+
+
+
+ maven-surefire-plugin
+ ${maven.surefire.version}
+
+
+ DataTest.java
+
+
+ DataCheck.java
+
+
+
+
+ maven-failsafe-plugin
+ ${maven.failsafe.version}
+
+
+
+ integration-test
+ verify
+
+
+
+
+
+
+
+
+ maven-verifier-plugin
+ ${maven.verifier.version}
+
+ input-resources/verifications.xml
+
+
+
+
+ verify
+
+
+
+
+
+ maven-clean-plugin
+ ${maven.clean.version}
+
+
+
+ output-resources
+
+
+
+
+
+
+
+
+ 3.0.2
+ 3.7.0
+ 2.21.0
+ 2.21.0
+ 1.1
+ 3.0.0
+ Baeldung
+ 1.8
+ 1.8
+
\ No newline at end of file
diff --git a/mesos-marathon/pom.xml b/mesos-marathon/pom.xml
index 5503e4677e40..2b7a238ee8cc 100644
--- a/mesos-marathon/pom.xml
+++ b/mesos-marathon/pom.xml
@@ -1,40 +1,40 @@
- 4.0.0
- com.baeldung
- mesos-marathon
- 0.0.1-SNAPSHOT
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ mesos-marathon
+ 0.0.1-SNAPSHOT
-
- parent-boot-5
- com.baeldung
- 0.0.1-SNAPSHOT
- ../parent-boot-5
-
+
+ parent-boot-5
+ com.baeldung
+ 0.0.1-SNAPSHOT
+ ../parent-boot-5
+
-
-
- org.springframework.boot
- spring-boot-starter-web
-
-
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+
+
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
- 1.5.1.RELEASE
-
-
-
- repackage
-
-
-
-
-
-
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+ 1.5.1.RELEASE
+
+
+
+ repackage
+
+
+
+
+
+
\ No newline at end of file
diff --git a/metrics/pom.xml b/metrics/pom.xml
index 9e8c35b10783..e3868eddef93 100644
--- a/metrics/pom.xml
+++ b/metrics/pom.xml
@@ -1,122 +1,122 @@
- 4.0.0
- metrics
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ metrics
-
- parent-modules
- com.baeldung
- 1.0.0-SNAPSHOT
-
+
+ parent-modules
+ com.baeldung
+ 1.0.0-SNAPSHOT
+
-
-
- io.dropwizard.metrics
- metrics-core
- ${dep.ver.metrics}
-
-
- io.dropwizard.metrics
- metrics-healthchecks
- ${dep.ver.metrics}
-
-
- io.dropwizard.metrics
- metrics-servlets
- ${dep.ver.metrics}
-
-
- io.dropwizard.metrics
- metrics-servlet
- ${dep.ver.metrics}
-
-
- javax.servlet
- javax.servlet-api
- ${dep.ver.servlet}
-
+
+
+ io.dropwizard.metrics
+ metrics-core
+ ${dep.ver.metrics}
+
+
+ io.dropwizard.metrics
+ metrics-healthchecks
+ ${dep.ver.metrics}
+
+
+ io.dropwizard.metrics
+ metrics-servlets
+ ${dep.ver.metrics}
+
+
+ io.dropwizard.metrics
+ metrics-servlet
+ ${dep.ver.metrics}
+
+
+ javax.servlet
+ javax.servlet-api
+ ${dep.ver.servlet}
+
-
- com.netflix.servo
- servo-core
- ${netflix.servo.ver}
- test
-
-
- com.netflix.servo
- servo-atlas
- ${netflix.servo.ver}
- test
-
+
+ com.netflix.servo
+ servo-core
+ ${netflix.servo.ver}
+ test
+
+
+ com.netflix.servo
+ servo-atlas
+ ${netflix.servo.ver}
+ test
+
-
- io.micrometer
- micrometer-registry-atlas
- ${micrometer.ver}
-
+
+ io.micrometer
+ micrometer-registry-atlas
+ ${micrometer.ver}
+
-
- io.micrometer
- micrometer-spring-legacy
- ${micrometer.ver}
-
+
+ io.micrometer
+ micrometer-spring-legacy
+ ${micrometer.ver}
+
-
- org.springframework.boot
- spring-boot-starter-web
- ${spring.boot.ver}
-
+
+ org.springframework.boot
+ spring-boot-starter-web
+ ${spring.boot.ver}
+
-
- com.fasterxml.jackson.core
- jackson-databind
- ${fasterxml.jackson.version}
-
-
- com.fasterxml.jackson.dataformat
- jackson-dataformat-smile
- ${fasterxml.jackson.version}
-
+
+ com.fasterxml.jackson.core
+ jackson-databind
+ ${fasterxml.jackson.version}
+
+
+ com.fasterxml.jackson.dataformat
+ jackson-dataformat-smile
+ ${fasterxml.jackson.version}
+
-
- com.netflix.spectator
- spectator-api
- ${spectator-api.version}
-
-
+
+ com.netflix.spectator
+ spectator-api
+ ${spectator-api.version}
+
+
-
-
-
- org.springframework.boot
- spring-boot-dependencies
- pom
- import
- ${spring.boot.ver}
-
-
-
+
+
+
+ org.springframework.boot
+ spring-boot-dependencies
+ pom
+ import
+ ${spring.boot.ver}
+
+
+
-
-
- spring-milestones
- Spring Milestones
- https://repo.spring.io/libs-milestone
-
- false
-
-
-
+
+
+ spring-milestones
+ Spring Milestones
+ https://repo.spring.io/libs-milestone
+
+ false
+
+
+
-
- 3.1.2
- 3.1.0
- 0.12.17
- 0.12.0.RELEASE
- 2.0.0.M5
- 2.9.1
- 0.57.1
-
+
+ 3.1.2
+ 3.1.0
+ 0.12.17
+ 0.12.0.RELEASE
+ 2.0.0.M5
+ 2.9.1
+ 0.57.1
+
diff --git a/microprofile/pom.xml b/microprofile/pom.xml
index b1fb3b72e936..27d234b73a35 100644
--- a/microprofile/pom.xml
+++ b/microprofile/pom.xml
@@ -7,8 +7,8 @@
microprofile
1.0-SNAPSHOT
war
-
-
+
+
com.baeldung
parent-modules
1.0.0-SNAPSHOT
@@ -78,16 +78,16 @@
-
-
+
+
UTF-8
UTF-8
library
${project.build.directory}/${app.name}-service.jar
runnable
- 1.2
- 2.1.2
- 17.0.0.4
+ 1.2
+ 2.1.2
+ 17.0.0.4
diff --git a/muleesb/pom.xml b/muleesb/pom.xml
index 68e23bc8d327..a3b9869eb4e7 100644
--- a/muleesb/pom.xml
+++ b/muleesb/pom.xml
@@ -1,75 +1,75 @@
- 4.0.0
- com.mycompany
- muleesb
- 1.0.0-SNAPSHOT
- mule
- Mule muleesb Application
-
-
+ 4.0.0
+ com.mycompany
+ muleesb
+ 1.0.0-SNAPSHOT
+ mule
+ Mule muleesb Application
+
+
com.baeldung
parent-modules
1.0.0-SNAPSHOT
-
-
-
- org.mule.tools.maven
- mule-app-maven-plugin
- ${mule.tools.version}
- true
-
- true
-
-
-
- org.mule.tools
- muleesb-maven-plugin
- 1.0
-
- 3.7.0
- /home/abir/AnypointStudio/workspace/variablescopetest
-
-
-
- deploy
-
- start
-
-
-
-
-
- org.codehaus.mojo
- build-helper-maven-plugin
- 1.7
-
-
- add-resource
- generate-resources
-
- add-resource
-
-
-
-
- src/main/app/
-
-
- mappings/
-
-
- src/main/api/
-
-
-
-
-
-
-
+
+
+
+ org.mule.tools.maven
+ mule-app-maven-plugin
+ ${mule.tools.version}
+ true
+
+ true
+
+
+
+ org.mule.tools
+ muleesb-maven-plugin
+ 1.0
+
+ 3.7.0
+ /home/abir/AnypointStudio/workspace/variablescopetest
+
+
+
+ deploy
+
+ start
+
+
+
+
+
+ org.codehaus.mojo
+ build-helper-maven-plugin
+ 1.7
+
+
+ add-resource
+ generate-resources
+
+ add-resource
+
+
+
+
+ src/main/app/
+
+
+ mappings/
+
+
+ src/main/api/
+
+
+
+
+
+
+
com.mulesoft.munit.tools
munit-maven-plugin
${munit.version}
@@ -92,89 +92,89 @@
-
+
src/test/munit
-
+
src/test/resources
-
-
-
-
- org.mule.modules
- mule-module-spring-config
- ${mule.version}
- provided
-
-
-
- org.mule.transports
- mule-transport-file
- ${mule.version}
- provided
-
-
- org.mule.transports
- mule-transport-http
- ${mule.version}
- provided
-
-
- org.mule.transports
- mule-transport-jdbc
- ${mule.version}
- provided
-
-
- org.mule.transports
- mule-transport-jms
- ${mule.version}
- provided
-
-
- org.mule.transports
- mule-transport-vm
- ${mule.version}
- provided
-
-
-
- org.mule.modules
- mule-module-scripting
- ${mule.version}
- provided
-
-
- org.mule.modules
- mule-module-xml
- ${mule.version}
- provided
-
-
-
- org.mule.tests
- mule-tests-functional
- ${mule.version}
- test
-
-
- org.mule.modules
- mule-module-apikit
- ${mule.version}
- provided
-
-
- com.mulesoft.munit
- mule-munit-support
- ${mule.munit.support.version}
- test
-
-
+
+
+
+
+ org.mule.modules
+ mule-module-spring-config
+ ${mule.version}
+ provided
+
+
+
+ org.mule.transports
+ mule-transport-file
+ ${mule.version}
+ provided
+
+
+ org.mule.transports
+ mule-transport-http
+ ${mule.version}
+ provided
+
+
+ org.mule.transports
+ mule-transport-jdbc
+ ${mule.version}
+ provided
+
+
+ org.mule.transports
+ mule-transport-jms
+ ${mule.version}
+ provided
+
+
+ org.mule.transports
+ mule-transport-vm
+ ${mule.version}
+ provided
+
+
+
+ org.mule.modules
+ mule-module-scripting
+ ${mule.version}
+ provided
+
+
+ org.mule.modules
+ mule-module-xml
+ ${mule.version}
+ provided
+
+
+
+ org.mule.tests
+ mule-tests-functional
+ ${mule.version}
+ test
+
+
+ org.mule.modules
+ mule-module-apikit
+ ${mule.version}
+ provided
+
+
+ com.mulesoft.munit
+ mule-munit-support
+ ${mule.munit.support.version}
+ test
+
+
com.mulesoft.munit
munit-runner
${munit.version}
@@ -182,40 +182,40 @@
-
-
- Central
- Central
- http://repo1.maven.org/maven2/
- default
-
-
- mulesoft-releases
- MuleSoft Releases Repository
- http://repository.mulesoft.org/releases/
- default
-
-
-
-
-
- mulesoft-release
- mulesoft release repository
- default
- http://repository.mulesoft.org/releases/
-
- false
-
-
-
-
-
- UTF-8
- UTF-8
- 3.8.1
- 1.2
- 1.3.6
- 3.9.0
+
+
+ Central
+ Central
+ http://repo1.maven.org/maven2/
+ default
+
+
+ mulesoft-releases
+ MuleSoft Releases Repository
+ http://repository.mulesoft.org/releases/
+ default
+
+
+
+
+
+ mulesoft-release
+ mulesoft release repository
+ default
+ http://repository.mulesoft.org/releases/
+
+ false
+
+
+
+
+
+ UTF-8
+ UTF-8
+ 3.8.1
+ 1.2
+ 1.3.6
+ 3.9.0
-
+
diff --git a/mustache/pom.xml b/mustache/pom.xml
index 8d12dd97a1c7..88d87758cdee 100644
--- a/mustache/pom.xml
+++ b/mustache/pom.xml
@@ -1,161 +1,161 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- 4.0.0
- mustache
- 0.0.1-SNAPSHOT
- jar
- mustache
+ 4.0.0
+ mustache
+ 0.0.1-SNAPSHOT
+ jar
+ mustache
-
- org.springframework.boot
- spring-boot-starter-parent
- 1.5.4.RELEASE
-
-
-
+
+ org.springframework.boot
+ spring-boot-starter-parent
+ 1.5.4.RELEASE
+
+
+
-
-
- com.github.spullara.mustache.java
- compiler
- ${mustache.compiler.api.version}
-
+
+
+ com.github.spullara.mustache.java
+ compiler
+ ${mustache.compiler.api.version}
+
-
- org.assertj
- assertj-core
- ${assertj.version}
-
+
+ org.assertj
+ assertj-core
+ ${assertj.version}
+
-
- log4j
- log4j
- ${log4j.version}
-
+
+ log4j
+ log4j
+ ${log4j.version}
+
-
- org.springframework.boot
- spring-boot-starter-mustache
-
+
+ org.springframework.boot
+ spring-boot-starter-mustache
+
-
- org.springframework.boot
- spring-boot-starter-test
- test
-
-
- org.webjars
- bootstrap
- ${webjars.bootstrap.version}
-
-
- org.fluttercode.datafactory
- datafactory
- ${datafactory.version}
-
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
+
+ org.webjars
+ bootstrap
+ ${webjars.bootstrap.version}
+
+
+ org.fluttercode.datafactory
+ datafactory
+ ${datafactory.version}
+
-
- junit
- junit
- ${junit.version}
- test
-
+
+ junit
+ junit
+ ${junit.version}
+ test
+
-
+
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
-
-
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+
-
-
- integration
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
-
-
- integration-test
-
- test
-
-
-
- **/*LiveTest.java
- **/AutoconfigurationTest.java
-
-
- **/*IntegrationTest.java
-
-
-
-
-
-
- json
-
-
-
-
-
-
-
- autoconfiguration
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
-
-
- integration-test
-
- test
-
-
-
- **/*LiveTest.java
- **/*IntegrationTest.java
-
-
- **/AutoconfigurationTest.java
-
-
-
-
-
-
- json
-
-
-
-
-
-
-
+
+
+ integration
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+
+ integration-test
+
+ test
+
+
+
+ **/*LiveTest.java
+ **/AutoconfigurationTest.java
+
+
+ **/*IntegrationTest.java
+
+
+
+
+
+
+ json
+
+
+
+
+
+
+
+ autoconfiguration
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+
+ integration-test
+
+ test
+
+
+
+ **/*LiveTest.java
+ **/*IntegrationTest.java
+
+
+ **/AutoconfigurationTest.java
+
+
+
+
+
+
+ json
+
+
+
+
+
+
+
-
- 0.9.2
- 3.7.0
- 1.2.16
- 4.12
- UTF-8
+
+ 0.9.2
+ 3.7.0
+ 1.2.16
+ 4.12
+ UTF-8
-
- 3.7.0
- 2.19.1
- 0.8
- 3.3.7
- 1.8
-
+
+ 3.7.0
+ 2.19.1
+ 0.8
+ 3.3.7
+ 1.8
+
\ No newline at end of file
diff --git a/mvn-wrapper/pom.xml b/mvn-wrapper/pom.xml
index 293cb37c5215..6fb9bfeffcb0 100644
--- a/mvn-wrapper/pom.xml
+++ b/mvn-wrapper/pom.xml
@@ -1,43 +1,43 @@
- 4.0.0
- mvn-wrapper
- 0.0.1-SNAPSHOT
- jar
- mvn-wrapper
- Setting up the Maven Wrapper
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ mvn-wrapper
+ 0.0.1-SNAPSHOT
+ jar
+ mvn-wrapper
+ Setting up the Maven Wrapper
-
- parent-boot-5
- com.baeldung
- 0.0.1-SNAPSHOT
- ../parent-boot-5
-
+
+ parent-boot-5
+ com.baeldung
+ 0.0.1-SNAPSHOT
+ ../parent-boot-5
+
-
-
- org.springframework.boot
- spring-boot-starter
-
-
- org.springframework.boot
- spring-boot-starter-web
-
-
+
+
+ org.springframework.boot
+ spring-boot-starter
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+
+
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
-
-
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+
-
- UTF-8
- UTF-8
-
+
+ UTF-8
+ UTF-8
+
diff --git a/mybatis/pom.xml b/mybatis/pom.xml
index 64f99045bf4e..b167d94ed878 100644
--- a/mybatis/pom.xml
+++ b/mybatis/pom.xml
@@ -1,33 +1,33 @@
- 4.0.0
- com.baeldung
- mybatis
- 1.0.0-SNAPSHOT
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ mybatis
+ 1.0.0-SNAPSHOT
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
- org.apache.derby
- derby
- ${derby.version}
-
-
- org.mybatis
- mybatis
- ${mybatis.version}
-
-
+
+
+ org.apache.derby
+ derby
+ ${derby.version}
+
+
+ org.mybatis
+ mybatis
+ ${mybatis.version}
+
+
-
- 10.13.1.1
- 3.2.2
-
+
+ 10.13.1.1
+ 3.2.2
+
\ No newline at end of file
diff --git a/noexception/pom.xml b/noexception/pom.xml
index 3cc3c43c33c1..c825449452e2 100644
--- a/noexception/pom.xml
+++ b/noexception/pom.xml
@@ -1,5 +1,5 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4.0.0
com.baeldung
noexception
@@ -19,9 +19,9 @@
${noexception.version}
-
-
+
+
1.1.0
-
+
diff --git a/orientdb/pom.xml b/orientdb/pom.xml
index 6f6cb2c12641..317c469005d7 100644
--- a/orientdb/pom.xml
+++ b/orientdb/pom.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
orientdb
0.0.1-SNAPSHOT
@@ -43,8 +43,8 @@
test
-
-
+
+
UTF-8
UTF-8
@@ -53,5 +53,5 @@
2.6.0
4.12
-
+
diff --git a/orika/pom.xml b/orika/pom.xml
index fbf8eb7362fb..1a54440ffe7b 100644
--- a/orika/pom.xml
+++ b/orika/pom.xml
@@ -1,27 +1,27 @@
- 4.0.0
- com.baeldung
- orika
- 1.0
- orika
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ 4.0.0
+ com.baeldung
+ orika
+ 1.0
+ orika
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
- ma.glasnost.orika
- orika-core
- ${orika-core.version}
-
-
+
+
+ ma.glasnost.orika
+ orika-core
+ ${orika-core.version}
+
+
-
- 1.5.0
-
+
+ 1.5.0
+
diff --git a/osgi/pom.xml b/osgi/pom.xml
index 04dcb1d16cea..704a738d240d 100644
--- a/osgi/pom.xml
+++ b/osgi/pom.xml
@@ -13,7 +13,7 @@
1.0.0-SNAPSHOT
..
-
+
osgi-intro-sample-activator
osgi-intro-sample-service
diff --git a/out/production/main180/com/baeldung/javaeeannotations/JavaEEAnnotationsSample/pom.xml b/out/production/main180/com/baeldung/javaeeannotations/JavaEEAnnotationsSample/pom.xml
index 89ea844fc890..2835f6f41648 100644
--- a/out/production/main180/com/baeldung/javaeeannotations/JavaEEAnnotationsSample/pom.xml
+++ b/out/production/main180/com/baeldung/javaeeannotations/JavaEEAnnotationsSample/pom.xml
@@ -1,48 +1,48 @@
- 4.0.0
- com.baeldung.javaeeannotations
- JavaEEAnnotationsSample
- 0.0.1-SNAPSHOT
- war
- JavaEEAnnotationsSample
- JavaEEAnnotationsSample
-
-
-
-
- javax.annotation
- javax.annotation-api
- 1.3
-
-
-
- javax.servlet
- javax.servlet-api
- 3.1.0
-
-
-
- javax.servlet.jsp
- jsp-api
- 2.1
-
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-war-plugin
- 2.4
-
- src/main/webapp
- SpringFieldConstructorInjection
- false
-
-
-
-
- JavaEEAnnotationsSample
-
+ 4.0.0
+ com.baeldung.javaeeannotations
+ JavaEEAnnotationsSample
+ 0.0.1-SNAPSHOT
+ war
+ JavaEEAnnotationsSample
+ JavaEEAnnotationsSample
+
+
+
+
+ javax.annotation
+ javax.annotation-api
+ 1.3
+
+
+
+ javax.servlet
+ javax.servlet-api
+ 3.1.0
+
+
+
+ javax.servlet.jsp
+ jsp-api
+ 2.1
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-war-plugin
+ 2.4
+
+ src/main/webapp
+ SpringFieldConstructorInjection
+ false
+
+
+
+
+ JavaEEAnnotationsSample
+
\ No newline at end of file
diff --git a/parent-boot-5/pom.xml b/parent-boot-5/pom.xml
index 40736510a534..32bb2eab049e 100644
--- a/parent-boot-5/pom.xml
+++ b/parent-boot-5/pom.xml
@@ -1,5 +1,5 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
parent-boot-5
@@ -12,7 +12,7 @@
org.springframework.boot
spring-boot-starter-parent
1.5.10.RELEASE
-
+
@@ -20,7 +20,7 @@
junit
junit
test
-
+
io.rest-assured
rest-assured
@@ -42,7 +42,7 @@
org.apache.maven.plugins
maven-surefire-plugin
- ${maven-surefire-plugin.version}
+ ${maven-surefire-plugin.version}
3
true
@@ -57,16 +57,16 @@
org.apache.maven.plugins
maven-compiler-plugin
- ${maven-compiler-plugin.version}
+ ${maven-compiler-plugin.version}
${maven.compiler.target}
-
+
-
-
+
+
integration
@@ -84,14 +84,14 @@
**/*ManualTest.java
**/*LiveTest.java
- **/AutoconfigurationTest.java
- **/*UnitTest.java
+ **/AutoconfigurationTest.java
+ **/*UnitTest.java
**/*IntegrationTest.java
- */EthControllerTestOne.java
- **/*IntTest.java
- **/*EntryPointsTest.java
+ */EthControllerTestOne.java
+ **/*IntTest.java
+ **/*EntryPointsTest.java
@@ -106,17 +106,17 @@
-
-
+
+
UTF-8
UTF-8
1.8
- 3.0.6
+ 3.0.6
- 2.20.1
- 3.7.0
- 1.8
- 1.8
-
-
+ 2.20.1
+ 3.7.0
+ 1.8
+ 1.8
+
+
\ No newline at end of file
diff --git a/patterns/behavioral-patterns/pom.xml b/patterns/behavioral-patterns/pom.xml
index 11170b70bc37..03b138dfc419 100644
--- a/patterns/behavioral-patterns/pom.xml
+++ b/patterns/behavioral-patterns/pom.xml
@@ -7,11 +7,11 @@
jar
com.baeldung.patterns
- patterns-parent
- 1.0.0-SNAPSHOT
- ..
-
-
+ patterns-parent
+ 1.0.0-SNAPSHOT
+ ..
+
+
junit
@@ -24,5 +24,5 @@
UTF-8
1.8
1.8
-
+
\ No newline at end of file
diff --git a/patterns/facade/pom.xml b/patterns/facade/pom.xml
index 6b9bc739dbf5..573e557eb692 100644
--- a/patterns/facade/pom.xml
+++ b/patterns/facade/pom.xml
@@ -7,11 +7,11 @@
jar
com.baeldung.patterns
- patterns-parent
- 1.0.0-SNAPSHOT
- ..
-
-
+ patterns-parent
+ 1.0.0-SNAPSHOT
+ ..
+
+
junit
@@ -24,5 +24,5 @@
UTF-8
1.8
1.8
-
+
\ No newline at end of file
diff --git a/patterns/front-controller/pom.xml b/patterns/front-controller/pom.xml
index 10a1efe2f842..877277a0623d 100644
--- a/patterns/front-controller/pom.xml
+++ b/patterns/front-controller/pom.xml
@@ -1,39 +1,39 @@
- 4.0.0
- front-controller
- war
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ front-controller
+ war
-
- patterns-parent
- com.baeldung.patterns
- 1.0.0-SNAPSHOT
- ..
-
+
+ patterns-parent
+ com.baeldung.patterns
+ 1.0.0-SNAPSHOT
+ ..
+
-
-
- javax.servlet
- javax.servlet-api
-
-
+
+
+ javax.servlet
+ javax.servlet-api
+
+
-
-
-
- org.apache.maven.plugins
- maven-war-plugin
-
-
- org.eclipse.jetty
- jetty-maven-plugin
-
-
- /front-controller
-
-
-
-
-
+
+
+
+ org.apache.maven.plugins
+ maven-war-plugin
+
+
+ org.eclipse.jetty
+ jetty-maven-plugin
+
+
+ /front-controller
+
+
+
+
+
diff --git a/patterns/intercepting-filter/pom.xml b/patterns/intercepting-filter/pom.xml
index 893b56fa04b8..b9916d9157f1 100644
--- a/patterns/intercepting-filter/pom.xml
+++ b/patterns/intercepting-filter/pom.xml
@@ -1,61 +1,61 @@
- 4.0.0
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
- intercepting-filter
- war
+ intercepting-filter
+ war
-
- com.baeldung.patterns
- patterns-parent
- 1.0.0-SNAPSHOT
- ..
-
+
+ com.baeldung.patterns
+ patterns-parent
+ 1.0.0-SNAPSHOT
+ ..
+
-
-
- javax.servlet
- javax.servlet-api
-
-
- org.slf4j
- slf4j-api
- ${slf4j.version}
-
-
+
+
+ javax.servlet
+ javax.servlet-api
+
+
+ org.slf4j
+ slf4j-api
+ ${slf4j.version}
+
+
-
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
- 3.7.0
-
-
- 1.8
-
-
-
- org.apache.maven.plugins
- maven-war-plugin
-
- false
-
-
-
- org.eclipse.jetty
- jetty-maven-plugin
-
-
- /
-
-
-
-
-
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.7.0
+
+
+ 1.8
+
+
+
+ org.apache.maven.plugins
+ maven-war-plugin
+
+ false
+
+
+
+ org.eclipse.jetty
+ jetty-maven-plugin
+
+
+ /
+
+
+
+
+
-
- 1.7.21
-
+
+ 1.7.21
+
diff --git a/patterns/pom.xml b/patterns/pom.xml
index 2a16c9b78c93..7ee2c749be4e 100644
--- a/patterns/pom.xml
+++ b/patterns/pom.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung.patterns
patterns-parent
@@ -12,7 +12,7 @@
1.0.0-SNAPSHOT
..
-
+
front-controller
intercepting-filter
@@ -52,5 +52,5 @@
3.0.0
9.4.0.v20161208
-
+
\ No newline at end of file
diff --git a/pdf/pom.xml b/pdf/pom.xml
index 557ad261a4ce..01b2e15652f1 100644
--- a/pdf/pom.xml
+++ b/pdf/pom.xml
@@ -1,7 +1,7 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+ xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4.0.0
pdf
pdf
@@ -12,7 +12,7 @@
parent-modules
1.0.0-SNAPSHOT
-
+
org.apache.pdfbox
@@ -72,8 +72,8 @@
-
-
+
+
UTF-8
2.0.3
1.6
@@ -83,5 +83,5 @@
1.8
3.15
-
+
diff --git a/persistence-modules/java-cassandra/pom.xml b/persistence-modules/java-cassandra/pom.xml
index 5c1421fdb0db..015fdc84de3e 100644
--- a/persistence-modules/java-cassandra/pom.xml
+++ b/persistence-modules/java-cassandra/pom.xml
@@ -1,5 +1,5 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
cassandra-java-client
@@ -10,9 +10,9 @@
com.baeldung
parent-modules
1.0.0-SNAPSHOT
- ../../
+ ../../
-
+
@@ -40,8 +40,8 @@
java-cassandra
-
-
+
+
UTF-8
19.0
diff --git a/persistence-modules/java-cockroachdb/pom.xml b/persistence-modules/java-cockroachdb/pom.xml
index 263c76b4f606..a1924b674af7 100644
--- a/persistence-modules/java-cockroachdb/pom.xml
+++ b/persistence-modules/java-cockroachdb/pom.xml
@@ -1,37 +1,37 @@
- 4.0.0
- com.baeldung
- java-cockroachdb
- 1.0-SNAPSHOT
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ java-cockroachdb
+ 1.0-SNAPSHOT
-
- parent-modules
- com.baeldung
- 1.0.0-SNAPSHOT
- ../../
-
+
+ parent-modules
+ com.baeldung
+ 1.0.0-SNAPSHOT
+ ../../
+
-
-
- org.postgresql
- postgresql
- ${postgresql.version}
-
-
+
+
+ org.postgresql
+ postgresql
+ ${postgresql.version}
+
+
-
-
- Central
- Central
- http://repo1.maven.org/maven2/
- default
-
-
+
+
+ Central
+ Central
+ http://repo1.maven.org/maven2/
+ default
+
+
-
- 42.1.4
-
+
+ 42.1.4
+
\ No newline at end of file
diff --git a/persistence-modules/java-jdbi/pom.xml b/persistence-modules/java-jdbi/pom.xml
index 429c2280be1b..a823141bc5d7 100644
--- a/persistence-modules/java-jdbi/pom.xml
+++ b/persistence-modules/java-jdbi/pom.xml
@@ -1,44 +1,44 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- 4.0.0
- java-jdbi
- 1.0-SNAPSHOT
+ 4.0.0
+ java-jdbi
+ 1.0-SNAPSHOT
-
- parent-modules
- com.baeldung
- 1.0.0-SNAPSHOT
- ../../
-
+
+ parent-modules
+ com.baeldung
+ 1.0.0-SNAPSHOT
+ ../../
+
-
-
- org.jdbi
- jdbi3-core
- ${jdbi3-core.version}
-
-
- org.hsqldb
- hsqldb
- ${hsqldb.version}
- test
-
-
+
+
+ org.jdbi
+ jdbi3-core
+ ${jdbi3-core.version}
+
+
+ org.hsqldb
+ hsqldb
+ ${hsqldb.version}
+ test
+
+
-
-
- Central
- Central
- http://repo1.maven.org/maven2/
- default
-
-
+
+
+ Central
+ Central
+ http://repo1.maven.org/maven2/
+ default
+
+
-
- 3.1.0
- 2.4.0
-
+
+ 3.1.0
+ 2.4.0
+
\ No newline at end of file
diff --git a/persistence-modules/java-mongodb/pom.xml b/persistence-modules/java-mongodb/pom.xml
index b09e96262dcd..ba8fabb9a504 100644
--- a/persistence-modules/java-mongodb/pom.xml
+++ b/persistence-modules/java-mongodb/pom.xml
@@ -1,6 +1,6 @@
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4.0.0
com.baeldung
@@ -11,9 +11,9 @@
com.baeldung
parent-modules
1.0.0-SNAPSHOT
- ../../
-
-
+ ../../
+
+
diff --git a/persistence-modules/liquibase/pom.xml b/persistence-modules/liquibase/pom.xml
index 637657e541d3..a18ced0d716d 100644
--- a/persistence-modules/liquibase/pom.xml
+++ b/persistence-modules/liquibase/pom.xml
@@ -1,42 +1,42 @@
- 4.0.0
- liquibase
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ liquibase
-
- parent-modules
- com.baeldung
- 1.0.0-SNAPSHOT
- ../../
-
+
+ parent-modules
+ com.baeldung
+ 1.0.0-SNAPSHOT
+ ../../
+
-
-
- mysql
- mysql-connector-java
- ${mysql-connector-java.version}
-
-
+
+
+ mysql
+ mysql-connector-java
+ ${mysql-connector-java.version}
+
+
-
- baeldung-liquibase-demo
-
-
- org.liquibase
- liquibase-maven-plugin
- ${liquibase-maven-plugin.version}
-
- liquibase/liquibase.properties
- liquibase/db-changelog.xml
-
-
-
-
+
+ baeldung-liquibase-demo
+
+
+ org.liquibase
+ liquibase-maven-plugin
+ ${liquibase-maven-plugin.version}
+
+ liquibase/liquibase.properties
+ liquibase/db-changelog.xml
+
+
+
+
-
- 5.1.6
- 3.4.2
-
+
+ 5.1.6
+ 3.4.2
+
\ No newline at end of file
diff --git a/persistence-modules/querydsl/pom.xml b/persistence-modules/querydsl/pom.xml
index d300b4438a30..4c20d673a362 100644
--- a/persistence-modules/querydsl/pom.xml
+++ b/persistence-modules/querydsl/pom.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
querydsl
@@ -13,7 +13,7 @@
com.baeldung
parent-modules
1.0.0-SNAPSHOT
- ../../
+ ../../
@@ -145,8 +145,8 @@
-
-
+
+
UTF-8
1.8
4.3.4.RELEASE
@@ -158,5 +158,5 @@
1.4
1.1.3
-
+
\ No newline at end of file
diff --git a/persistence-modules/redis/pom.xml b/persistence-modules/redis/pom.xml
index 1f27faa09a8e..7f7aeda4ade8 100644
--- a/persistence-modules/redis/pom.xml
+++ b/persistence-modules/redis/pom.xml
@@ -1,7 +1,7 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+ xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4.0.0
com.baeldung
@@ -15,7 +15,7 @@
com.baeldung
parent-modules
1.0.0-SNAPSHOT
- ../../
+ ../../
diff --git a/persistence-modules/solr/pom.xml b/persistence-modules/solr/pom.xml
index 966bd8755ba8..34a9722af371 100644
--- a/persistence-modules/solr/pom.xml
+++ b/persistence-modules/solr/pom.xml
@@ -1,5 +1,5 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
@@ -12,7 +12,7 @@
com.baeldung
parent-modules
1.0.0-SNAPSHOT
- ../../
+ ../../
diff --git a/persistence-modules/spring-data-cassandra/pom.xml b/persistence-modules/spring-data-cassandra/pom.xml
index b59fa9ce8896..540b7ad7b934 100644
--- a/persistence-modules/spring-data-cassandra/pom.xml
+++ b/persistence-modules/spring-data-cassandra/pom.xml
@@ -1,88 +1,88 @@
- 4.0.0
- com.baeldung
- spring-data-cassandra
- 0.0.1-SNAPSHOT
- jar
- spring-data-cassandra
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ spring-data-cassandra
+ 0.0.1-SNAPSHOT
+ jar
+ spring-data-cassandra
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
- ../../
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+ ../../
+
-
-
- org.springframework.data
- spring-data-cassandra
- ${org.springframework.data.version}
-
-
- org.springframework
- spring-core
- ${org.springframework.version}
-
-
- commons-logging
- commons-logging
-
-
-
-
- org.springframework
- spring-test
- ${org.springframework.version}
- test
-
-
- org.cassandraunit
- cassandra-unit-spring
- ${cassandra-unit-spring.version}
- test
-
-
- org.cassandraunit
- cassandra-unit
-
-
-
-
- org.cassandraunit
- cassandra-unit-shaded
- ${cassandra-unit-shaded.version}
- test
-
-
- org.hectorclient
- hector-core
- ${hector-core.version}
-
-
- commons-logging
- commons-logging
-
-
-
-
- com.datastax.cassandra
- cassandra-driver-core
- ${cassandra-driver-core.version}
- true
-
-
+
+
+ org.springframework.data
+ spring-data-cassandra
+ ${org.springframework.data.version}
+
+
+ org.springframework
+ spring-core
+ ${org.springframework.version}
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ org.springframework
+ spring-test
+ ${org.springframework.version}
+ test
+
+
+ org.cassandraunit
+ cassandra-unit-spring
+ ${cassandra-unit-spring.version}
+ test
+
+
+ org.cassandraunit
+ cassandra-unit
+
+
+
+
+ org.cassandraunit
+ cassandra-unit-shaded
+ ${cassandra-unit-shaded.version}
+ test
+
+
+ org.hectorclient
+ hector-core
+ ${hector-core.version}
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ com.datastax.cassandra
+ cassandra-driver-core
+ ${cassandra-driver-core.version}
+ true
+
+
+
+
+ UTF-8
+ 4.3.4.RELEASE
+ 1.3.2.RELEASE
+ 2.1.5
+ 2.1.9.2
+ 2.1.9.2
+ 2.0-0
+ 19.0
+
-
- UTF-8
- 4.3.4.RELEASE
- 1.3.2.RELEASE
- 2.1.5
- 2.1.9.2
- 2.1.9.2
- 2.0-0
- 19.0
-
-
diff --git a/persistence-modules/spring-data-dynamodb/pom.xml b/persistence-modules/spring-data-dynamodb/pom.xml
index 6e1c2338d8ae..b115c0e087e2 100644
--- a/persistence-modules/spring-data-dynamodb/pom.xml
+++ b/persistence-modules/spring-data-dynamodb/pom.xml
@@ -1,236 +1,236 @@
- 4.0.0
- com.baeldung
- spring-boot-dynamodb
- 0.0.1-SNAPSHOT
- jar
- Spring Boot Actuator
- This is simple boot application for Spring boot actuator test
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ spring-boot-dynamodb
+ 0.0.1-SNAPSHOT
+ jar
+ Spring Boot Actuator
+ This is simple boot application for Spring boot actuator test
-
- parent-boot-5
- com.baeldung
- 0.0.1-SNAPSHOT
- ../../parent-boot-5
-
+
+ parent-boot-5
+ com.baeldung
+ 0.0.1-SNAPSHOT
+ ../../parent-boot-5
+
-
-
-
- org.springframework.data
- spring-data-releasetrain
- Hopper-SR10
- pom
- import
-
-
-
+
+
+
+ org.springframework.data
+ spring-data-releasetrain
+ Hopper-SR10
+ pom
+ import
+
+
+
-
-
- org.springframework.boot
- spring-boot-starter-web
-
-
- org.springframework.boot
- spring-boot-starter-actuator
-
-
- org.springframework.boot
- spring-boot-starter-security
-
-
- io.dropwizard.metrics
- metrics-core
-
-
- com.h2database
- h2
-
-
- org.springframework.boot
- spring-boot-starter
-
-
- com.jayway.jsonpath
- json-path
- test
-
-
- org.springframework.boot
- spring-boot-starter-mail
-
-
- org.webjars
- bootstrap
- ${bootstrap.version}
-
-
- com.amazonaws
- aws-java-sdk-dynamodb
- ${aws-java-sdk-dynamodb.version}
-
-
- commons-logging
- commons-logging
-
-
-
-
- com.github.derjust
- spring-data-dynamodb
- ${spring-data-dynamodb.version}
-
-
- org.apache.httpcomponents
- httpclient
- ${httpclient.version}
-
-
-
-
-
- com.amazonaws
- DynamoDBLocal
- ${dynamodblocal.version}
- test
-
-
- com.almworks.sqlite4java
- sqlite4java
- ${sqlite4java.version}
- test
-
-
- com.almworks.sqlite4java
- sqlite4java-win32-x86
- ${sqlite4java.version}
- dll
- test
-
-
- com.almworks.sqlite4java
- sqlite4java-win32-x64
- ${sqlite4java.version}
- dll
- test
-
-
- com.almworks.sqlite4java
- libsqlite4java-osx
- ${sqlite4java.version}
- dylib
- test
-
-
- com.almworks.sqlite4java
- libsqlite4java-linux-i386
- ${sqlite4java.version}
- so
- test
-
-
- com.almworks.sqlite4java
- libsqlite4java-linux-amd64
- ${sqlite4java.version}
- so
- test
-
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+
+
+ org.springframework.boot
+ spring-boot-starter-actuator
+
+
+ org.springframework.boot
+ spring-boot-starter-security
+
+
+ io.dropwizard.metrics
+ metrics-core
+
+
+ com.h2database
+ h2
+
+
+ org.springframework.boot
+ spring-boot-starter
+
+
+ com.jayway.jsonpath
+ json-path
+ test
+
+
+ org.springframework.boot
+ spring-boot-starter-mail
+
+
+ org.webjars
+ bootstrap
+ ${bootstrap.version}
+
+
+ com.amazonaws
+ aws-java-sdk-dynamodb
+ ${aws-java-sdk-dynamodb.version}
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ com.github.derjust
+ spring-data-dynamodb
+ ${spring-data-dynamodb.version}
+
+
+ org.apache.httpcomponents
+ httpclient
+ ${httpclient.version}
+
+
+
+
+
+ com.amazonaws
+ DynamoDBLocal
+ ${dynamodblocal.version}
+ test
+
+
+ com.almworks.sqlite4java
+ sqlite4java
+ ${sqlite4java.version}
+ test
+
+
+ com.almworks.sqlite4java
+ sqlite4java-win32-x86
+ ${sqlite4java.version}
+ dll
+ test
+
+
+ com.almworks.sqlite4java
+ sqlite4java-win32-x64
+ ${sqlite4java.version}
+ dll
+ test
+
+
+ com.almworks.sqlite4java
+ libsqlite4java-osx
+ ${sqlite4java.version}
+ dylib
+ test
+
+
+ com.almworks.sqlite4java
+ libsqlite4java-linux-i386
+ ${sqlite4java.version}
+ so
+ test
+
+
+ com.almworks.sqlite4java
+ libsqlite4java-linux-amd64
+ ${sqlite4java.version}
+ so
+ test
+
-
+
-
- spring-boot
-
-
- src/main/resources
- true
-
-
+
+ spring-boot
+
+
+ src/main/resources
+ true
+
+
-
-
- org.apache.maven.plugins
- maven-war-plugin
-
-
- org.apache.maven.plugins
- maven-dependency-plugin
- 2.10
-
-
- copy-dependencies
- test-compile
-
- copy-dependencies
-
-
- test
- so,dll,dylib
- ${project.basedir}/native-libs
-
-
-
-
-
-
+
+
+ org.apache.maven.plugins
+ maven-war-plugin
+
+
+ org.apache.maven.plugins
+ maven-dependency-plugin
+ 2.10
+
+
+ copy-dependencies
+ test-compile
+
+ copy-dependencies
+
+
+ test
+ so,dll,dylib
+ ${project.basedir}/native-libs
+
+
+
+
+
+
-
-
- spring-snapshots
- Spring Snapshots
- https://repo.spring.io/snapshot
-
- true
-
-
-
- spring-milestones
- Spring Milestones
- https://repo.spring.io/milestone
-
- false
-
-
-
- dynamodb-local
- DynamoDB Local Release Repository
- ${dynamodblocal.repository.url}
-
-
-
-
- spring-snapshots
- Spring Snapshots
- https://repo.spring.io/snapshot
-
- true
-
-
-
- spring-milestones
- Spring Milestones
- https://repo.spring.io/milestone
-
- false
-
-
-
+
+
+ spring-snapshots
+ Spring Snapshots
+ https://repo.spring.io/snapshot
+
+ true
+
+
+
+ spring-milestones
+ Spring Milestones
+ https://repo.spring.io/milestone
+
+ false
+
+
+
+ dynamodb-local
+ DynamoDB Local Release Repository
+ ${dynamodblocal.repository.url}
+
+
+
+
+ spring-snapshots
+ Spring Snapshots
+ https://repo.spring.io/snapshot
+
+ true
+
+
+
+ spring-milestones
+ Spring Milestones
+ https://repo.spring.io/milestone
+
+ false
+
+
+
-
-
- com.baeldung.Application
- 4.3.4.RELEASE
- 4.5.2
- 4.4.1
- 1.11.64
- 3.3.7-1
- 1.0.392
- 1.11.106
- 1.11.86
- https://s3-us-west-2.amazonaws.com/dynamodb-local/release
-
+
+
+ com.baeldung.Application
+ 4.3.4.RELEASE
+ 4.5.2
+ 4.4.1
+ 1.11.64
+ 3.3.7-1
+ 1.0.392
+ 1.11.106
+ 1.11.86
+ https://s3-us-west-2.amazonaws.com/dynamodb-local/release
+
diff --git a/persistence-modules/spring-data-eclipselink/pom.xml b/persistence-modules/spring-data-eclipselink/pom.xml
index 8b927fcab6e6..524175fcd41b 100644
--- a/persistence-modules/spring-data-eclipselink/pom.xml
+++ b/persistence-modules/spring-data-eclipselink/pom.xml
@@ -1,79 +1,79 @@
- 4.0.0
- com.baeldung
- spring-data-eclipselink
- 1.0.0-SNAPSHOT
- spring-data-eclipselink
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ spring-data-eclipselink
+ 1.0.0-SNAPSHOT
+ spring-data-eclipselink
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
- ../../
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+ ../../
+
-
-
- org.springframework.boot
- spring-boot-dependencies
- ${spring.version}
- pom
- import
-
-
- org.springframework.boot
- spring-boot-starter-data-jpa
- ${spring.version}
-
-
- org.hibernate
- hibernate-entitymanager
-
-
- org.hibernate
- hibernate-core
-
-
-
-
- org.springframework.boot
- spring-boot-starter-test
- ${spring.version}
- test
-
-
- org.eclipse.persistence
- org.eclipse.persistence.jpa
- ${eclipselink.version}
-
-
- com.h2database
- h2
- runtime
- ${h2.version}
-
-
+
+
+ org.springframework.boot
+ spring-boot-dependencies
+ ${spring.version}
+ pom
+ import
+
+
+ org.springframework.boot
+ spring-boot-starter-data-jpa
+ ${spring.version}
+
+
+ org.hibernate
+ hibernate-entitymanager
+
+
+ org.hibernate
+ hibernate-core
+
+
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ ${spring.version}
+ test
+
+
+ org.eclipse.persistence
+ org.eclipse.persistence.jpa
+ ${eclipselink.version}
+
+
+ com.h2database
+ h2
+ runtime
+ ${h2.version}
+
+
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
- ${spring.version}
-
-
-
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+ ${spring.version}
+
+
+
-
- UTF-8
- UTF-8
- 1.8
- 1.5.9.RELEASE
- 2.7.0
- 1.4.196
-
+
+ UTF-8
+ UTF-8
+ 1.8
+ 1.5.9.RELEASE
+ 2.7.0
+ 1.4.196
+
diff --git a/persistence-modules/spring-data-gemfire/pom.xml b/persistence-modules/spring-data-gemfire/pom.xml
index ac376b52c539..479eb0c55f54 100644
--- a/persistence-modules/spring-data-gemfire/pom.xml
+++ b/persistence-modules/spring-data-gemfire/pom.xml
@@ -1,78 +1,78 @@
- 4.0.0
- com.baeldung
- spring-data-gemfire
- 1.0.0-SNAPSHOT
- jar
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ spring-data-gemfire
+ 1.0.0-SNAPSHOT
+ jar
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
- ../../
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+ ../../
+
-
-
- org.springframework.data
- spring-data-gemfire
- ${spring-data-gemfire-version}
-
+
+
+ org.springframework.data
+ spring-data-gemfire
+ ${spring-data-gemfire-version}
+
-
- com.gemstone.gemfire
- gemfire
- ${gemfire-version}
-
-
-
- com.google.collections
- google-collections
- ${google-collections-version}
-
+
+ com.gemstone.gemfire
+ gemfire
+ ${gemfire-version}
+
+
+
+ com.google.collections
+ google-collections
+ ${google-collections-version}
+
-
- org.springframework
- spring-context
- ${spring-context-version}
-
-
- commons-logging
- commons-logging
-
-
-
-
- org.springframework
- spring-test
- ${spring-test-version}
- test
-
-
+
+ org.springframework
+ spring-context
+ ${spring-context-version}
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ org.springframework
+ spring-test
+ ${spring-test-version}
+ test
+
+
-
-
- spring-snapshots
- Spring Snapshots
- http://repo.spring.io/libs-snapshot
-
- true
-
-
-
- gemstone
- http://dist.gemstone.com.s3.amazonaws.com/maven/release/
-
-
+
+
+ spring-snapshots
+ Spring Snapshots
+ http://repo.spring.io/libs-snapshot
+
+ true
+
+
+
+ gemstone
+ http://dist.gemstone.com.s3.amazonaws.com/maven/release/
+
+
-
- 1.7.4.RELEASE
- 7.0.1
- 1.0
- 4.3.0.RELEASE
- 4.3.0.RELEASE
-
+
+ 1.7.4.RELEASE
+ 7.0.1
+ 1.0
+ 4.3.0.RELEASE
+ 4.3.0.RELEASE
+
\ No newline at end of file
diff --git a/persistence-modules/spring-data-neo4j/pom.xml b/persistence-modules/spring-data-neo4j/pom.xml
index 9e2b948ccecd..3405e98edb40 100644
--- a/persistence-modules/spring-data-neo4j/pom.xml
+++ b/persistence-modules/spring-data-neo4j/pom.xml
@@ -1,132 +1,132 @@
-
- 4.0.0
- com.baeldung
- spring-data-neo4j
- 1.0
-
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
- ../../
-
-
-
-
- org.neo4j
- neo4j
- ${neo4j.version}
-
-
-
- org.neo4j
- neo4j-ogm-core
- ${neo4j-ogm.version}
-
-
-
- org.neo4j
- neo4j-ogm-embedded-driver
- ${neo4j-ogm.version}
-
-
-
- org.neo4j.driver
- neo4j-java-driver
- ${neo4j-java-driver.version}
-
-
-
- org.springframework.data
- spring-data-neo4j
- ${spring-data-neo4j.version}
-
-
- commons-logging
- commons-logging
-
-
-
-
-
- org.springframework.data
- spring-data-neo4j
- ${spring-data-neo4j.version}
- test-jar
-
-
-
- com.voodoodyne.jackson.jsog
- jackson-jsog
- ${jackson-jsog.version}
- compile
-
-
-
- org.springframework.boot
- spring-boot-starter-test
- ${spring-boot.version}
- test
-
-
-
- org.neo4j
- neo4j-kernel
- ${neo4j.version}
- test-jar
-
-
-
- org.neo4j.app
- neo4j-server
- ${neo4j.version}
- test-jar
-
-
- commons-logging
- commons-logging
-
-
-
-
-
- org.neo4j
- neo4j-ogm-test
- ${neo4j-ogm.version}
- test
-
-
-
- org.neo4j.test
- neo4j-harness
- ${neo4j.version}
- test
-
-
- org.springframework
- spring-test
- ${spring-test.version}
-
-
- commons-logging
- commons-logging
-
-
-
-
-
-
- UTF-8
- UTF-8
- 1.1.1
- 3.1.0
- 4.1.6.RELEASE
- 1.1
- 1.4.3.RELEASE
- 4.3.5.RELEASE
- 2.1.1
-
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+ 4.0.0
+ com.baeldung
+ spring-data-neo4j
+ 1.0
+
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+ ../../
+
+
+
+
+ org.neo4j
+ neo4j
+ ${neo4j.version}
+
+
+
+ org.neo4j
+ neo4j-ogm-core
+ ${neo4j-ogm.version}
+
+
+
+ org.neo4j
+ neo4j-ogm-embedded-driver
+ ${neo4j-ogm.version}
+
+
+
+ org.neo4j.driver
+ neo4j-java-driver
+ ${neo4j-java-driver.version}
+
+
+
+ org.springframework.data
+ spring-data-neo4j
+ ${spring-data-neo4j.version}
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+
+ org.springframework.data
+ spring-data-neo4j
+ ${spring-data-neo4j.version}
+ test-jar
+
+
+
+ com.voodoodyne.jackson.jsog
+ jackson-jsog
+ ${jackson-jsog.version}
+ compile
+
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ ${spring-boot.version}
+ test
+
+
+
+ org.neo4j
+ neo4j-kernel
+ ${neo4j.version}
+ test-jar
+
+
+
+ org.neo4j.app
+ neo4j-server
+ ${neo4j.version}
+ test-jar
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+
+ org.neo4j
+ neo4j-ogm-test
+ ${neo4j-ogm.version}
+ test
+
+
+
+ org.neo4j.test
+ neo4j-harness
+ ${neo4j.version}
+ test
+
+
+ org.springframework
+ spring-test
+ ${spring-test.version}
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+
+
+ UTF-8
+ UTF-8
+ 1.1.1
+ 3.1.0
+ 4.1.6.RELEASE
+ 1.1
+ 1.4.3.RELEASE
+ 4.3.5.RELEASE
+ 2.1.1
+
diff --git a/persistence-modules/spring-data-redis/pom.xml b/persistence-modules/spring-data-redis/pom.xml
index 91881957fc49..55f1124531ea 100644
--- a/persistence-modules/spring-data-redis/pom.xml
+++ b/persistence-modules/spring-data-redis/pom.xml
@@ -1,85 +1,85 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- 4.0.0
- com.baeldung
- spring-data-redis
- 1.0
- jar
+ 4.0.0
+ com.baeldung
+ spring-data-redis
+ 1.0
+ jar
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
- ../../
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+ ../../
+
-
-
- org.springframework.data
- spring-data-redis
- ${spring-data-redis}
-
+
+
+ org.springframework.data
+ spring-data-redis
+ ${spring-data-redis}
+
-
- cglib
- cglib-nodep
- ${cglib.version}
-
+
+ cglib
+ cglib-nodep
+ ${cglib.version}
+
-
- redis.clients
- jedis
- ${jedis.version}
- jar
-
+
+ redis.clients
+ jedis
+ ${jedis.version}
+ jar
+
-
- org.springframework
- spring-core
- ${spring.version}
-
-
- commons-logging
- commons-logging
-
-
-
+
+ org.springframework
+ spring-core
+ ${spring.version}
+
+
+ commons-logging
+ commons-logging
+
+
+
-
- org.springframework
- spring-context
- ${spring.version}
-
+
+ org.springframework
+ spring-context
+ ${spring.version}
+
-
- org.springframework
- spring-test
- ${spring.version}
- test
-
+
+ org.springframework
+ spring-test
+ ${spring.version}
+ test
+
-
- com.lordofthejars
- nosqlunit-redis
- ${nosqlunit.version}
-
+
+ com.lordofthejars
+ nosqlunit-redis
+ ${nosqlunit.version}
+
-
- org.springframework.data
- spring-data-commons
- ${spring-data-commons.version}
-
-
+
+ org.springframework.data
+ spring-data-commons
+ ${spring-data-commons.version}
+
+
-
- UTF-8
- 5.0.3.RELEASE
- 2.0.3.RELEASE
- 3.2.4
- 2.9.0
- 0.10.0
- 2.0.3.RELEASE
-
+
+ UTF-8
+ 5.0.3.RELEASE
+ 2.0.3.RELEASE
+ 3.2.4
+ 2.9.0
+ 0.10.0
+ 2.0.3.RELEASE
+
diff --git a/persistence-modules/spring-data-solr/pom.xml b/persistence-modules/spring-data-solr/pom.xml
index fb4b0985cc75..e687ee5f1fc7 100644
--- a/persistence-modules/spring-data-solr/pom.xml
+++ b/persistence-modules/spring-data-solr/pom.xml
@@ -1,5 +1,5 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
@@ -12,7 +12,7 @@
com.baeldung
parent-modules
1.0.0-SNAPSHOT
- ../../
+ ../../
@@ -44,8 +44,8 @@
test
-
-
+
+
UTF-8
4.3.4.RELEASE
2.0.5.RELEASE
diff --git a/persistence-modules/spring-hibernate-3/pom.xml b/persistence-modules/spring-hibernate-3/pom.xml
index 89281d934a43..3233dd11fe51 100644
--- a/persistence-modules/spring-hibernate-3/pom.xml
+++ b/persistence-modules/spring-hibernate-3/pom.xml
@@ -1,109 +1,109 @@
- 4.0.0
- com.baeldung
- spring-hibernate-3
- 0.1-SNAPSHOT
- spring-hibernate-3
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ spring-hibernate-3
+ 0.1-SNAPSHOT
+ spring-hibernate-3
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
- ../../
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+ ../../
+
-
-
-
- org.springframework
- spring-context
- ${org.springframework.version}
-
-
-
- org.springframework
- spring-orm
- ${org.springframework.version}
-
-
- org.hibernate
- hibernate-core
- ${hibernate.version}
-
-
- org.javassist
- javassist
- ${javassist.version}
-
-
- mysql
- mysql-connector-java
- ${mysql-connector-java.version}
- runtime
-
-
- org.apache.tomcat
- tomcat-dbcp
- ${tomcat-dbcp.version}
-
-
- com.h2database
- h2
- ${h2.version}
-
-
-
- com.google.guava
- guava
- ${guava.version}
-
-
-
- org.apache.commons
- commons-lang3
- ${commons-lang3.version}
- test
-
-
- org.springframework
- spring-test
- ${org.springframework.version}
- test
-
-
+
+
+
+ org.springframework
+ spring-context
+ ${org.springframework.version}
+
+
+
+ org.springframework
+ spring-orm
+ ${org.springframework.version}
+
+
+ org.hibernate
+ hibernate-core
+ ${hibernate.version}
+
+
+ org.javassist
+ javassist
+ ${javassist.version}
+
+
+ mysql
+ mysql-connector-java
+ ${mysql-connector-java.version}
+ runtime
+
+
+ org.apache.tomcat
+ tomcat-dbcp
+ ${tomcat-dbcp.version}
+
+
+ com.h2database
+ h2
+ ${h2.version}
+
+
+
+ com.google.guava
+ guava
+ ${guava.version}
+
+
+
+ org.apache.commons
+ commons-lang3
+ ${commons-lang3.version}
+ test
+
+
+ org.springframework
+ spring-test
+ ${org.springframework.version}
+ test
+
+
-
- spring-hibernate-3
-
-
- src/main/resources
- true
-
-
-
+
+ spring-hibernate-3
+
+
+ src/main/resources
+ true
+
+
+
-
-
- 4.3.4.RELEASE
- 4.2.0.RELEASE
- 3.21.0-GA
-
- 3.6.10.Final
- 5.1.40
- 8.5.8
- 1.4.193
-
- 5.3.3.Final
-
- 19.0
- 3.5
- 4.4.5
- 4.5.2
- 2.9.0
-
- 2.7
- 1.6.1
-
+
+
+ 4.3.4.RELEASE
+ 4.2.0.RELEASE
+ 3.21.0-GA
+
+ 3.6.10.Final
+ 5.1.40
+ 8.5.8
+ 1.4.193
+
+ 5.3.3.Final
+
+ 19.0
+ 3.5
+ 4.4.5
+ 4.5.2
+ 2.9.0
+
+ 2.7
+ 1.6.1
+
diff --git a/persistence-modules/spring-hibernate-5/pom.xml b/persistence-modules/spring-hibernate-5/pom.xml
index 6d591593d62f..de66d9e6f7e5 100644
--- a/persistence-modules/spring-hibernate-5/pom.xml
+++ b/persistence-modules/spring-hibernate-5/pom.xml
@@ -1,196 +1,196 @@
- 4.0.0
- com.baeldung
- spring-hibernate-5
- 0.1-SNAPSHOT
- spring-hibernate-5
-
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
- ../../
-
-
-
-
-
-
-
- org.springframework
- spring-context
- ${org.springframework.version}
-
-
- commons-logging
- commons-logging
-
-
-
-
- org.springframework
- spring-aspects
- ${org.springframework.version}
-
-
-
-
-
- org.springframework
- spring-orm
- ${org.springframework.version}
-
-
- org.springframework.data
- spring-data-jpa
- ${org.springframework.data.version}
-
-
- org.hibernate
- hibernate-core
- ${hibernate.version}
-
-
- javax.transaction
- jta
- ${jta.version}
-
-
- org.hibernate
- hibernate-search-orm
- ${hibernatesearch.version}
-
-
-
- org.apache.tomcat
- tomcat-dbcp
- ${tomcat-dbcp.version}
-
-
-
-
-
-
-
- com.google.guava
- guava
- ${guava.version}
-
-
-
-
-
- org.apache.commons
- commons-lang3
- ${commons-lang3.version}
- test
-
-
-
- org.springframework
- spring-test
- ${org.springframework.version}
- test
-
-
-
- org.hamcrest
- hamcrest-core
- ${org.hamcrest.version}
-
-
- org.springframework.security
- spring-security-test
- ${org.springframework.security.version}
- test
-
-
-
- junit
- junit-dep
- 4.11
- test
-
-
-
- org.hamcrest
- hamcrest-library
- ${org.hamcrest.version}
- test
-
-
-
- org.hsqldb
- hsqldb
- ${hsqldb.version}
-
-
-
- mysql
- mysql-connector-java
- ${mysql-connector-java.version}
-
-
-
- com.h2database
- h2
- ${h2.version}
-
-
-
-
-
- spring-hibernate-5
-
-
- src/main/resources
- true
-
-
-
-
-
-
- 5.0.2.RELEASE
- 1.10.6.RELEASE
- 4.2.1.RELEASE
- 1.10.6.RELEASE
-
-
- 5.2.10.Final
- 5.8.2.Final
- 8.0.7-dmr
- 9.0.0.M26
- 1.1
- 2.3.4
- 1.4.195
-
-
- 1.7.21
- 1.1.7
-
-
- 5.4.0.Final
- 2.2.5
-
-
- 21.0
- 3.5
-
-
- 1.3
- 4.12
- 4.4.1
- 4.5
- 2.9.0
-
-
- 3.7.0
- 2.19.1
- 2.7
- 1.6.1
-
-
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ spring-hibernate-5
+ 0.1-SNAPSHOT
+ spring-hibernate-5
+
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+ ../../
+
+
+
+
+
+
+
+ org.springframework
+ spring-context
+ ${org.springframework.version}
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ org.springframework
+ spring-aspects
+ ${org.springframework.version}
+
+
+
+
+
+ org.springframework
+ spring-orm
+ ${org.springframework.version}
+
+
+ org.springframework.data
+ spring-data-jpa
+ ${org.springframework.data.version}
+
+
+ org.hibernate
+ hibernate-core
+ ${hibernate.version}
+
+
+ javax.transaction
+ jta
+ ${jta.version}
+
+
+ org.hibernate
+ hibernate-search-orm
+ ${hibernatesearch.version}
+
+
+
+ org.apache.tomcat
+ tomcat-dbcp
+ ${tomcat-dbcp.version}
+
+
+
+
+
+
+
+ com.google.guava
+ guava
+ ${guava.version}
+
+
+
+
+
+ org.apache.commons
+ commons-lang3
+ ${commons-lang3.version}
+ test
+
+
+
+ org.springframework
+ spring-test
+ ${org.springframework.version}
+ test
+
+
+
+ org.hamcrest
+ hamcrest-core
+ ${org.hamcrest.version}
+
+
+ org.springframework.security
+ spring-security-test
+ ${org.springframework.security.version}
+ test
+
+
+
+ junit
+ junit-dep
+ 4.11
+ test
+
+
+
+ org.hamcrest
+ hamcrest-library
+ ${org.hamcrest.version}
+ test
+
+
+
+ org.hsqldb
+ hsqldb
+ ${hsqldb.version}
+
+
+
+ mysql
+ mysql-connector-java
+ ${mysql-connector-java.version}
+
+
+
+ com.h2database
+ h2
+ ${h2.version}
+
+
+
+
+
+ spring-hibernate-5
+
+
+ src/main/resources
+ true
+
+
+
+
+
+
+ 5.0.2.RELEASE
+ 1.10.6.RELEASE
+ 4.2.1.RELEASE
+ 1.10.6.RELEASE
+
+
+ 5.2.10.Final
+ 5.8.2.Final
+ 8.0.7-dmr
+ 9.0.0.M26
+ 1.1
+ 2.3.4
+ 1.4.195
+
+
+ 1.7.21
+ 1.1.7
+
+
+ 5.4.0.Final
+ 2.2.5
+
+
+ 21.0
+ 3.5
+
+
+ 1.3
+ 4.12
+ 4.4.1
+ 4.5
+ 2.9.0
+
+
+ 3.7.0
+ 2.19.1
+ 2.7
+ 1.6.1
+
+
diff --git a/persistence-modules/spring-jpa/pom.xml b/persistence-modules/spring-jpa/pom.xml
index 1ddf0e1f333b..065b29b26be2 100644
--- a/persistence-modules/spring-jpa/pom.xml
+++ b/persistence-modules/spring-jpa/pom.xml
@@ -1,192 +1,192 @@
- 4.0.0
- com.baeldung
- spring-jpa
- 0.1-SNAPSHOT
- war
- spring-jpa
-
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
- ../../
-
-
-
-
-
- org.springframework
- spring-orm
- ${org.springframework.version}
-
-
- commons-logging
- commons-logging
-
-
-
-
- org.springframework
- spring-context
- ${org.springframework.version}
-
-
- org.springframework
- spring-webmvc
- ${org.springframework.version}
-
-
-
-
-
- org.hibernate
- hibernate-entitymanager
- ${hibernate.version}
-
-
- org.hibernate
- hibernate-ehcache
- ${hibernate.version}
-
-
- xml-apis
- xml-apis
- ${xml-apis.version}
-
-
- org.javassist
- javassist
- ${javassist.version}
-
-
- mysql
- mysql-connector-java
- ${mysql-connector-java.version}
- runtime
-
-
- org.springframework.data
- spring-data-jpa
- ${spring-data-jpa.version}
-
-
- com.h2database
- h2
- ${h2.version}
-
-
-
-
-
- org.hibernate
- hibernate-validator
- ${hibernate-validator.version}
-
-
- javax.el
- javax.el-api
- ${javax.el-api.version}
-
-
-
-
- javax.servlet
- jstl
- ${javax.servlet.jstl.version}
-
-
- javax.servlet
- servlet-api
- provided
- ${javax.servlet.servlet-api.version}
-
-
-
-
-
- com.google.guava
- guava
- ${guava.version}
-
-
- org.assertj
- assertj-core
- ${assertj.version}
-
-
-
-
-
- org.apache.commons
- commons-lang3
- ${commons-lang3.version}
- test
-
-
-
- org.springframework
- spring-test
- ${org.springframework.version}
- test
-
-
-
-
-
- spring-jpa
-
-
- src/main/resources
- true
-
-
-
-
- org.apache.maven.plugins
- maven-war-plugin
- ${maven-war-plugin.version}
-
- src/main/webapp
- false
-
-
-
-
-
-
-
- 4.3.8.RELEASE
- 3.21.0-GA
-
-
- 5.2.10.Final
- 6.0.6
- 1.11.3.RELEASE
- 1.4.195
-
-
- 1.2
- 2.5
-
-
- 5.4.1.Final
- 1.4.01
- 2.2.5
-
-
- 21.0
- 3.5
- 3.8.0
- 4.4.5
- 4.5.2
- 2.9.0
-
-
- 2.7
- 1.6.1
- 2.6
-
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ spring-jpa
+ 0.1-SNAPSHOT
+ war
+ spring-jpa
+
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+ ../../
+
+
+
+
+
+ org.springframework
+ spring-orm
+ ${org.springframework.version}
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ org.springframework
+ spring-context
+ ${org.springframework.version}
+
+
+ org.springframework
+ spring-webmvc
+ ${org.springframework.version}
+
+
+
+
+
+ org.hibernate
+ hibernate-entitymanager
+ ${hibernate.version}
+
+
+ org.hibernate
+ hibernate-ehcache
+ ${hibernate.version}
+
+
+ xml-apis
+ xml-apis
+ ${xml-apis.version}
+
+
+ org.javassist
+ javassist
+ ${javassist.version}
+
+
+ mysql
+ mysql-connector-java
+ ${mysql-connector-java.version}
+ runtime
+
+
+ org.springframework.data
+ spring-data-jpa
+ ${spring-data-jpa.version}
+
+
+ com.h2database
+ h2
+ ${h2.version}
+
+
+
+
+
+ org.hibernate
+ hibernate-validator
+ ${hibernate-validator.version}
+
+
+ javax.el
+ javax.el-api
+ ${javax.el-api.version}
+
+
+
+
+ javax.servlet
+ jstl
+ ${javax.servlet.jstl.version}
+
+
+ javax.servlet
+ servlet-api
+ provided
+ ${javax.servlet.servlet-api.version}
+
+
+
+
+
+ com.google.guava
+ guava
+ ${guava.version}
+
+
+ org.assertj
+ assertj-core
+ ${assertj.version}
+
+
+
+
+
+ org.apache.commons
+ commons-lang3
+ ${commons-lang3.version}
+ test
+
+
+
+ org.springframework
+ spring-test
+ ${org.springframework.version}
+ test
+
+
+
+
+
+ spring-jpa
+
+
+ src/main/resources
+ true
+
+
+
+
+ org.apache.maven.plugins
+ maven-war-plugin
+ ${maven-war-plugin.version}
+
+ src/main/webapp
+ false
+
+
+
+
+
+
+
+ 4.3.8.RELEASE
+ 3.21.0-GA
+
+
+ 5.2.10.Final
+ 6.0.6
+ 1.11.3.RELEASE
+ 1.4.195
+
+
+ 1.2
+ 2.5
+
+
+ 5.4.1.Final
+ 1.4.01
+ 2.2.5
+
+
+ 21.0
+ 3.5
+ 3.8.0
+ 4.4.5
+ 4.5.2
+ 2.9.0
+
+
+ 2.7
+ 1.6.1
+ 2.6
+
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 2628b319bfa4..0326c3e0b825 100644
--- a/pom.xml
+++ b/pom.xml
@@ -319,7 +319,7 @@
maven
-
+
org.apache.maven.plugins
maven-surefire-plugin
${maven-surefire-plugin.version}
@@ -398,28 +398,28 @@
-
- org.apache.maven.plugins
- maven-install-plugin
- 2.5.1
-
- org.baeldung.pmd
- custom-pmd
- 0.0.1
- jar
- ${tutorialsproject.basedir}/custom-pmd-0.0.1.jar
- true
-
-
-
- install-jar-lib
-
- install-file
-
- validate
-
-
-
+
+ org.apache.maven.plugins
+ maven-install-plugin
+ 2.5.1
+
+ org.baeldung.pmd
+ custom-pmd
+ 0.0.1
+ jar
+ ${tutorialsproject.basedir}/custom-pmd-0.0.1.jar
+ true
+
+
+
+ install-jar-lib
+
+ install-file
+
+ validate
+
+
+
@@ -431,8 +431,8 @@
-
-
+
+
integration
@@ -467,7 +467,7 @@
-
+
@@ -477,8 +477,8 @@
-
-
+
+
UTF-8
refs/heads/master
true
@@ -495,25 +495,25 @@
2.21.0
3.7.0
1.6.0
- 1.8
- 1.2.17
- 1.1
- 2.1.0.1
- 1.19
- 1.19
- 1.3
- 1.6.0
- 2.19.1
- 2.5
- 1.4
- 2.6
- 3.1.0
- 1.2
- 2.3.1
- 1.9.13
- 1.2
- 2.5.0
- 1.3
+ 1.8
+ 1.2.17
+ 1.1
+ 2.1.0.1
+ 1.19
+ 1.19
+ 1.3
+ 1.6.0
+ 2.19.1
+ 2.5
+ 1.4
+ 2.6
+ 3.1.0
+ 1.2
+ 2.3.1
+ 1.9.13
+ 1.2
+ 2.5.0
+ 1.3
\ No newline at end of file
diff --git a/protobuffer/pom.xml b/protobuffer/pom.xml
index b34d38b0e087..919a49e67df7 100644
--- a/protobuffer/pom.xml
+++ b/protobuffer/pom.xml
@@ -1,9 +1,9 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
protobuffer
-
+
parent-modules
com.baeldung
diff --git a/rabbitmq/pom.xml b/rabbitmq/pom.xml
index 6ca0b660b446..391d7933ea05 100644
--- a/rabbitmq/pom.xml
+++ b/rabbitmq/pom.xml
@@ -1,7 +1,7 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+ xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4.0.0
com.baeldung
@@ -26,7 +26,7 @@
UTF-8
- 3.6.6
+ 3.6.6
\ No newline at end of file
diff --git a/ratpack/pom.xml b/ratpack/pom.xml
index 17587d1b7672..bf43168b02e7 100644
--- a/ratpack/pom.xml
+++ b/ratpack/pom.xml
@@ -60,7 +60,7 @@
org.apache.httpcomponents
httpcore
- ${httpcore.version}
+ ${httpcore.version}
@@ -72,15 +72,15 @@
-
+
UTF-8
1.8
1.8
1.4.6
- 4.5.3
- 4.4.6
- 1.4.193
+ 4.5.3
+ 4.4.6
+ 1.4.193
diff --git a/reactor-core/pom.xml b/reactor-core/pom.xml
index 10ab9d9d1492..41c42cac28d5 100644
--- a/reactor-core/pom.xml
+++ b/reactor-core/pom.xml
@@ -1,5 +1,5 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
org.baeldung
@@ -25,12 +25,12 @@
${assertj.version}
test
-
+
io.projectreactor
- reactor-test
+ reactor-test
${reactor-core.version}
- test
-
+ test
+
diff --git a/rest-with-spark-java/pom.xml b/rest-with-spark-java/pom.xml
index 18d8d3b5e8e8..ffdb86ebca04 100644
--- a/rest-with-spark-java/pom.xml
+++ b/rest-with-spark-java/pom.xml
@@ -1,47 +1,47 @@
- 4.0.0
- com.baeldung
- rest-with-spark-java
- 1.0-SNAPSHOT
- rest-with-spark-java
- http://maven.apache.org
-
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
-
-
-
- junit
- junit
- ${junit.version}
- test
-
-
- com.sparkjava
- spark-core
- ${spark-core.version}
-
-
- com.fasterxml.jackson.core
- jackson-core
- ${jackson-core.version}
-
-
- com.fasterxml.jackson.core
- jackson-databind
- ${jackson-databind.version}
-
-
-
-
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ 4.0.0
+ com.baeldung
+ rest-with-spark-java
+ 1.0-SNAPSHOT
+ rest-with-spark-java
+ http://maven.apache.org
+
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
+
+
+
+ junit
+ junit
+ ${junit.version}
+ test
+
+
+ com.sparkjava
+ spark-core
+ ${spark-core.version}
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ ${jackson-core.version}
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+ ${jackson-databind.version}
+
+
+
+
2.5.4
- 2.8.6
- 2.8.6
+ 2.8.6
+ 2.8.6
-
+
diff --git a/resteasy/bin/pom.xml b/resteasy/bin/pom.xml
index f275bc814f42..f8cdc20360bb 100644
--- a/resteasy/bin/pom.xml
+++ b/resteasy/bin/pom.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
@@ -13,11 +13,11 @@
2.5
1.6.1
-
-
+
+
com.baeldung
- resteasy-tutorial
- 1.0
+ resteasy-tutorial
+ 1.0
diff --git a/resteasy/pom.xml b/resteasy/pom.xml
index 7bdf6219827f..61c099f110cc 100644
--- a/resteasy/pom.xml
+++ b/resteasy/pom.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
@@ -139,8 +139,8 @@
-
-
+
+
3.0.19.Final
2.5
diff --git a/rule-engines/easy-rules/pom.xml b/rule-engines/easy-rules/pom.xml
index 78edc09d1a26..8399eff8a22e 100644
--- a/rule-engines/easy-rules/pom.xml
+++ b/rule-engines/easy-rules/pom.xml
@@ -1,24 +1,24 @@
- 4.0.0
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
- com.baeldung.easyrules
- easy-rules
- 1.0
+ com.baeldung.easyrules
+ easy-rules
+ 1.0
- easy-rules
+ easy-rules
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
- org.jeasy
- easy-rules-core
- 3.0.0
-
-
+
+
+ org.jeasy
+ easy-rules-core
+ 3.0.0
+
+
\ No newline at end of file
diff --git a/rule-engines/openl-tablets/pom.xml b/rule-engines/openl-tablets/pom.xml
index e983d4e56666..8e3f1965b590 100644
--- a/rule-engines/openl-tablets/pom.xml
+++ b/rule-engines/openl-tablets/pom.xml
@@ -1,29 +1,29 @@
- 4.0.0
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
- com.baeldung.openltablets
- openl-tablets
- 1.0
+ com.baeldung.openltablets
+ openl-tablets
+ 1.0
- openl-tablets
+ openl-tablets
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
- org.openl
- org.openl.core
- 5.19.4
-
-
- org.openl.rules
- org.openl.rules
- 5.19.4
-
-
+
+
+ org.openl
+ org.openl.core
+ 5.19.4
+
+
+ org.openl.rules
+ org.openl.rules
+ 5.19.4
+
+
\ No newline at end of file
diff --git a/rule-engines/rulebook/pom.xml b/rule-engines/rulebook/pom.xml
index 711bee8c916f..675776eb6fbe 100644
--- a/rule-engines/rulebook/pom.xml
+++ b/rule-engines/rulebook/pom.xml
@@ -1,24 +1,24 @@
- 4.0.0
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
- com.baeldung.rulebook
- rulebook
- 1.0
+ com.baeldung.rulebook
+ rulebook
+ 1.0
- rulebook
+ rulebook
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
-
-
-
- com.deliveredtechnologies
- rulebook-core
- 0.6.2
-
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
+
+
+
+ com.deliveredtechnologies
+ rulebook-core
+ 0.6.2
+
+
\ No newline at end of file
diff --git a/rxjava/pom.xml b/rxjava/pom.xml
index 9a07aba2a34c..41f2c3f6f642 100644
--- a/rxjava/pom.xml
+++ b/rxjava/pom.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
rxjava
@@ -36,7 +36,7 @@
rxjava-string
1.1.1
-
+
junit
junit
@@ -50,17 +50,17 @@
1.7.0
- com.github.davidmoten
- rxjava-jdbc
- ${rx.java.jdbc.version}
-
-
- com.h2database
- h2
- ${h2.version}
- runtime
-
-
+ com.github.davidmoten
+ rxjava-jdbc
+ ${rx.java.jdbc.version}
+
+
+ com.h2database
+ h2
+ ${h2.version}
+ runtime
+
+
org.assertj
assertj-core
${assertj.version}
@@ -79,7 +79,7 @@
- 3.8.0
+ 3.8.0
1.2.5
0.7.11
1.4.196
diff --git a/saas/pom.xml b/saas/pom.xml
index 4b363a3f8467..6b34b99a5db1 100644
--- a/saas/pom.xml
+++ b/saas/pom.xml
@@ -1,88 +1,88 @@
- 4.0.0
- com.baeldung
- saas
- 0.1.0-SNAPSHOT
- jar
- saas
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ saas
+ 0.1.0-SNAPSHOT
+ jar
+ saas
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
- com.atlassian.jira
- jira-rest-java-client-core
- ${jira-rest-java-client-core.version}
-
-
- com.atlassian.fugue
- fugue
- ${atlassian.fugue.version}
-
-
- com.google.guava
- guava
- ${guava.version}
-
-
+
+
+ com.atlassian.jira
+ jira-rest-java-client-core
+ ${jira-rest-java-client-core.version}
+
+
+ com.atlassian.fugue
+ fugue
+ ${atlassian.fugue.version}
+
+
+ com.google.guava
+ guava
+ ${guava.version}
+
+
-
- saas
-
-
- src/main/resources
- true
-
-
+
+ saas
+
+
+ src/main/resources
+ true
+
+
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
- ${maven-compiler-plugin.version}
-
-
- 1.8
-
-
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ ${maven-compiler-plugin.version}
+
+
+ 1.8
+
+
+
+
+ org.codehaus.mojo
+ exec-maven-plugin
+ 1.6.0
+
+ java
+ com.baeldung.outofmemoryerror.OutOfMemoryGCLimitExceed
+
+ -Xmx300m
+ -XX:+UseParallelGC
+ -classpath
+
+ com.baeldung.outofmemoryerror.OutOfMemoryGCLimitExceed
+
+
+
+
+
+
+
+
+ atlassian-public
+ https://packages.atlassian.com/maven/repository/public
+
+
+
+
+
+ 3.7.0
+ 4.0.0
+ 2.6.1
+ 19.0
+
-
- org.codehaus.mojo
- exec-maven-plugin
- 1.6.0
-
- java
- com.baeldung.outofmemoryerror.OutOfMemoryGCLimitExceed
-
- -Xmx300m
- -XX:+UseParallelGC
- -classpath
-
- com.baeldung.outofmemoryerror.OutOfMemoryGCLimitExceed
-
-
-
-
-
-
-
-
- atlassian-public
- https://packages.atlassian.com/maven/repository/public
-
-
-
-
-
- 3.7.0
- 4.0.0
- 2.6.1
- 19.0
-
-
\ No newline at end of file
diff --git a/spark-java/pom.xml b/spark-java/pom.xml
index 135cd067adce..d8243345c54d 100644
--- a/spark-java/pom.xml
+++ b/spark-java/pom.xml
@@ -1,7 +1,7 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+ xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4.0.0
com.baeldung
spark-java
@@ -28,11 +28,11 @@
${google.code.gson.version}
-
+
UTF-8
- 2.5.4
- 2.8.0
+ 2.5.4
+ 2.8.0
-
+
diff --git a/spring-4/pom.xml b/spring-4/pom.xml
index 54f0880d67f2..c81469d3eb98 100644
--- a/spring-4/pom.xml
+++ b/spring-4/pom.xml
@@ -1,67 +1,67 @@
- 4.0.0
- spring-4
- spring-4
- 0.0.1-SNAPSHOT
- jar
- spring-4
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ spring-4
+ spring-4
+ 0.0.1-SNAPSHOT
+ jar
+ spring-4
-
- org.springframework.boot
- spring-boot-starter-parent
- 1.5.10.RELEASE
-
-
+
+ org.springframework.boot
+ spring-boot-starter-parent
+ 1.5.10.RELEASE
+
+
-
-
- org.springframework.boot
- spring-boot-starter-web
- ${spring-boot-starter-web.version}
-
-
- org.springframework.boot
- spring-boot-starter-test
- ${spring-boot-starter-test.version}
-
-
- com.github.feature-flip
- flips-web
- ${flips-web.version}
-
-
- org.projectlombok
- lombok
-
- ${lombok.version}
- provided
-
-
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+ ${spring-boot-starter-web.version}
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ ${spring-boot-starter-test.version}
+
+
+ com.github.feature-flip
+ flips-web
+ ${flips-web.version}
+
+
+ org.projectlombok
+ lombok
+
+ ${lombok.version}
+ provided
+
+
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
-
-
- repackage
-
-
-
-
-
-
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+
+ repackage
+
+
+
+
+
+
-
- UTF-8
- 1.5.10.RELEASE
- 1.5.9.RELEASE
- 1.0.1
- 1.16.18
- 1.8
-
+
+ UTF-8
+ 1.5.10.RELEASE
+ 1.5.9.RELEASE
+ 1.0.1
+ 1.16.18
+ 1.8
+
diff --git a/spring-5-mvc/pom.xml b/spring-5-mvc/pom.xml
index dbb52f63392d..06ddfb82d969 100644
--- a/spring-5-mvc/pom.xml
+++ b/spring-5-mvc/pom.xml
@@ -1,185 +1,185 @@
- 4.0.0
- com.baeldung
- spring-5-mvc
- 0.0.1-SNAPSHOT
- jar
- spring-5-mvc
- spring 5 MVC sample project about new features
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ spring-5-mvc
+ 0.0.1-SNAPSHOT
+ jar
+ spring-5-mvc
+ spring 5 MVC sample project about new features
-
- org.springframework.boot
- spring-boot-starter-parent
- 2.0.0.M7
-
-
-
+
+ org.springframework.boot
+ spring-boot-starter-parent
+ 2.0.0.M7
+
+
+
-
-
- org.springframework.boot
- spring-boot-starter-data-jpa
-
-
- org.springframework.boot
- spring-boot-starter-security
-
-
- org.springframework.boot
- spring-boot-starter-validation
-
-
- org.springframework.boot
- spring-boot-starter-web
-
-
-
- org.apache.commons
- commons-lang3
-
-
- org.slf4j
- slf4j-api
-
-
- org.slf4j
- jcl-over-slf4j
-
-
-
- org.jetbrains.kotlin
- kotlin-stdlib-jre8
- ${kotlin.version}
-
-
- org.jetbrains.kotlin
- kotlin-reflect
- ${kotlin.version}
-
-
- com.fasterxml.jackson.module
- jackson-module-kotlin
-
-
-
- org.springframework.boot
- spring-boot-devtools
- runtime
-
-
- com.h2database
- h2
- runtime
-
-
- org.springframework
- spring-test
-
-
- org.springframework.boot
- spring-boot-starter-test
- test
-
-
- junit
- junit
- test
-
-
- com.jayway.restassured
- rest-assured
- ${rest-assured.version}
- test
-
-
+
+
+ org.springframework.boot
+ spring-boot-starter-data-jpa
+
+
+ org.springframework.boot
+ spring-boot-starter-security
+
+
+ org.springframework.boot
+ spring-boot-starter-validation
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+
+
+
+ org.apache.commons
+ commons-lang3
+
+
+ org.slf4j
+ slf4j-api
+
+
+ org.slf4j
+ jcl-over-slf4j
+
+
+
+ org.jetbrains.kotlin
+ kotlin-stdlib-jre8
+ ${kotlin.version}
+
+
+ org.jetbrains.kotlin
+ kotlin-reflect
+ ${kotlin.version}
+
+
+ com.fasterxml.jackson.module
+ jackson-module-kotlin
+
+
+
+ org.springframework.boot
+ spring-boot-devtools
+ runtime
+
+
+ com.h2database
+ h2
+ runtime
+
+
+ org.springframework
+ spring-test
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
+
+ junit
+ junit
+ test
+
+
+ com.jayway.restassured
+ rest-assured
+ ${rest-assured.version}
+ test
+
+
-
- ${project.basedir}/src/main/kotlin
- ${project.basedir}/src/test/kotlin
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
-
- kotlin-maven-plugin
- org.jetbrains.kotlin
- ${kotlin.version}
-
-
- spring
-
- 1.8
-
-
-
- compile
- compile
-
- compile
-
-
-
- test-compile
- test-compile
-
- test-compile
-
-
-
-
-
- org.jetbrains.kotlin
- kotlin-maven-allopen
- ${kotlin.version}
-
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
-
+
+ ${project.basedir}/src/main/kotlin
+ ${project.basedir}/src/test/kotlin
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+ kotlin-maven-plugin
+ org.jetbrains.kotlin
+ ${kotlin.version}
+
+
+ spring
+
+ 1.8
+
+
+
+ compile
+ compile
+
+ compile
+
+
+
+ test-compile
+ test-compile
+
+ test-compile
+
+
+
+
+
+ org.jetbrains.kotlin
+ kotlin-maven-allopen
+ ${kotlin.version}
+
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
- false
-
- **/*IntegrationTest.java
- **/*LiveTest.java
-
-
-
-
-
+ false
+
+ **/*IntegrationTest.java
+ **/*LiveTest.java
+
+
+
+
+
-
-
- spring-milestones
- Spring Milestones
- https://repo.spring.io/milestone
-
- false
-
-
-
-
-
- spring-milestones
- Spring Milestones
- https://repo.spring.io/milestone
-
- false
-
-
-
+
+
+ spring-milestones
+ Spring Milestones
+ https://repo.spring.io/milestone
+
+ false
+
+
+
+
+
+ spring-milestones
+ Spring Milestones
+ https://repo.spring.io/milestone
+
+ false
+
+
+
-
- 2.9.0
- UTF-8
- UTF-8
- 1.8
- 5.0.2.RELEASE
- 1.1.2
-
+
+ 2.9.0
+ UTF-8
+ UTF-8
+ 1.8
+ 5.0.2.RELEASE
+ 1.1.2
+
diff --git a/spring-5-reactive-client/pom.xml b/spring-5-reactive-client/pom.xml
index a119267c526f..e9e7c7c3e3f4 100644
--- a/spring-5-reactive-client/pom.xml
+++ b/spring-5-reactive-client/pom.xml
@@ -12,8 +12,8 @@
org.springframework.boot
spring-boot-starter-parent
- 2.0.0.M7
-
+ 2.0.0.M7
+
@@ -42,7 +42,7 @@
javax.json.bind
javax.json.bind-api
-
+
@@ -55,7 +55,7 @@
-
+
org.apache.geronimo.specs
geronimo-json_1.1_spec
@@ -195,7 +195,7 @@
1.1.3
1.0
1.0
- 4.1
+ 4.1
diff --git a/spring-5-reactive/pom.xml b/spring-5-reactive/pom.xml
index a270c0e4c0b0..d17026af477d 100644
--- a/spring-5-reactive/pom.xml
+++ b/spring-5-reactive/pom.xml
@@ -1,190 +1,190 @@
- 4.0.0
-
- com.baeldung
- spring-5-reactive
- 0.0.1-SNAPSHOT
- jar
- spring-5-reactive
- spring 5 sample project about new features
-
-
- org.springframework.boot
- spring-boot-starter-parent
- 2.0.0.RELEASE
-
-
-
-
-
- org.springframework.boot
- spring-boot-starter-data-jpa
-
-
- org.springframework.boot
- spring-boot-starter-validation
-
-
- org.springframework.boot
- spring-boot-starter-tomcat
-
-
- org.springframework.boot
- spring-boot-starter-webflux
-
-
- org.projectreactor
- reactor-spring
- ${reactor-spring.version}
-
-
- javax.json.bind
- javax.json.bind-api
-
-
- org.springframework.boot
- spring-boot-starter-actuator
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- org.projectlombok
- lombok
- compile
-
-
-
- org.apache.geronimo.specs
- geronimo-json_1.1_spec
- ${geronimo-json_1.1_spec.version}
-
-
- org.apache.johnzon
- johnzon-jsonb
-
-
-
- org.apache.commons
- commons-lang3
-
-
-
-
-
- org.springframework.boot
- spring-boot-devtools
- runtime
-
-
- com.h2database
- h2
- runtime
-
-
-
- org.springframework
- spring-test
-
-
- org.springframework.boot
- spring-boot-starter-test
- test
-
-
-
- org.apache.commons
- commons-collections4
- ${commons-collections4.version}
- test
-
-
-
- org.junit.jupiter
- junit-jupiter-api
-
-
- org.junit.jupiter
- junit-jupiter-engine
- test
-
-
- org.junit.platform
- junit-platform-surefire-provider
- ${junit.platform.version}
- test
-
-
- org.junit.platform
- junit-platform-runner
- ${junit.platform.version}
- test
-
-
-
- org.projectlombok
- lombok
-
-
- org.apache.commons
- commons-lang3
-
-
-
-
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
- com.baeldung.reactive.Spring5ReactiveApplication
- JAR
-
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
-
- 3
- true
- methods
- true
-
- **/*IntegrationTest.java
- **/*LiveTest.java
-
-
-
-
-
-
-
- UTF-8
- UTF-8
- 1.8
- 1.0.0
- 5.0.0
- 2.20
- 1.0.1.RELEASE
- 1.1.3
- 1.0
- 1.0
- 4.1
-
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+
+ com.baeldung
+ spring-5-reactive
+ 0.0.1-SNAPSHOT
+ jar
+ spring-5-reactive
+ spring 5 sample project about new features
+
+
+ org.springframework.boot
+ spring-boot-starter-parent
+ 2.0.0.RELEASE
+
+
+
+
+
+ org.springframework.boot
+ spring-boot-starter-data-jpa
+
+
+ org.springframework.boot
+ spring-boot-starter-validation
+
+
+ org.springframework.boot
+ spring-boot-starter-tomcat
+
+
+ org.springframework.boot
+ spring-boot-starter-webflux
+
+
+ org.projectreactor
+ reactor-spring
+ ${reactor-spring.version}
+
+
+ javax.json.bind
+ javax.json.bind-api
+
+
+ org.springframework.boot
+ spring-boot-starter-actuator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ org.projectlombok
+ lombok
+ compile
+
+
+
+ org.apache.geronimo.specs
+ geronimo-json_1.1_spec
+ ${geronimo-json_1.1_spec.version}
+
+
+ org.apache.johnzon
+ johnzon-jsonb
+
+
+
+ org.apache.commons
+ commons-lang3
+
+
+
+
+
+ org.springframework.boot
+ spring-boot-devtools
+ runtime
+
+
+ com.h2database
+ h2
+ runtime
+
+
+
+ org.springframework
+ spring-test
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
+
+
+ org.apache.commons
+ commons-collections4
+ ${commons-collections4.version}
+ test
+
+
+
+ org.junit.jupiter
+ junit-jupiter-api
+
+
+ org.junit.jupiter
+ junit-jupiter-engine
+ test
+
+
+ org.junit.platform
+ junit-platform-surefire-provider
+ ${junit.platform.version}
+ test
+
+
+ org.junit.platform
+ junit-platform-runner
+ ${junit.platform.version}
+ test
+
+
+
+ org.projectlombok
+ lombok
+
+
+ org.apache.commons
+ commons-lang3
+
+
+
+
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+ com.baeldung.reactive.Spring5ReactiveApplication
+ JAR
+
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+ 3
+ true
+ methods
+ true
+
+ **/*IntegrationTest.java
+ **/*LiveTest.java
+
+
+
+
+
+
+
+ UTF-8
+ UTF-8
+ 1.8
+ 1.0.0
+ 5.0.0
+ 2.20
+ 1.0.1.RELEASE
+ 1.1.3
+ 1.0
+ 1.0
+ 4.1
+
diff --git a/spring-5-security/pom.xml b/spring-5-security/pom.xml
index 17b472f28ca8..c9b16f8b882d 100644
--- a/spring-5-security/pom.xml
+++ b/spring-5-security/pom.xml
@@ -1,117 +1,117 @@
- 4.0.0
- com.baeldung
- spring-5-security
- 0.0.1-SNAPSHOT
- jar
- spring-5-security
- spring 5 security sample project
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ spring-5-security
+ 0.0.1-SNAPSHOT
+ jar
+ spring-5-security
+ spring 5 security sample project
-
- org.springframework.boot
- spring-boot-starter-parent
- 2.0.0.RELEASE
-
-
+
+ org.springframework.boot
+ spring-boot-starter-parent
+ 2.0.0.RELEASE
+
+
-
+
-
- org.springframework.boot
- spring-boot-starter-security
-
-
- org.springframework.boot
- spring-boot-starter-web
-
-
- org.springframework.boot
- spring-boot-starter-thymeleaf
-
-
- org.thymeleaf.extras
- thymeleaf-extras-springsecurity4
-
+
+ org.springframework.boot
+ spring-boot-starter-security
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+
+
+ org.springframework.boot
+ spring-boot-starter-thymeleaf
+
+
+ org.thymeleaf.extras
+ thymeleaf-extras-springsecurity4
+
-
-
- org.springframework.security
- spring-security-oauth2-client
-
-
- org.springframework.security
- spring-security-oauth2-jose
-
+
+
+ org.springframework.security
+ spring-security-oauth2-client
+
+
+ org.springframework.security
+ spring-security-oauth2-jose
+
-
- org.springframework
- spring-test
-
-
- org.springframework.boot
- spring-boot-starter-test
- test
-
-
- org.springframework.security
- spring-security-test
- test
-
-
+
+ org.springframework
+ spring-test
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
+
+ org.springframework.security
+ spring-security-test
+ test
+
+
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
- com.baeldung.passwordstorage.PasswordStorageApplication
- JAR
-
-
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+ com.baeldung.passwordstorage.PasswordStorageApplication
+ JAR
+
+
-
- org.apache.maven.plugins
- maven-surefire-plugin
-
- 3
- true
- methods
- true
-
- **/*IntegrationTest.java
- **/*LiveTest.java
-
-
-
-
-
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+ 3
+ true
+ methods
+ true
+
+ **/*IntegrationTest.java
+ **/*LiveTest.java
+
+
+
+
+
-
-
- spring-milestones
- Spring Milestones
- https://repo.spring.io/milestone
-
- false
-
-
-
-
-
- spring-milestones
- Spring Milestones
- https://repo.spring.io/milestone
-
- false
-
-
-
+
+
+ spring-milestones
+ Spring Milestones
+ https://repo.spring.io/milestone
+
+ false
+
+
+
+
+
+ spring-milestones
+ Spring Milestones
+ https://repo.spring.io/milestone
+
+ false
+
+
+
-
- UTF-8
- UTF-8
- 1.8
-
+
+ UTF-8
+ UTF-8
+ 1.8
+
\ No newline at end of file
diff --git a/spring-5/pom.xml b/spring-5/pom.xml
index 65a91f0d225c..67a6930569b0 100644
--- a/spring-5/pom.xml
+++ b/spring-5/pom.xml
@@ -1,221 +1,221 @@
- 4.0.0
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
- com.baeldung
- spring-5
- 0.0.1-SNAPSHOT
- jar
- spring-5
- spring 5 sample project about new features
+ com.baeldung
+ spring-5
+ 0.0.1-SNAPSHOT
+ jar
+ spring-5
+ spring 5 sample project about new features
-
- org.springframework.boot
- spring-boot-starter-parent
- 2.0.0.RELEASE
-
-
+
+ org.springframework.boot
+ spring-boot-starter-parent
+ 2.0.0.RELEASE
+
+
-
-
- org.springframework.boot
- spring-boot-starter-data-jpa
-
-
- org.springframework.boot
- spring-boot-starter-security
-
-
- org.springframework.boot
- spring-boot-starter-validation
-
-
- org.springframework.boot
- spring-boot-starter-web
-
-
- org.springframework.boot
- spring-boot-starter-webflux
-
-
- org.springframework.boot
- spring-boot-starter-hateoas
-
-
- org.projectreactor
- reactor-spring
- ${reactor-spring.version}
-
-
- javax.json.bind
- javax.json.bind-api
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- org.apache.geronimo.specs
- geronimo-json_1.1_spec
- ${geronimo-json_1.1_spec.version}
-
-
- org.apache.johnzon
- johnzon-jsonb
-
-
-
- org.apache.commons
- commons-lang3
-
+
+
+ org.springframework.boot
+ spring-boot-starter-data-jpa
+
+
+ org.springframework.boot
+ spring-boot-starter-security
+
+
+ org.springframework.boot
+ spring-boot-starter-validation
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+
+
+ org.springframework.boot
+ spring-boot-starter-webflux
+
+
+ org.springframework.boot
+ spring-boot-starter-hateoas
+
+
+ org.projectreactor
+ reactor-spring
+ ${reactor-spring.version}
+
+
+ javax.json.bind
+ javax.json.bind-api
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ org.apache.geronimo.specs
+ geronimo-json_1.1_spec
+ ${geronimo-json_1.1_spec.version}
+
+
+ org.apache.johnzon
+ johnzon-jsonb
+
+
+
+ org.apache.commons
+ commons-lang3
+
-
+
-
- org.springframework.boot
- spring-boot-devtools
- runtime
-
-
- com.h2database
- h2
- runtime
-
+
+ org.springframework.boot
+ spring-boot-devtools
+ runtime
+
+
+ com.h2database
+ h2
+ runtime
+
-
- org.springframework
- spring-test
-
-
- org.springframework.boot
- spring-boot-starter-test
- test
-
-
- org.springframework.security
- spring-security-test
- test
-
+
+ org.springframework
+ spring-test
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
+
+ org.springframework.security
+ spring-security-test
+ test
+
-
- org.apache.commons
- commons-collections4
- 4.1
- test
-
+
+ org.apache.commons
+ commons-collections4
+ 4.1
+ test
+
-
- org.junit.jupiter
- junit-jupiter-api
-
-
- org.junit.jupiter
- junit-jupiter-engine
- test
-
-
- org.junit.platform
- junit-platform-surefire-provider
- ${junit.platform.version}
- test
-
-
- org.junit.platform
- junit-platform-runner
- ${junit.platform.version}
- test
-
-
-
- org.springframework.restdocs
- spring-restdocs-mockmvc
- test
-
-
- org.springframework.restdocs
- spring-restdocs-webtestclient
- test
-
-
- org.springframework.restdocs
- spring-restdocs-restassured
- test
-
+
+ org.junit.jupiter
+ junit-jupiter-api
+
+
+ org.junit.jupiter
+ junit-jupiter-engine
+ test
+
+
+ org.junit.platform
+ junit-platform-surefire-provider
+ ${junit.platform.version}
+ test
+
+
+ org.junit.platform
+ junit-platform-runner
+ ${junit.platform.version}
+ test
+
+
+
+ org.springframework.restdocs
+ spring-restdocs-mockmvc
+ test
+
+
+ org.springframework.restdocs
+ spring-restdocs-webtestclient
+ test
+
+
+ org.springframework.restdocs
+ spring-restdocs-restassured
+ test
+
-
+
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
- com.baeldung.Spring5Application
- JAR
-
-
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+ com.baeldung.Spring5Application
+ JAR
+
+
-
- org.apache.maven.plugins
- maven-surefire-plugin
-
- 3
- true
- methods
- true
-
- **/*IntegrationTest.java
- **/*LiveTest.java
-
-
-
-
- org.asciidoctor
- asciidoctor-maven-plugin
- ${asciidoctor-plugin.version}
-
-
- generate-docs
- package
-
- process-asciidoc
-
-
- html
- book
-
- ${snippetsDirectory}
-
- src/docs/asciidocs
- target/generated-docs
-
-
-
-
-
-
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+ 3
+ true
+ methods
+ true
+
+ **/*IntegrationTest.java
+ **/*LiveTest.java
+
+
+
+
+ org.asciidoctor
+ asciidoctor-maven-plugin
+ ${asciidoctor-plugin.version}
+
+
+ generate-docs
+ package
+
+ process-asciidoc
+
+
+ html
+ book
+
+ ${snippetsDirectory}
+
+ src/docs/asciidocs
+ target/generated-docs
+
+
+
+
+
+
-
- UTF-8
- UTF-8
- 1.8
- 1.0.0
- 2.20
- 5.0.2.RELEASE
- 1.0.1.RELEASE
- 1.0
- 1.5.6
- ${project.build.directory}/generated-snippets
-
+
+ UTF-8
+ UTF-8
+ 1.8
+ 1.0.0
+ 2.20
+ 5.0.2.RELEASE
+ 1.0.1.RELEASE
+ 1.0
+ 1.5.6
+ ${project.build.directory}/generated-snippets
+
diff --git a/spring-activiti/pom.xml b/spring-activiti/pom.xml
index 6ae0b3c5fdf9..5b6911a450cf 100644
--- a/spring-activiti/pom.xml
+++ b/spring-activiti/pom.xml
@@ -1,81 +1,81 @@
- 4.0.0
- com.example
- spring-activiti
- 0.0.1-SNAPSHOT
- jar
- spring-activiti
- Demo project for Spring Boot
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.example
+ spring-activiti
+ 0.0.1-SNAPSHOT
+ jar
+ spring-activiti
+ Demo project for Spring Boot
-
- org.springframework.boot
- spring-boot-starter-parent
- 1.5.4.RELEASE
-
-
+
+ org.springframework.boot
+ spring-boot-starter-parent
+ 1.5.4.RELEASE
+
+
-
-
- org.activiti
- activiti-spring-boot-starter-basic
- 6.0.0
-
-
- org.activiti
- activiti-spring-boot-starter-security
- ${activiti.version}
-
-
- org.springframework.boot
- spring-boot-starter-thymeleaf
-
+
+
+ org.activiti
+ activiti-spring-boot-starter-basic
+ 6.0.0
+
+
+ org.activiti
+ activiti-spring-boot-starter-security
+ ${activiti.version}
+
+
+ org.springframework.boot
+ spring-boot-starter-thymeleaf
+
-
- com.h2database
- h2
- runtime
-
-
- org.springframework.boot
- spring-boot-starter-test
- test
-
-
+
+ com.h2database
+ h2
+ runtime
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
+
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
- ${maven-surefire-plugin.version}
-
- 3
- true
-
- **/*IntegrationTest.java
- **/*LongRunningUnitTest.java
- **/*ManualTest.java
- **/JdbcTest.java
- **/*LiveTest.java
-
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${maven-surefire-plugin.version}
+
+ 3
+ true
+
+ **/*IntegrationTest.java
+ **/*LongRunningUnitTest.java
+ **/*ManualTest.java
+ **/JdbcTest.java
+ **/*LiveTest.java
+
-
-
-
-
+
+
+
+
-
- com.example.activitiwithspring.ActivitiWithSpringApplication
- UTF-8
- UTF-8
- 6.0.0
- 1.8
-
+
+ com.example.activitiwithspring.ActivitiWithSpringApplication
+ UTF-8
+ UTF-8
+ 6.0.0
+ 1.8
+
diff --git a/spring-akka/pom.xml b/spring-akka/pom.xml
index bf688a677063..d68e8c211b20 100644
--- a/spring-akka/pom.xml
+++ b/spring-akka/pom.xml
@@ -1,50 +1,50 @@
- 4.0.0
- com.baeldung
- spring-akka
- 0.1-SNAPSHOT
- spring-akka
+ xmlns="http://maven.apache.org/POM/4.0.0"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ spring-akka
+ 0.1-SNAPSHOT
+ spring-akka
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
- org.springframework
- spring-context
-
-
- com.typesafe.akka
- akka-actor_2.11
- ${akka.version}
-
-
- org.springframework
- spring-test
- test
-
-
+
+
+ org.springframework
+ spring-context
+
+
+ com.typesafe.akka
+ akka-actor_2.11
+ ${akka.version}
+
+
+ org.springframework
+ spring-test
+ test
+
+
-
-
-
- org.springframework
- spring-framework-bom
- ${spring.version}
- pom
- import
-
-
-
+
+
+
+ org.springframework
+ spring-framework-bom
+ ${spring.version}
+ pom
+ import
+
+
+
-
- 4.3.4.RELEASE
- 2.4.14
-
+
+ 4.3.4.RELEASE
+ 2.4.14
+
\ No newline at end of file
diff --git a/spring-all/pom.xml b/spring-all/pom.xml
index a8aeefd3d438..ac66ecdad81f 100644
--- a/spring-all/pom.xml
+++ b/spring-all/pom.xml
@@ -1,218 +1,218 @@
- 4.0.0
- com.baeldung
- spring-all
- 0.1-SNAPSHOT
- spring-all
- war
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ spring-all
+ 0.1-SNAPSHOT
+ spring-all
+ war
-
- parent-boot-5
- com.baeldung
- 0.0.1-SNAPSHOT
- ../parent-boot-5
-
+
+ parent-boot-5
+ com.baeldung
+ 0.0.1-SNAPSHOT
+ ../parent-boot-5
+
-
-
- com.fasterxml.jackson.core
- jackson-databind
-
-
-
- org.springframework
- spring-web
-
-
- org.springframework
- spring-webmvc
-
-
- org.springframework
- spring-orm
-
-
- org.springframework
- spring-context
-
-
- org.springframework.retry
- spring-retry
- ${springretry.version}
-
-
- org.springframework.shell
- spring-shell
- ${org.springframework.shell.version}
-
-
-
- org.springframework
- spring-aspects
-
-
-
- org.hibernate
- hibernate-core
- ${hibernate.version}
-
-
- org.javassist
- javassist
-
-
- mysql
- mysql-connector-java
- runtime
-
-
- org.hsqldb
- hsqldb
-
-
-
- org.hibernate
- hibernate-validator
-
-
-
- javax.servlet
- javax.servlet-api
- provided
-
-
- javax.servlet
- jstl
- runtime
-
-
-
- com.google.guava
- guava
- ${guava.version}
-
-
- net.sf.jasperreports
- jasperreports
- ${jasperreports.version}
-
-
- commons-logging
- commons-logging
-
-
-
-
-
- org.springframework
- spring-test
- test
-
-
- org.assertj
- assertj-core
- ${assertj.version}
- test
-
-
- org.hamcrest
- hamcrest-core
- test
-
-
- org.hamcrest
- hamcrest-library
- test
-
-
- org.mockito
- mockito-core
- test
-
-
- org.easymock
- easymock
- ${easymock.version}
- test
-
-
- org.ehcache
- ehcache
- ${ehcache.version}
-
-
- org.apache.logging.log4j
- log4j-api
- ${log4j.version}
-
-
- org.apache.logging.log4j
- log4j-core
- ${log4j.version}
-
-
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+
+
+
+ org.springframework
+ spring-web
+
+
+ org.springframework
+ spring-webmvc
+
+
+ org.springframework
+ spring-orm
+
+
+ org.springframework
+ spring-context
+
+
+ org.springframework.retry
+ spring-retry
+ ${springretry.version}
+
+
+ org.springframework.shell
+ spring-shell
+ ${org.springframework.shell.version}
+
+
+
+ org.springframework
+ spring-aspects
+
+
+
+ org.hibernate
+ hibernate-core
+ ${hibernate.version}
+
+
+ org.javassist
+ javassist
+
+
+ mysql
+ mysql-connector-java
+ runtime
+
+
+ org.hsqldb
+ hsqldb
+
+
+
+ org.hibernate
+ hibernate-validator
+
+
+
+ javax.servlet
+ javax.servlet-api
+ provided
+
+
+ javax.servlet
+ jstl
+ runtime
+
+
+
+ com.google.guava
+ guava
+ ${guava.version}
+
+
+ net.sf.jasperreports
+ jasperreports
+ ${jasperreports.version}
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+
+ org.springframework
+ spring-test
+ test
+
+
+ org.assertj
+ assertj-core
+ ${assertj.version}
+ test
+
+
+ org.hamcrest
+ hamcrest-core
+ test
+
+
+ org.hamcrest
+ hamcrest-library
+ test
+
+
+ org.mockito
+ mockito-core
+ test
+
+
+ org.easymock
+ easymock
+ ${easymock.version}
+ test
+
+
+ org.ehcache
+ ehcache
+ ${ehcache.version}
+
+
+ org.apache.logging.log4j
+ log4j-api
+ ${log4j.version}
+
+
+ org.apache.logging.log4j
+ log4j-core
+ ${log4j.version}
+
+
-
-
-
- org.springframework
- spring-framework-bom
- ${org.springframework.version}
- pom
- import
-
-
- org.springframework
- spring-core
- ${org.springframework.version}
-
-
- org.springframework.boot
- spring-boot-starter-thymeleaf
-
-
-
+
+
+
+ org.springframework
+ spring-framework-bom
+ ${org.springframework.version}
+ pom
+ import
+
+
+ org.springframework
+ spring-core
+ ${org.springframework.version}
+
+
+ org.springframework.boot
+ spring-boot-starter-thymeleaf
+
+
+
-
- spring-all
-
-
- src/main/resources
- true
-
-
-
-
- org.apache.maven.plugins
- maven-war-plugin
-
- false
-
-
-
-
+
+ spring-all
+
+
+ src/main/resources
+ true
+
+
+
+
+ org.apache.maven.plugins
+ maven-war-plugin
+
+ false
+
+
+
+
-
- org.baeldung.sample.App
-
- 4.3.4.RELEASE
- 4.2.0.RELEASE
- 1.1.5.RELEASE
- 1.2.0.RELEASE
+
+ org.baeldung.sample.App
+
+ 4.3.4.RELEASE
+ 4.2.0.RELEASE
+ 1.1.5.RELEASE
+ 1.2.0.RELEASE
-
- 5.2.5.Final
+
+ 5.2.5.Final
-
- 19.0
- 3.1.3
- 3.4
- 3.6.1
- 6.4.0
+
+ 19.0
+ 3.1.3
+ 3.4
+ 3.6.1
+ 6.4.0
- 2.8.2
+ 2.8.2
-
+
diff --git a/spring-amqp-simple/pom.xml b/spring-amqp-simple/pom.xml
index dd90207834ee..f3dfbccaeccf 100644
--- a/spring-amqp-simple/pom.xml
+++ b/spring-amqp-simple/pom.xml
@@ -1,28 +1,28 @@
- 4.0.0
- com.baeldung
- spring-amqp-simple
- 1.0.0-SNAPSHOT
- Spring AMQP Simple App
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ spring-amqp-simple
+ 1.0.0-SNAPSHOT
+ Spring AMQP Simple App
-
- parent-boot-5
- com.baeldung
- 0.0.1-SNAPSHOT
- ../parent-boot-5
-
+
+ parent-boot-5
+ com.baeldung
+ 0.0.1-SNAPSHOT
+ ../parent-boot-5
+
-
-
- org.springframework.boot
- spring-boot-starter-amqp
-
-
- org.springframework.boot
- spring-boot-starter-web
-
-
+
+
+ org.springframework.boot
+ spring-boot-starter-amqp
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+
+
\ No newline at end of file
diff --git a/spring-amqp/pom.xml b/spring-amqp/pom.xml
index 206ddd0df076..a11261084a61 100755
--- a/spring-amqp/pom.xml
+++ b/spring-amqp/pom.xml
@@ -1,5 +1,5 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
springamqp
@@ -31,9 +31,9 @@
springamqp
-
-
+
+
UTF-8
-
+
diff --git a/spring-aop/pom.xml b/spring-aop/pom.xml
index aca4943354b1..7cdf9bd7ccf4 100644
--- a/spring-aop/pom.xml
+++ b/spring-aop/pom.xml
@@ -1,25 +1,25 @@
- 4.0.0
- com.baeldung
- spring-aop
- 0.0.1-SNAPSHOT
- war
- spring-aop
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ spring-aop
+ 0.0.1-SNAPSHOT
+ war
+ spring-aop
-
- parent-boot-5
- com.baeldung
- 0.0.1-SNAPSHOT
- ../parent-boot-5
-
+
+ parent-boot-5
+ com.baeldung
+ 0.0.1-SNAPSHOT
+ ../parent-boot-5
+
-
-
- org.springframework.boot
- spring-boot-starter-aop
-
-
+
+
+ org.springframework.boot
+ spring-boot-starter-aop
+
+
diff --git a/spring-apache-camel/pom.xml b/spring-apache-camel/pom.xml
index bc7efaa305bc..4c963fc32c0f 100644
--- a/spring-apache-camel/pom.xml
+++ b/spring-apache-camel/pom.xml
@@ -1,58 +1,58 @@
- 4.0.0
- org.apache.camel
- spring-apache-camel
- jar
- 1.0-SNAPSHOT
- spring-apache-camel
- http://maven.apache.org
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ 4.0.0
+ org.apache.camel
+ spring-apache-camel
+ jar
+ 1.0-SNAPSHOT
+ spring-apache-camel
+ http://maven.apache.org
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
- org.apache.camel
- camel-core
- ${env.camel.version}
-
-
- org.apache.camel
- camel-spring
- ${env.camel.version}
-
-
- commons-logging
- commons-logging
-
-
-
-
- org.apache.camel
- camel-stream
- ${env.camel.version}
-
-
- org.springframework
- spring-context
- ${env.spring.version}
-
-
- org.apache.camel
- camel-spring-javaconfig
- ${env.camel.version}
-
-
+
+
+ org.apache.camel
+ camel-core
+ ${env.camel.version}
+
+
+ org.apache.camel
+ camel-spring
+ ${env.camel.version}
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ org.apache.camel
+ camel-stream
+ ${env.camel.version}
+
+
+ org.springframework
+ spring-context
+ ${env.spring.version}
+
+
+ org.apache.camel
+ camel-spring-javaconfig
+ ${env.camel.version}
+
+
-
- 2.18.1
- 4.3.4.RELEASE
- 1.8
-
+
+ 2.18.1
+ 4.3.4.RELEASE
+ 1.8
+
diff --git a/spring-batch/pom.xml b/spring-batch/pom.xml
index 1f42cd36f8a4..d274c046e2eb 100644
--- a/spring-batch/pom.xml
+++ b/spring-batch/pom.xml
@@ -1,66 +1,66 @@
- 4.0.0
- com.baeldung
- spring-batch
- 0.1-SNAPSHOT
- jar
- spring-batch
- http://maven.apache.org
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ spring-batch
+ 0.1-SNAPSHOT
+ jar
+ spring-batch
+ http://maven.apache.org
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
-
- org.xerial
- sqlite-jdbc
- ${sqlite.version}
-
-
- org.springframework
- spring-oxm
- ${spring.version}
-
-
- commons-logging
- commons-logging
-
-
-
-
- org.springframework
- spring-jdbc
- ${spring.version}
-
-
- org.springframework.batch
- spring-batch-core
- ${spring.batch.version}
-
-
- org.springframework.batch
- spring-batch-test
- ${spring.batch.version}
-
-
- com.opencsv
- opencsv
- ${opencsv.version}
-
-
+
+
+
+ org.xerial
+ sqlite-jdbc
+ ${sqlite.version}
+
+
+ org.springframework
+ spring-oxm
+ ${spring.version}
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ org.springframework
+ spring-jdbc
+ ${spring.version}
+
+
+ org.springframework.batch
+ spring-batch-core
+ ${spring.batch.version}
+
+
+ org.springframework.batch
+ spring-batch-test
+ ${spring.batch.version}
+
+
+ com.opencsv
+ opencsv
+ ${opencsv.version}
+
+
-
- UTF-8
- 5.0.3.RELEASE
- 4.0.0.RELEASE
- 3.15.1
- 4.1
-
+
+ UTF-8
+ 5.0.3.RELEASE
+ 4.0.0.RELEASE
+ 3.15.1
+ 4.1
+
diff --git a/spring-bom/pom.xml b/spring-bom/pom.xml
index 5d164e1d77da..ddecb9dc0d66 100644
--- a/spring-bom/pom.xml
+++ b/spring-bom/pom.xml
@@ -1,45 +1,45 @@
- 4.0.0
- com.baeldung
- spring-bom
- 1.0.0-SNAPSHOT
- spring-bom
- http://maven.apache.org
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+ xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ 4.0.0
+ com.baeldung
+ spring-bom
+ 1.0.0-SNAPSHOT
+ spring-bom
+ http://maven.apache.org
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
-
- org.springframework
- spring-framework-bom
- ${spring-framework-bom.version}
- pom
- import
-
-
-
-
-
- org.springframework
- spring-context
-
-
- org.springframework
- spring-web
-
-
+
+
+
+ org.springframework
+ spring-framework-bom
+ ${spring-framework-bom.version}
+ pom
+ import
+
+
+
+
+
+ org.springframework
+ spring-context
+
+
+ org.springframework
+ spring-web
+
+
-
- UTF-8
- 4.3.8.RELEASE
-
+
+ UTF-8
+ 4.3.8.RELEASE
+
diff --git a/spring-boot-admin/pom.xml b/spring-boot-admin/pom.xml
index c46e5105ddca..d285a01ec566 100644
--- a/spring-boot-admin/pom.xml
+++ b/spring-boot-admin/pom.xml
@@ -1,36 +1,36 @@
- 4.0.0
- spring-boot-admin
- 0.0.1-SNAPSHOT
- pom
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ spring-boot-admin
+ 0.0.1-SNAPSHOT
+ pom
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
- spring-boot-admin-server
- spring-boot-admin-client
-
+
+ spring-boot-admin-server
+ spring-boot-admin-client
+
-
-
-
- org.springframework.boot
- spring-boot-dependencies
- ${spring.boot.version}
- pom
- import
-
-
-
+
+
+
+ org.springframework.boot
+ spring-boot-dependencies
+ ${spring.boot.version}
+ pom
+ import
+
+
+
-
- UTF-8
- 1.5.8.RELEASE
-
+
+ UTF-8
+ 1.5.8.RELEASE
+
\ No newline at end of file
diff --git a/spring-boot-admin/spring-boot-admin-server/pom.xml b/spring-boot-admin/spring-boot-admin-server/pom.xml
index 75c70b98a4b8..d5c2e19f371c 100644
--- a/spring-boot-admin/spring-boot-admin-server/pom.xml
+++ b/spring-boot-admin/spring-boot-admin-server/pom.xml
@@ -1,92 +1,92 @@
- 4.0.0
- spring-boot-admin-server
- 0.0.1-SNAPSHOT
- jar
- spring-boot-admin-server
- Spring Boot Admin Server
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ spring-boot-admin-server
+ 0.0.1-SNAPSHOT
+ jar
+ spring-boot-admin-server
+ Spring Boot Admin Server
-
- spring-boot-admin
- com.baeldung
- 0.0.1-SNAPSHOT
- ../../spring-boot-admin
-
+
+ spring-boot-admin
+ com.baeldung
+ 0.0.1-SNAPSHOT
+ ../../spring-boot-admin
+
-
- UTF-8
- UTF-8
- 1.8
- 1.5.4
- 1.5.4
-
+
+ UTF-8
+ UTF-8
+ 1.8
+ 1.5.4
+ 1.5.4
+
-
-
- org.springframework.boot
- spring-boot-starter
-
+
+
+ org.springframework.boot
+ spring-boot-starter
+
-
-
- de.codecentric
- spring-boot-admin-server
- ${spring-boot-admin-server.version}
-
-
- de.codecentric
- spring-boot-admin-server-ui
- ${spring-boot-admin-server.version}
-
+
+
+ de.codecentric
+ spring-boot-admin-server
+ ${spring-boot-admin-server.version}
+
+
+ de.codecentric
+ spring-boot-admin-server-ui
+ ${spring-boot-admin-server.version}
+
-
-
- de.codecentric
- spring-boot-admin-server-ui-login
- ${spring-boot-admin-server.version}
-
-
- org.springframework.boot
- spring-boot-starter-security
-
-
- com.hazelcast
- hazelcast
-
-
-
- de.codecentric
- spring-boot-admin-starter-client
- ${spring-boot-admin-starter-client.version}
-
-
-
-
-
-
-
- org.springframework.boot
- spring-boot-starter-test
- test
-
-
- org.springframework.security
- spring-security-test
- test
-
+
+
+ de.codecentric
+ spring-boot-admin-server-ui-login
+ ${spring-boot-admin-server.version}
+
+
+ org.springframework.boot
+ spring-boot-starter-security
+
+
+ com.hazelcast
+ hazelcast
+
+
+
+ de.codecentric
+ spring-boot-admin-starter-client
+ ${spring-boot-admin-starter-client.version}
+
+
+
+
+
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
+
+ org.springframework.security
+ spring-security-test
+ test
+
-
+
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
-
-
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+
diff --git a/spring-boot-bootstrap/pom.xml b/spring-boot-bootstrap/pom.xml
index 2390fe11a01a..1ec9af81892b 100644
--- a/spring-boot-bootstrap/pom.xml
+++ b/spring-boot-bootstrap/pom.xml
@@ -1,21 +1,21 @@
- 4.0.0
- org.baeldung
- spring-boot-bootstrap
- jar
- spring-boot-bootstrap
- Demo project for Spring Boot
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ org.baeldung
+ spring-boot-bootstrap
+ jar
+ spring-boot-bootstrap
+ Demo project for Spring Boot
-
- parent-boot-5
- com.baeldung
- 0.0.1-SNAPSHOT
- ../parent-boot-5
-
+
+ parent-boot-5
+ com.baeldung
+ 0.0.1-SNAPSHOT
+ ../parent-boot-5
+
-
-
-
- org.springframework.boot
- spring-boot-starter-web
-
-
- org.springframework.boot
- spring-boot-starter-thymeleaf
-
-
- org.springframework.boot
- spring-boot-starter-data-jpa
-
-
- com.h2database
- h2
-
-
- org.springframework.boot
- spring-boot-starter-security
-
-
- org.springframework.boot
- spring-boot-starter-test
- test
-
-
- io.rest-assured
- rest-assured
- 3.0.3
- test
-
-
- javax.servlet
- javax.servlet-api
- 4.0.0
-
-
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+
+
+ org.springframework.boot
+ spring-boot-starter-thymeleaf
+
+
+ org.springframework.boot
+ spring-boot-starter-data-jpa
+
+
+ com.h2database
+ h2
+
+
+ org.springframework.boot
+ spring-boot-starter-security
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
+
+ io.rest-assured
+ rest-assured
+ 3.0.3
+ test
+
+
+ javax.servlet
+ javax.servlet-api
+ 4.0.0
+
+
-
-
- autoconfiguration
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
-
-
- integration-test
-
- test
-
-
-
- **/*LiveTest.java
- **/*IntegrationTest.java
-
-
- **/AutoconfigurationTest.java
-
-
-
-
-
-
- json
-
-
-
-
-
-
-
+
+
+ autoconfiguration
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+
+ integration-test
+
+ test
+
+
+
+ **/*LiveTest.java
+ **/*IntegrationTest.java
+
+
+ **/AutoconfigurationTest.java
+
+
+
+
+
+
+ json
+
+
+
+
+
+
+
-
- UTF-8
- UTF-8
- 1.8
-
+
+ UTF-8
+ UTF-8
+ 1.8
+
diff --git a/spring-boot-custom-starter/greeter-spring-boot-autoconfigure/pom.xml b/spring-boot-custom-starter/greeter-spring-boot-autoconfigure/pom.xml
index 5bb9f8330ed4..6ae6572ca965 100644
--- a/spring-boot-custom-starter/greeter-spring-boot-autoconfigure/pom.xml
+++ b/spring-boot-custom-starter/greeter-spring-boot-autoconfigure/pom.xml
@@ -1,11 +1,11 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
greeter-spring-boot-autoconfigure
0.0.1-SNAPSHOT
-
+
parent-boot-5
com.baeldung
0.0.1-SNAPSHOT
@@ -24,13 +24,13 @@
spring-boot
${spring-boot.version}
-
+
org.springframework.boot
spring-boot-autoconfigure
${spring-boot.version}
-
+
org.springframework.boot
spring-boot-configuration-processor
diff --git a/spring-boot-custom-starter/greeter-spring-boot-sample-app/pom.xml b/spring-boot-custom-starter/greeter-spring-boot-sample-app/pom.xml
index e90e6ca28068..9db76759ecf4 100644
--- a/spring-boot-custom-starter/greeter-spring-boot-sample-app/pom.xml
+++ b/spring-boot-custom-starter/greeter-spring-boot-sample-app/pom.xml
@@ -1,5 +1,5 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
@@ -18,7 +18,7 @@
-
+
com.baeldung
greeter-spring-boot-starter
diff --git a/spring-boot-custom-starter/greeter-spring-boot-starter/pom.xml b/spring-boot-custom-starter/greeter-spring-boot-starter/pom.xml
index d6cbe9fc9f68..e771cbaa8d48 100644
--- a/spring-boot-custom-starter/greeter-spring-boot-starter/pom.xml
+++ b/spring-boot-custom-starter/greeter-spring-boot-starter/pom.xml
@@ -1,11 +1,11 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
greeter-spring-boot-starter
0.0.1-SNAPSHOT
-
+
parent-boot-5
com.baeldung
0.0.1-SNAPSHOT
diff --git a/spring-boot-custom-starter/greeter/pom.xml b/spring-boot-custom-starter/greeter/pom.xml
index a65e71cfe6a2..6143992088c6 100644
--- a/spring-boot-custom-starter/greeter/pom.xml
+++ b/spring-boot-custom-starter/greeter/pom.xml
@@ -1,11 +1,11 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
greeter
0.0.1-SNAPSHOT
-
+
parent-boot-5
com.baeldung
0.0.1-SNAPSHOT
diff --git a/spring-boot-custom-starter/pom.xml b/spring-boot-custom-starter/pom.xml
index da20ca459f0a..1bc0e14d8e81 100644
--- a/spring-boot-custom-starter/pom.xml
+++ b/spring-boot-custom-starter/pom.xml
@@ -1,5 +1,5 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
spring-boot-custom-starter
@@ -10,7 +10,7 @@
com.baeldung
parent-modules
1.0.0-SNAPSHOT
-
+
greeter
@@ -18,7 +18,7 @@
greeter-spring-boot-starter
greeter-spring-boot-sample-app
-
+
UTF-8
diff --git a/spring-boot-keycloak/pom.xml b/spring-boot-keycloak/pom.xml
index 445141e502ba..d2df261b2f45 100644
--- a/spring-boot-keycloak/pom.xml
+++ b/spring-boot-keycloak/pom.xml
@@ -1,83 +1,83 @@
- 4.0.0
- com.baeldung.keycloak
- spring-boot-keycloak
- 0.0.1
- jar
- spring-boot-keycloak
- This is a simple application demonstrating integration between Keycloak and Spring Boot.
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung.keycloak
+ spring-boot-keycloak
+ 0.0.1
+ jar
+ spring-boot-keycloak
+ This is a simple application demonstrating integration between Keycloak and Spring Boot.
-
- com.baeldung
- parent-boot-5
- 0.0.1-SNAPSHOT
- ../parent-boot-5
-
+
+ com.baeldung
+ parent-boot-5
+ 0.0.1-SNAPSHOT
+ ../parent-boot-5
+
-
-
- org.springframework.boot
- spring-boot-starter
-
-
- org.keycloak
- keycloak-spring-boot-starter
-
-
- org.springframework.boot
- spring-boot-starter-data-jpa
-
+
+
+ org.springframework.boot
+ spring-boot-starter
+
+
+ org.keycloak
+ keycloak-spring-boot-starter
+
+
+ org.springframework.boot
+ spring-boot-starter-data-jpa
+
-
- org.springframework.boot
- spring-boot-starter-test
- test
-
-
- org.springframework.boot
- spring-boot-starter-security
-
-
- org.springframework.boot
- spring-boot-starter-web
-
-
- org.hsqldb
- hsqldb
- runtime
-
-
- org.springframework.boot
- spring-boot-starter-thymeleaf
-
-
-
-
-
- org.keycloak.bom
- keycloak-adapter-bom
- ${keycloak-adapter-bom.version}
- pom
- import
-
-
-
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
+
+ org.springframework.boot
+ spring-boot-starter-security
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+
+
+ org.hsqldb
+ hsqldb
+ runtime
+
+
+ org.springframework.boot
+ spring-boot-starter-thymeleaf
+
+
+
+
+
+ org.keycloak.bom
+ keycloak-adapter-bom
+ ${keycloak-adapter-bom.version}
+ pom
+ import
+
+
+
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
-
-
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+
-
- UTF-8
- UTF-8
- 3.3.0.Final
-
+
+ UTF-8
+ UTF-8
+ 3.3.0.Final
+
diff --git a/spring-boot-property-exp/pom.xml b/spring-boot-property-exp/pom.xml
index 5a710f386fb3..abf9f45d1c3a 100644
--- a/spring-boot-property-exp/pom.xml
+++ b/spring-boot-property-exp/pom.xml
@@ -1,25 +1,25 @@
- 4.0.0
- spring-boot-property-exp
- com.baeldung
- spring-boot-property-exp
- 0.0.1-SNAPSHOT
- pom
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ spring-boot-property-exp
+ com.baeldung
+ spring-boot-property-exp
+ 0.0.1-SNAPSHOT
+ pom
-
- parent-modules
- com.baeldung
- 1.0.0-SNAPSHOT
-
+
+ parent-modules
+ com.baeldung
+ 1.0.0-SNAPSHOT
+
-
- property-exp-default-config
- property-exp-custom-config
-
+
+ property-exp-default-config
+ property-exp-custom-config
+
-
- UTF-8
-
+
+ UTF-8
+
diff --git a/spring-boot-property-exp/property-exp-default-config/pom.xml b/spring-boot-property-exp/property-exp-default-config/pom.xml
index eae15bdbb383..e4cbaebf5656 100644
--- a/spring-boot-property-exp/property-exp-default-config/pom.xml
+++ b/spring-boot-property-exp/property-exp-default-config/pom.xml
@@ -1,7 +1,7 @@
4.0.0
property-exp-default
-
+
com.baeldung
property-exp-default-config
0.0.1-SNAPSHOT
diff --git a/spring-boot-security/pom.xml b/spring-boot-security/pom.xml
index 5f2b9b707662..8763c210c8dc 100644
--- a/spring-boot-security/pom.xml
+++ b/spring-boot-security/pom.xml
@@ -1,74 +1,74 @@
- 4.0.0
- com.baeldung
- spring-boot-security
- 0.0.1-SNAPSHOT
- jar
- spring-boot-security
- Spring Boot Security Auto-Configuration
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ spring-boot-security
+ 0.0.1-SNAPSHOT
+ jar
+ spring-boot-security
+ Spring Boot Security Auto-Configuration
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
-
- org.springframework.boot
- spring-boot-dependencies
- 1.5.9.RELEASE
- pom
- import
-
-
-
+
+
+
+ org.springframework.boot
+ spring-boot-dependencies
+ 1.5.9.RELEASE
+ pom
+ import
+
+
+
-
-
-
-
-
-
- org.springframework.boot
- spring-boot-starter-security
-
-
- org.springframework.security.oauth
- spring-security-oauth2
-
-
- org.springframework.boot
- spring-boot-starter-web
-
+
+
+
+
+
+
+ org.springframework.boot
+ spring-boot-starter-security
+
+
+ org.springframework.security.oauth
+ spring-security-oauth2
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+
-
- org.springframework.boot
- spring-boot-starter-test
- test
-
-
- org.springframework.security
- spring-security-test
- test
-
-
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
+
+ org.springframework.security
+ spring-security-test
+ test
+
+
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
-
-
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+
-
- UTF-8
- UTF-8
-
+
+ UTF-8
+ UTF-8
+
diff --git a/spring-boot/pom.xml b/spring-boot/pom.xml
index 34b2f14dc546..127ac455e1e8 100644
--- a/spring-boot/pom.xml
+++ b/spring-boot/pom.xml
@@ -1,248 +1,248 @@
- 4.0.0
- com.baeldung
- spring-boot
- 0.0.1-SNAPSHOT
- war
- spring-boot
- This is simple boot application for Spring boot actuator test
-
-
- parent-boot-5
- com.baeldung
- 0.0.1-SNAPSHOT
- ../parent-boot-5
-
-
-
-
- org.springframework.boot
- spring-boot-starter-thymeleaf
-
-
- org.springframework.boot
- spring-boot-starter-web
-
-
- org.springframework.boot
- spring-boot-starter-data-jpa
-
-
- org.springframework.boot
- spring-boot-starter-actuator
-
-
-
- org.springframework.boot
- spring-boot-starter-security
-
-
-
- com.graphql-java
- graphql-spring-boot-starter
- 3.6.0
-
-
- com.graphql-java
- graphiql-spring-boot-starter
- 3.6.0
-
-
- com.graphql-java
- graphql-java-tools
- 3.2.0
-
-
-
- org.springframework.boot
- spring-boot-starter-tomcat
-
-
-
- org.springframework.boot
- spring-boot-starter-test
- test
-
-
-
-
-
- io.dropwizard.metrics
- metrics-core
-
-
-
- com.h2database
- h2
- ${h2.version}
-
-
-
- org.springframework.boot
- spring-boot-starter
-
-
- com.jayway.jsonpath
- json-path
- test
-
-
- org.springframework.boot
- spring-boot-starter-mail
-
-
- org.subethamail
- subethasmtp
- ${subethasmtp.version}
- test
-
-
-
- org.webjars
- bootstrap
- ${bootstrap.version}
-
-
- org.webjars
- jquery
- ${jquery.version}
-
-
-
- com.google.guava
- guava
- 18.0
-
-
-
- org.apache.tomcat
- tomcat-servlet-api
- ${tomee-servlet-api.version}
- provided
-
-
-
- mysql
- mysql-connector-java
- ${mysql-connector-java.version}
-
-
-
- org.springframework
- spring-websocket
- ${spring.version}
-
-
-
- org.springframework
- spring-messaging
- ${spring.version}
-
-
-
- org.togglz
- togglz-spring-boot-starter
- ${togglz.version}
-
-
-
- org.togglz
- togglz-spring-security
- ${togglz.version}
-
-
-
- org.apache.activemq
- artemis-server
-
-
-
- com.rometools
- rome
- ${rome.version}
-
-
-
-
- spring-boot
-
-
- src/main/resources
- true
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-war-plugin
-
-
-
- pl.project13.maven
- git-commit-id-plugin
- ${git-commit-id-plugin.version}
-
-
-
-
-
-
-
-
- autoconfiguration
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
-
-
- integration-test
-
- test
-
-
-
- **/*LiveTest.java
- **/*IntegrationTest.java
-
-
- **/AutoconfigurationTest.java
-
-
-
-
-
-
- json
-
-
-
-
-
-
-
-
-
-
-
- org.baeldung.demo.DemoApplication
- 4.3.4.RELEASE
- 2.2.1
- 3.1.1
- 3.3.7-1
- 3.1.7
- 8.5.11
- 1.4.194
- 2.4.1.Final
- 1.9.0
- 6.0.6
-
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ spring-boot
+ 0.0.1-SNAPSHOT
+ war
+ spring-boot
+ This is simple boot application for Spring boot actuator test
+
+
+ parent-boot-5
+ com.baeldung
+ 0.0.1-SNAPSHOT
+ ../parent-boot-5
+
+
+
+
+ org.springframework.boot
+ spring-boot-starter-thymeleaf
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+
+
+ org.springframework.boot
+ spring-boot-starter-data-jpa
+
+
+ org.springframework.boot
+ spring-boot-starter-actuator
+
+
+
+ org.springframework.boot
+ spring-boot-starter-security
+
+
+
+ com.graphql-java
+ graphql-spring-boot-starter
+ 3.6.0
+
+
+ com.graphql-java
+ graphiql-spring-boot-starter
+ 3.6.0
+
+
+ com.graphql-java
+ graphql-java-tools
+ 3.2.0
+
+
+
+ org.springframework.boot
+ spring-boot-starter-tomcat
+
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
+
+
+
+
+ io.dropwizard.metrics
+ metrics-core
+
+
+
+ com.h2database
+ h2
+ ${h2.version}
+
+
+
+ org.springframework.boot
+ spring-boot-starter
+
+
+ com.jayway.jsonpath
+ json-path
+ test
+
+
+ org.springframework.boot
+ spring-boot-starter-mail
+
+
+ org.subethamail
+ subethasmtp
+ ${subethasmtp.version}
+ test
+
+
+
+ org.webjars
+ bootstrap
+ ${bootstrap.version}
+
+
+ org.webjars
+ jquery
+ ${jquery.version}
+
+
+
+ com.google.guava
+ guava
+ 18.0
+
+
+
+ org.apache.tomcat
+ tomcat-servlet-api
+ ${tomee-servlet-api.version}
+ provided
+
+
+
+ mysql
+ mysql-connector-java
+ ${mysql-connector-java.version}
+
+
+
+ org.springframework
+ spring-websocket
+ ${spring.version}
+
+
+
+ org.springframework
+ spring-messaging
+ ${spring.version}
+
+
+
+ org.togglz
+ togglz-spring-boot-starter
+ ${togglz.version}
+
+
+
+ org.togglz
+ togglz-spring-security
+ ${togglz.version}
+
+
+
+ org.apache.activemq
+ artemis-server
+
+
+
+ com.rometools
+ rome
+ ${rome.version}
+
+
+
+
+ spring-boot
+
+
+ src/main/resources
+ true
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-war-plugin
+
+
+
+ pl.project13.maven
+ git-commit-id-plugin
+ ${git-commit-id-plugin.version}
+
+
+
+
+
+
+
+
+ autoconfiguration
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+
+ integration-test
+
+ test
+
+
+
+ **/*LiveTest.java
+ **/*IntegrationTest.java
+
+
+ **/AutoconfigurationTest.java
+
+
+
+
+
+
+ json
+
+
+
+
+
+
+
+
+
+
+
+ org.baeldung.demo.DemoApplication
+ 4.3.4.RELEASE
+ 2.2.1
+ 3.1.1
+ 3.3.7-1
+ 3.1.7
+ 8.5.11
+ 1.4.194
+ 2.4.1.Final
+ 1.9.0
+ 6.0.6
+
\ No newline at end of file
diff --git a/spring-cloud-bus/spring-cloud-config-client/pom.xml b/spring-cloud-bus/spring-cloud-config-client/pom.xml
index 977f18b17f01..61660b6d8f7a 100644
--- a/spring-cloud-bus/spring-cloud-config-client/pom.xml
+++ b/spring-cloud-bus/spring-cloud-config-client/pom.xml
@@ -1,81 +1,81 @@
- 4.0.0
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
- com.baeldung.spring.cloud
- spring-cloud-config-client
- 0.0.1-SNAPSHOT
- jar
+ com.baeldung.spring.cloud
+ spring-cloud-config-client
+ 0.0.1-SNAPSHOT
+ jar
- spring-cloud-config-client
- Demo Spring Cloud Config Client
+ spring-cloud-config-client
+ Demo Spring Cloud Config Client
-
- org.springframework.boot
- spring-boot-starter-parent
- 1.5.4.RELEASE
-
+
+ org.springframework.boot
+ spring-boot-starter-parent
+ 1.5.4.RELEASE
+
-
- UTF-8
- UTF-8
- 1.8
- Dalston.SR1
-
+
+ UTF-8
+ UTF-8
+ 1.8
+ Dalston.SR1
+
-
-
- org.springframework.cloud
- spring-cloud-starter-config
- 1.3.1.RELEASE
-
-
- org.springframework.boot
- spring-boot-starter-web
- 1.5.4.RELEASE
-
+
+
+ org.springframework.cloud
+ spring-cloud-starter-config
+ 1.3.1.RELEASE
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+ 1.5.4.RELEASE
+
-
- org.springframework.boot
- spring-boot-starter-test
- 1.5.4.RELEASE
- test
-
-
-
- org.springframework.boot
- spring-boot-actuator
- 1.5.4.RELEASE
-
-
-
- org.springframework.cloud
- spring-cloud-starter-bus-amqp
- 1.3.1.RELEASE
-
-
+
+ org.springframework.boot
+ spring-boot-starter-test
+ 1.5.4.RELEASE
+ test
+
-
-
-
- org.springframework.cloud
- spring-cloud-dependencies
- ${spring-cloud.version}
- pom
- import
-
-
-
+
+ org.springframework.boot
+ spring-boot-actuator
+ 1.5.4.RELEASE
+
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
- 1.5.4.RELEASE
-
-
-
+
+ org.springframework.cloud
+ spring-cloud-starter-bus-amqp
+ 1.3.1.RELEASE
+
+
+
+
+
+
+ org.springframework.cloud
+ spring-cloud-dependencies
+ ${spring-cloud.version}
+ pom
+ import
+
+
+
+
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+ 1.5.4.RELEASE
+
+
+
diff --git a/spring-cloud-bus/spring-cloud-config-server/pom.xml b/spring-cloud-bus/spring-cloud-config-server/pom.xml
index e37f601d2c83..2fb6afb5a058 100644
--- a/spring-cloud-bus/spring-cloud-config-server/pom.xml
+++ b/spring-cloud-bus/spring-cloud-config-server/pom.xml
@@ -1,82 +1,82 @@
- 4.0.0
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
- com.baeldung.spring.cloud
- spring-cloud-config-server
- 0.0.1-SNAPSHOT
- jar
+ com.baeldung.spring.cloud
+ spring-cloud-config-server
+ 0.0.1-SNAPSHOT
+ jar
- spring-cloud-config-server
- Demo Spring Cloud Config Server
+ spring-cloud-config-server
+ Demo Spring Cloud Config Server
-
- org.springframework.boot
- spring-boot-starter-parent
- 1.5.4.RELEASE
-
+
+ org.springframework.boot
+ spring-boot-starter-parent
+ 1.5.4.RELEASE
+
-
- UTF-8
- UTF-8
- 1.8
- Dalston.SR1
-
+
+ UTF-8
+ UTF-8
+ 1.8
+ Dalston.SR1
+
-
-
- org.springframework.cloud
- spring-cloud-config-server
- 1.3.1.RELEASE
-
+
+
+ org.springframework.cloud
+ spring-cloud-config-server
+ 1.3.1.RELEASE
+
-
- org.springframework.boot
- spring-boot-starter-security
- 1.5.4.RELEASE
-
+
+ org.springframework.boot
+ spring-boot-starter-security
+ 1.5.4.RELEASE
+
-
- org.springframework.boot
- spring-boot-starter-test
- 1.5.4.RELEASE
- test
-
+
+ org.springframework.boot
+ spring-boot-starter-test
+ 1.5.4.RELEASE
+ test
+
-
- org.springframework.cloud
- spring-cloud-config-monitor
- 1.3.1.RELEASE
-
+
+ org.springframework.cloud
+ spring-cloud-config-monitor
+ 1.3.1.RELEASE
+
-
- org.springframework.cloud
- spring-cloud-starter-stream-rabbit
- 1.2.1.RELEASE
-
-
+
+ org.springframework.cloud
+ spring-cloud-starter-stream-rabbit
+ 1.2.1.RELEASE
+
+
-
-
-
- org.springframework.cloud
- spring-cloud-dependencies
- ${spring-cloud.version}
- pom
- import
-
-
-
+
+
+
+ org.springframework.cloud
+ spring-cloud-dependencies
+ ${spring-cloud.version}
+ pom
+ import
+
+
+
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
- 1.5.4.RELEASE
-
-
-
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+ 1.5.4.RELEASE
+
+
+
diff --git a/spring-cloud-data-flow/batch-job/pom.xml b/spring-cloud-data-flow/batch-job/pom.xml
index fcdc98f6b4f2..123c4aeda68b 100644
--- a/spring-cloud-data-flow/batch-job/pom.xml
+++ b/spring-cloud-data-flow/batch-job/pom.xml
@@ -1,56 +1,56 @@
- 4.0.0
-
- org.baeldung.spring.cloud
- batch-job
- 0.0.1-SNAPSHOT
- jar
-
- batch-job
- Demo project for Spring Boot
-
-
- parent-boot-5
- com.baeldung
- 0.0.1-SNAPSHOT
- ../../parent-boot-5
-
-
-
- 1.0.3.RELEASE
-
-
-
-
- org.springframework.cloud
- spring-cloud-task-starter
- ${spring-cloud-task-starter.version}
-
-
-
- org.springframework.boot
- spring-boot-starter-batch
-
-
-
- com.h2database
- h2
- runtime
-
-
-
-
-
-
- org.springframework.cloud
- spring-cloud-dependencies
- Brixton.SR5
- pom
- import
-
-
-
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+
+ org.baeldung.spring.cloud
+ batch-job
+ 0.0.1-SNAPSHOT
+ jar
+
+ batch-job
+ Demo project for Spring Boot
+
+
+ parent-boot-5
+ com.baeldung
+ 0.0.1-SNAPSHOT
+ ../../parent-boot-5
+
+
+
+ 1.0.3.RELEASE
+
+
+
+
+ org.springframework.cloud
+ spring-cloud-task-starter
+ ${spring-cloud-task-starter.version}
+
+
+
+ org.springframework.boot
+ spring-boot-starter-batch
+
+
+
+ com.h2database
+ h2
+ runtime
+
+
+
+
+
+
+ org.springframework.cloud
+ spring-cloud-dependencies
+ Brixton.SR5
+ pom
+ import
+
+
+
diff --git a/spring-cloud-data-flow/data-flow-server/pom.xml b/spring-cloud-data-flow/data-flow-server/pom.xml
index 8ad1bacb7d14..f0d513ce4d06 100644
--- a/spring-cloud-data-flow/data-flow-server/pom.xml
+++ b/spring-cloud-data-flow/data-flow-server/pom.xml
@@ -1,52 +1,52 @@
- 4.0.0
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
- org.baeldung.spring.cloud
- data-flow-server
- 0.0.1-SNAPSHOT
- jar
+ org.baeldung.spring.cloud
+ data-flow-server
+ 0.0.1-SNAPSHOT
+ jar
- data-flow-server
- Demo project for Spring Boot
+ data-flow-server
+ Demo project for Spring Boot
-
- parent-boot-5
- com.baeldung
- 0.0.1-SNAPSHOT
- ../../parent-boot-5
-
+
+ parent-boot-5
+ com.baeldung
+ 0.0.1-SNAPSHOT
+ ../../parent-boot-5
+
-
- 1.1.0.RELEASE
- Brixton.SR7
-
+
+ 1.1.0.RELEASE
+ Brixton.SR7
+
-
-
- org.springframework.cloud
- spring-cloud-starter-dataflow-server-local
-
-
+
+
+ org.springframework.cloud
+ spring-cloud-starter-dataflow-server-local
+
+
-
-
-
- org.springframework.cloud
- spring-cloud-dataflow-dependencies
- ${spring-cloud-dataflow-dependencies.version}
- pom
- import
-
-
- org.springframework.cloud
- spring-cloud-dependencies
- ${spring-cloud-dependencies.version}
- pom
- import
-
-
-
+
+
+
+ org.springframework.cloud
+ spring-cloud-dataflow-dependencies
+ ${spring-cloud-dataflow-dependencies.version}
+ pom
+ import
+
+
+ org.springframework.cloud
+ spring-cloud-dependencies
+ ${spring-cloud-dependencies.version}
+ pom
+ import
+
+
+
diff --git a/spring-cloud-data-flow/data-flow-shell/pom.xml b/spring-cloud-data-flow/data-flow-shell/pom.xml
index edb300a3b346..debbe44a4a39 100644
--- a/spring-cloud-data-flow/data-flow-shell/pom.xml
+++ b/spring-cloud-data-flow/data-flow-shell/pom.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
org.baeldung.spring.cloud
diff --git a/spring-cloud-data-flow/log-sink/pom.xml b/spring-cloud-data-flow/log-sink/pom.xml
index 128402926fc6..6e541ae3fa0c 100644
--- a/spring-cloud-data-flow/log-sink/pom.xml
+++ b/spring-cloud-data-flow/log-sink/pom.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
org.baeldung.spring.cloud
@@ -40,5 +40,5 @@
-
+
diff --git a/spring-cloud-data-flow/pom.xml b/spring-cloud-data-flow/pom.xml
index 2227b0687d13..9ff23305fd3c 100644
--- a/spring-cloud-data-flow/pom.xml
+++ b/spring-cloud-data-flow/pom.xml
@@ -1,24 +1,24 @@
- 4.0.0
- org.baeldung.spring.cloud
- spring-cloud-data-flow
- 0.0.1-SNAPSHOT
- pom
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ org.baeldung.spring.cloud
+ spring-cloud-data-flow
+ 0.0.1-SNAPSHOT
+ pom
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
- data-flow-server
-
- time-source
- time-processor
- log-sink
- batch-job
-
+
+ data-flow-server
+
+ time-source
+ time-processor
+ log-sink
+ batch-job
+
diff --git a/spring-cloud-data-flow/time-processor/pom.xml b/spring-cloud-data-flow/time-processor/pom.xml
index 4c9b50040ea1..42d0fa434ffb 100644
--- a/spring-cloud-data-flow/time-processor/pom.xml
+++ b/spring-cloud-data-flow/time-processor/pom.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
org.baeldung.spring.cloud
@@ -40,5 +40,5 @@
-
+
diff --git a/spring-cloud-data-flow/time-source/pom.xml b/spring-cloud-data-flow/time-source/pom.xml
index adf6b1e1511f..2a50c9b0d04e 100644
--- a/spring-cloud-data-flow/time-source/pom.xml
+++ b/spring-cloud-data-flow/time-source/pom.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
org.baeldung.spring.cloud
diff --git a/spring-cloud/pom.xml b/spring-cloud/pom.xml
index 943f1b6df6eb..7c739d656ea2 100644
--- a/spring-cloud/pom.xml
+++ b/spring-cloud/pom.xml
@@ -15,7 +15,7 @@
1.0.0-SNAPSHOT
..
-
+
spring-cloud-config
spring-cloud-eureka
diff --git a/spring-cloud/spring-cloud-aws/pom.xml b/spring-cloud/spring-cloud-aws/pom.xml
index 1407e3a42315..2d2c29e53e15 100644
--- a/spring-cloud/spring-cloud-aws/pom.xml
+++ b/spring-cloud/spring-cloud-aws/pom.xml
@@ -1,84 +1,84 @@
- 4.0.0
- com.baeldung.spring.cloud
- spring-cloud-aws
- 0.0.1-SNAPSHOT
- jar
- Spring Cloud AWS
- Spring Cloud AWS Examples
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung.spring.cloud
+ spring-cloud-aws
+ 0.0.1-SNAPSHOT
+ jar
+ Spring Cloud AWS
+ Spring Cloud AWS Examples
-
- org.springframework.boot
- spring-boot-starter-parent
- 1.5.8.RELEASE
-
-
+
+ org.springframework.boot
+ spring-boot-starter-parent
+ 1.5.8.RELEASE
+
+
-
-
- org.springframework.boot
- spring-boot-starter-web
-
-
- org.springframework.cloud
- spring-cloud-starter-aws
-
-
- org.springframework.cloud
- spring-cloud-starter-aws-jdbc
-
-
- org.springframework.cloud
- spring-cloud-starter-aws-messaging
-
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+
+
+ org.springframework.cloud
+ spring-cloud-starter-aws
+
+
+ org.springframework.cloud
+ spring-cloud-starter-aws-jdbc
+
+
+ org.springframework.cloud
+ spring-cloud-starter-aws-messaging
+
-
- org.springframework.boot
- spring-boot-starter-test
- test
-
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
-
- org.postgresql
- postgresql
-
+
+ org.postgresql
+ postgresql
+
-
+
-
-
-
- org.springframework.cloud
- spring-cloud-dependencies
- ${spring-cloud.version}
- pom
- import
-
-
-
+
+
+
+ org.springframework.cloud
+ spring-cloud-dependencies
+ ${spring-cloud.version}
+ pom
+ import
+
+
+
-
-
-
- maven-surefire-plugin
-
-
- **/*IntegrationTest.java
-
-
-
+
+
+
+ maven-surefire-plugin
+
+
+ **/*IntegrationTest.java
+
+
+
-
-
+
+
-
- com.baeldung.spring.cloud.aws.SpringCloudAwsApplication
- UTF-8
- UTF-8
- 1.8
- Dalston.SR4
-
+
+ com.baeldung.spring.cloud.aws.SpringCloudAwsApplication
+ UTF-8
+ UTF-8
+ 1.8
+ Dalston.SR4
+
diff --git a/spring-cloud/spring-cloud-bootstrap/config/pom.xml b/spring-cloud/spring-cloud-bootstrap/config/pom.xml
index 7528a0cbf2b7..ace46395c0a1 100644
--- a/spring-cloud/spring-cloud-bootstrap/config/pom.xml
+++ b/spring-cloud/spring-cloud-bootstrap/config/pom.xml
@@ -1,46 +1,46 @@
- 4.0.0
- config
- 1.0.0-SNAPSHOT
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ config
+ 1.0.0-SNAPSHOT
-
- parent-boot-5
- com.baeldung
- 0.0.1-SNAPSHOT
- ../../../parent-boot-5
-
+
+ parent-boot-5
+ com.baeldung
+ 0.0.1-SNAPSHOT
+ ../../../parent-boot-5
+
-
-
- org.springframework.cloud
- spring-cloud-config-server
-
-
- org.springframework.cloud
- spring-cloud-starter-eureka
-
-
- org.springframework.boot
- spring-boot-starter-security
-
-
+
+
+ org.springframework.cloud
+ spring-cloud-config-server
+
+
+ org.springframework.cloud
+ spring-cloud-starter-eureka
+
+
+ org.springframework.boot
+ spring-boot-starter-security
+
+
-
-
-
- org.springframework.cloud
- spring-cloud-dependencies
- ${spring-cloud-dependencies.version}
- pom
- import
-
-
-
+
+
+
+ org.springframework.cloud
+ spring-cloud-dependencies
+ ${spring-cloud-dependencies.version}
+ pom
+ import
+
+
+
+
+
+ Brixton.SR7
+
-
- Brixton.SR7
-
-
\ No newline at end of file
diff --git a/spring-cloud/spring-cloud-bootstrap/discovery/pom.xml b/spring-cloud/spring-cloud-bootstrap/discovery/pom.xml
index 480c8bddebd5..7a3ffd81cdc1 100644
--- a/spring-cloud/spring-cloud-bootstrap/discovery/pom.xml
+++ b/spring-cloud/spring-cloud-bootstrap/discovery/pom.xml
@@ -1,55 +1,55 @@
- 4.0.0
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
- discovery
- 1.0.0-SNAPSHOT
+ discovery
+ 1.0.0-SNAPSHOT
-
- parent-boot-5
- com.baeldung
- 0.0.1-SNAPSHOT
- ../../../parent-boot-5
-
+
+ parent-boot-5
+ com.baeldung
+ 0.0.1-SNAPSHOT
+ ../../../parent-boot-5
+
-
-
- org.springframework.cloud
- spring-cloud-starter-config
-
-
- org.springframework.cloud
- spring-cloud-starter-eureka-server
-
-
- org.springframework.boot
- spring-boot-starter-security
-
+
+
+ org.springframework.cloud
+ spring-cloud-starter-config
+
+
+ org.springframework.cloud
+ spring-cloud-starter-eureka-server
+
+
+ org.springframework.boot
+ spring-boot-starter-security
+
-
- org.springframework.session
- spring-session
-
-
- org.springframework.boot
- spring-boot-starter-data-redis
-
-
+
+ org.springframework.session
+ spring-session
+
+
+ org.springframework.boot
+ spring-boot-starter-data-redis
+
+
-
-
-
- org.springframework.cloud
- spring-cloud-dependencies
- ${spring-cloud-dependencies.version}
- pom
- import
-
-
-
+
+
+
+ org.springframework.cloud
+ spring-cloud-dependencies
+ ${spring-cloud-dependencies.version}
+ pom
+ import
+
+
+
-
- Brixton.SR7
-
+
+ Brixton.SR7
+
\ No newline at end of file
diff --git a/spring-cloud/spring-cloud-bootstrap/gateway/pom.xml b/spring-cloud/spring-cloud-bootstrap/gateway/pom.xml
index fcd5d5ea51d9..5001b35fb5e7 100644
--- a/spring-cloud/spring-cloud-bootstrap/gateway/pom.xml
+++ b/spring-cloud/spring-cloud-bootstrap/gateway/pom.xml
@@ -1,102 +1,102 @@
- 4.0.0
- gateway
- 1.0.0-SNAPSHOT
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ gateway
+ 1.0.0-SNAPSHOT
-
- parent-boot-5
- com.baeldung
- 0.0.1-SNAPSHOT
- ../../../parent-boot-5
-
+
+ parent-boot-5
+ com.baeldung
+ 0.0.1-SNAPSHOT
+ ../../../parent-boot-5
+
-
-
- org.springframework.cloud
- spring-cloud-starter-config
-
-
- org.springframework.cloud
- spring-cloud-starter-eureka
-
-
- org.springframework.cloud
- spring-cloud-starter-zuul
-
-
- org.springframework.boot
- spring-boot-starter-security
-
+
+
+ org.springframework.cloud
+ spring-cloud-starter-config
+
+
+ org.springframework.cloud
+ spring-cloud-starter-eureka
+
+
+ org.springframework.cloud
+ spring-cloud-starter-zuul
+
+
+ org.springframework.boot
+ spring-boot-starter-security
+
-
- org.springframework.session
- spring-session
-
-
- org.springframework.boot
- spring-boot-starter-data-redis
-
+
+ org.springframework.session
+ spring-session
+
+
+ org.springframework.boot
+ spring-boot-starter-data-redis
+
-
- org.springframework.cloud
- spring-cloud-starter-zipkin
-
-
- org.springframework.cloud
- spring-cloud-starter-feign
-
+
+ org.springframework.cloud
+ spring-cloud-starter-zipkin
+
+
+ org.springframework.cloud
+ spring-cloud-starter-feign
+
-
+
-
-
-
- org.springframework.cloud
- spring-cloud-dependencies
- ${spring-cloud-dependencies.version}
- pom
- import
-
-
-
+
+
+
+ org.springframework.cloud
+ spring-cloud-dependencies
+ ${spring-cloud-dependencies.version}
+ pom
+ import
+
+
+
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
-
- maven-antrun-plugin
-
-
- generate-resources
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- run
-
-
-
-
-
-
-
- Brixton.SR7
-
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+ maven-antrun-plugin
+
+
+ generate-resources
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ run
+
+
+
+
+
+
+
+ Brixton.SR7
+
\ No newline at end of file
diff --git a/spring-cloud/spring-cloud-bootstrap/pom.xml b/spring-cloud/spring-cloud-bootstrap/pom.xml
index 0227ef4df3bf..68606d90586a 100644
--- a/spring-cloud/spring-cloud-bootstrap/pom.xml
+++ b/spring-cloud/spring-cloud-bootstrap/pom.xml
@@ -1,24 +1,24 @@
- 4.0.0
- spring-cloud-bootstrap
- 1.0.0-SNAPSHOT
- pom
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ spring-cloud-bootstrap
+ 1.0.0-SNAPSHOT
+ pom
-
- com.baeldung.spring.cloud
- spring-cloud
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung.spring.cloud
+ spring-cloud
+ 1.0.0-SNAPSHOT
+
-
- config
- discovery
- gateway
- svc-book
- svc-rating
- zipkin
-
+
+ config
+ discovery
+ gateway
+ svc-book
+ svc-rating
+ zipkin
+
\ No newline at end of file
diff --git a/spring-cloud/spring-cloud-bootstrap/svc-book/pom.xml b/spring-cloud/spring-cloud-bootstrap/svc-book/pom.xml
index 9cc3cdb51645..2552752e29fb 100644
--- a/spring-cloud/spring-cloud-bootstrap/svc-book/pom.xml
+++ b/spring-cloud/spring-cloud-bootstrap/svc-book/pom.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung.spring.cloud
@@ -74,5 +74,5 @@
Brixton.SR7
-
+
\ No newline at end of file
diff --git a/spring-cloud/spring-cloud-bootstrap/svc-rating/pom.xml b/spring-cloud/spring-cloud-bootstrap/svc-rating/pom.xml
index 3aa5cfa25089..857ee486c08c 100644
--- a/spring-cloud/spring-cloud-bootstrap/svc-rating/pom.xml
+++ b/spring-cloud/spring-cloud-bootstrap/svc-rating/pom.xml
@@ -1,87 +1,87 @@
- 4.0.0
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
- com.baeldung.spring.cloud
- svc-rating
- 1.0.0-SNAPSHOT
+ com.baeldung.spring.cloud
+ svc-rating
+ 1.0.0-SNAPSHOT
-
- parent-boot-5
- com.baeldung
- 0.0.1-SNAPSHOT
- ../../../parent-boot-5
-
+
+ parent-boot-5
+ com.baeldung
+ 0.0.1-SNAPSHOT
+ ../../../parent-boot-5
+
-
-
- org.springframework.cloud
- spring-cloud-starter-config
-
-
- org.springframework.cloud
- spring-cloud-starter-eureka
-
-
- org.springframework.boot
- spring-boot-starter-web
-
-
- org.springframework.boot
- spring-boot-starter-security
-
+
+
+ org.springframework.cloud
+ spring-cloud-starter-config
+
+
+ org.springframework.cloud
+ spring-cloud-starter-eureka
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+
+
+ org.springframework.boot
+ spring-boot-starter-security
+
-
- org.springframework.session
- spring-session
-
-
- org.springframework.boot
- spring-boot-starter-data-redis
-
+
+ org.springframework.session
+ spring-session
+
+
+ org.springframework.boot
+ spring-boot-starter-data-redis
+
-
- org.springframework.boot
- spring-boot-starter-data-jpa
-
+
+ org.springframework.boot
+ spring-boot-starter-data-jpa
+
-
- org.springframework.cloud
- spring-cloud-starter-hystrix
-
-
- org.springframework.boot
- spring-boot-starter-actuator
-
+
+ org.springframework.cloud
+ spring-cloud-starter-hystrix
+
+
+ org.springframework.boot
+ spring-boot-starter-actuator
+
-
- com.h2database
- h2
- runtime
-
+
+ com.h2database
+ h2
+ runtime
+
-
- org.springframework.cloud
- spring-cloud-starter-zipkin
-
+
+ org.springframework.cloud
+ spring-cloud-starter-zipkin
+
-
+
-
-
-
- org.springframework.cloud
- spring-cloud-dependencies
- ${spring-cloud-dependencies.version}
- pom
- import
-
-
-
+
+
+
+ org.springframework.cloud
+ spring-cloud-dependencies
+ ${spring-cloud-dependencies.version}
+ pom
+ import
+
+
+
-
- Brixton.SR7
-
+
+ Brixton.SR7
+
\ No newline at end of file
diff --git a/spring-cloud/spring-cloud-bootstrap/zipkin/pom.xml b/spring-cloud/spring-cloud-bootstrap/zipkin/pom.xml
index 0d1a7d27e08a..743281d34688 100644
--- a/spring-cloud/spring-cloud-bootstrap/zipkin/pom.xml
+++ b/spring-cloud/spring-cloud-bootstrap/zipkin/pom.xml
@@ -1,54 +1,54 @@
- 4.0.0
- zipkin
- 1.0.0-SNAPSHOT
-
-
- parent-boot-5
- com.baeldung
- 0.0.1-SNAPSHOT
- ../../../parent-boot-5
-
-
-
-
- org.springframework.cloud
- spring-cloud-starter-config
-
-
- org.springframework.cloud
- spring-cloud-starter-eureka
-
-
-
- io.zipkin.java
- zipkin-server
-
-
-
- io.zipkin.java
- zipkin-autoconfigure-ui
- runtime
-
-
-
-
-
-
-
- org.springframework.cloud
- spring-cloud-dependencies
- ${spring-cloud-dependencies.version}
- pom
- import
-
-
-
-
-
- Brixton.SR7
-
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ zipkin
+ 1.0.0-SNAPSHOT
+
+
+ parent-boot-5
+ com.baeldung
+ 0.0.1-SNAPSHOT
+ ../../../parent-boot-5
+
+
+
+
+ org.springframework.cloud
+ spring-cloud-starter-config
+
+
+ org.springframework.cloud
+ spring-cloud-starter-eureka
+
+
+
+ io.zipkin.java
+ zipkin-server
+
+
+
+ io.zipkin.java
+ zipkin-autoconfigure-ui
+ runtime
+
+
+
+
+
+
+
+ org.springframework.cloud
+ spring-cloud-dependencies
+ ${spring-cloud-dependencies.version}
+ pom
+ import
+
+
+
+
+
+ Brixton.SR7
+
\ No newline at end of file
diff --git a/spring-cloud/spring-cloud-config/client/pom.xml b/spring-cloud/spring-cloud-config/client/pom.xml
index 0ad92de30570..bd8c8172569b 100644
--- a/spring-cloud/spring-cloud-config/client/pom.xml
+++ b/spring-cloud/spring-cloud-config/client/pom.xml
@@ -1,47 +1,47 @@
- 4.0.0
+ xmlns="http://maven.apache.org/POM/4.0.0"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
-
- com.baeldung.spring.cloud
- spring-cloud-config
- 1.0-SNAPSHOT
-
- client
+
+ com.baeldung.spring.cloud
+ spring-cloud-config
+ 1.0-SNAPSHOT
+
+ client
-
-
- org.springframework.cloud
- spring-cloud-starter-config
- ${spring-cloud-starter-config.version}
-
-
- org.springframework.boot
- spring-boot-starter-web
- ${org.springframework.boot.version}
-
+
+
+ org.springframework.cloud
+ spring-cloud-starter-config
+ ${spring-cloud-starter-config.version}
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+ ${org.springframework.boot.version}
+
-
- org.springframework.boot
- spring-boot-starter-test
- ${org.springframework.boot.version}
- test
-
-
+
+ org.springframework.boot
+ spring-boot-starter-test
+ ${org.springframework.boot.version}
+ test
+
+
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
-
-
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+
-
- 1.2.2.RELEASE
- 1.4.2.RELEASE
-
+
+ 1.2.2.RELEASE
+ 1.4.2.RELEASE
+
diff --git a/spring-cloud/spring-cloud-config/pom.xml b/spring-cloud/spring-cloud-config/pom.xml
index 402fe8eb8ae3..100b421a5535 100644
--- a/spring-cloud/spring-cloud-config/pom.xml
+++ b/spring-cloud/spring-cloud-config/pom.xml
@@ -1,39 +1,39 @@
- 4.0.0
- com.baeldung.spring.cloud
- spring-cloud-config
- 1.0-SNAPSHOT
- pom
+ xmlns="http://maven.apache.org/POM/4.0.0"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung.spring.cloud
+ spring-cloud-config
+ 1.0-SNAPSHOT
+ pom
-
- parent-boot-5
- com.baeldung
- 0.0.1-SNAPSHOT
- ../../parent-boot-5
-
+
+ parent-boot-5
+ com.baeldung
+ 0.0.1-SNAPSHOT
+ ../../parent-boot-5
+
-
- server
- client
-
+
+ server
+ client
+
-
-
-
- org.springframework.cloud
- spring-cloud-dependencies
- ${spring-cloud-dependencies.version}
- pom
- import
-
-
-
+
+
+
+ org.springframework.cloud
+ spring-cloud-dependencies
+ ${spring-cloud-dependencies.version}
+ pom
+ import
+
+
+
-
- Brixton.SR7
-
+
+ Brixton.SR7
+
diff --git a/spring-cloud/spring-cloud-config/server/pom.xml b/spring-cloud/spring-cloud-config/server/pom.xml
index 01578510016d..61b27244b674 100644
--- a/spring-cloud/spring-cloud-config/server/pom.xml
+++ b/spring-cloud/spring-cloud-config/server/pom.xml
@@ -1,7 +1,7 @@
+ xmlns="http://maven.apache.org/POM/4.0.0"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
diff --git a/spring-cloud/spring-cloud-connectors-heroku/pom.xml b/spring-cloud/spring-cloud-connectors-heroku/pom.xml
index efc093d9bff3..9b5d7c91d938 100644
--- a/spring-cloud/spring-cloud-connectors-heroku/pom.xml
+++ b/spring-cloud/spring-cloud-connectors-heroku/pom.xml
@@ -1,85 +1,85 @@
- 4.0.0
- com.baeldung.spring.cloud
- spring-cloud-connectors-heroku
- 1.0.0-SNAPSHOT
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung.spring.cloud
+ spring-cloud-connectors-heroku
+ 1.0.0-SNAPSHOT
-
- spring-boot-starter-parent
- org.springframework.boot
- 1.4.4.RELEASE
-
-
+
+ spring-boot-starter-parent
+ org.springframework.boot
+ 1.4.4.RELEASE
+
+
-
-
- org.springframework.boot
- spring-boot-starter-cloud-connectors
-
-
- org.springframework.boot
- spring-boot-starter-data-jpa
-
-
- org.springframework.boot
- spring-boot-starter-web
-
-
- org.springframework.boot
- spring-boot-actuator
-
-
- org.postgresql
- postgresql
- ${postgresql.version}
-
-
- com.h2database
- h2
- runtime
-
-
+
+
+ org.springframework.boot
+ spring-boot-starter-cloud-connectors
+
+
+ org.springframework.boot
+ spring-boot-starter-data-jpa
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+
+
+ org.springframework.boot
+ spring-boot-actuator
+
+
+ org.postgresql
+ postgresql
+ ${postgresql.version}
+
+
+ com.h2database
+ h2
+ runtime
+
+
-
-
-
- org.springframework.cloud
- spring-cloud-dependencies
- ${spring-cloud-dependencies.version}
- pom
- import
-
-
-
+
+
+
+ org.springframework.cloud
+ spring-cloud-dependencies
+ ${spring-cloud-dependencies.version}
+ pom
+ import
+
+
+
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
- ${maven-surefire-plugin.version}
-
- 3
- true
-
- **/*IntegrationTest.java
- **/*LongRunningUnitTest.java
- **/*ManualTest.java
- **/JdbcTest.java
- **/*LiveTest.java
-
- true
-
-
-
-
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${maven-surefire-plugin.version}
+
+ 3
+ true
+
+ **/*IntegrationTest.java
+ **/*LongRunningUnitTest.java
+ **/*ManualTest.java
+ **/JdbcTest.java
+ **/*LiveTest.java
+
+ true
+
+
+
+
-
- Brixton.SR7
- 2.19.1
- 9.4-1201-jdbc4
-
+
+ Brixton.SR7
+ 2.19.1
+ 9.4-1201-jdbc4
+
\ No newline at end of file
diff --git a/spring-cloud/spring-cloud-consul/pom.xml b/spring-cloud/spring-cloud-consul/pom.xml
index 42d2879825f5..d440da8e0c04 100644
--- a/spring-cloud/spring-cloud-consul/pom.xml
+++ b/spring-cloud/spring-cloud-consul/pom.xml
@@ -1,36 +1,36 @@
- 4.0.0
- org.baeldung
- spring-cloud-consul
- jar
- spring-cloud-consul
+ xmlns="http://maven.apache.org/POM/4.0.0"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ org.baeldung
+ spring-cloud-consul
+ jar
+ spring-cloud-consul
-
- com.baeldung.spring.cloud
- spring-cloud
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung.spring.cloud
+ spring-cloud
+ 1.0.0-SNAPSHOT
+
-
-
- org.springframework.cloud
- spring-cloud-starter-consul-all
- 1.3.0.RELEASE
-
+
+
+ org.springframework.cloud
+ spring-cloud-starter-consul-all
+ 1.3.0.RELEASE
+
-
- org.springframework.cloud
- spring-cloud-starter-consul-config
- 1.3.0.RELEASE
-
-
+
+ org.springframework.cloud
+ spring-cloud-starter-consul-config
+ 1.3.0.RELEASE
+
+
-
- UTF-8
- 3.7.0
-
+
+ UTF-8
+ 3.7.0
+
diff --git a/spring-cloud/spring-cloud-contract/pom.xml b/spring-cloud/spring-cloud-contract/pom.xml
index 80645fafd533..f1d5f6f26254 100644
--- a/spring-cloud/spring-cloud-contract/pom.xml
+++ b/spring-cloud/spring-cloud-contract/pom.xml
@@ -13,7 +13,7 @@
spring-cloud
1.0.0-SNAPSHOT
-
+
spring-cloud-contract-producer
spring-cloud-contract-consumer
diff --git a/spring-cloud/spring-cloud-contract/spring-cloud-contract-consumer/pom.xml b/spring-cloud/spring-cloud-contract/spring-cloud-contract-consumer/pom.xml
index b80f45310685..fa9bf51bc386 100644
--- a/spring-cloud/spring-cloud-contract/spring-cloud-contract-consumer/pom.xml
+++ b/spring-cloud/spring-cloud-contract/spring-cloud-contract-consumer/pom.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung.spring.cloud
diff --git a/spring-cloud/spring-cloud-eureka/pom.xml b/spring-cloud/spring-cloud-eureka/pom.xml
index 4c8c145e9a86..9392f1732503 100644
--- a/spring-cloud/spring-cloud-eureka/pom.xml
+++ b/spring-cloud/spring-cloud-eureka/pom.xml
@@ -1,32 +1,32 @@
- 4.0.0
- com.baeldung.spring.cloud
- spring-cloud-eureka
- 1.0.0-SNAPSHOT
- pom
- Spring Cloud Eureka
- Spring Cloud Eureka Server and Sample Clients
+ xmlns="http://maven.apache.org/POM/4.0.0"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung.spring.cloud
+ spring-cloud-eureka
+ 1.0.0-SNAPSHOT
+ pom
+ Spring Cloud Eureka
+ Spring Cloud Eureka Server and Sample Clients
-
- spring-cloud-eureka-server
- spring-cloud-eureka-client
- spring-cloud-eureka-feign-client
-
+
+ spring-cloud-eureka-server
+ spring-cloud-eureka-client
+ spring-cloud-eureka-feign-client
+
-
- com.baeldung.spring.cloud
- spring-cloud
- 1.0.0-SNAPSHOT
- ..
-
+
+ com.baeldung.spring.cloud
+ spring-cloud
+ 1.0.0-SNAPSHOT
+ ..
+
-
- UTF-8
- 3.7.0
- 1.4.2.RELEASE
-
+
+ UTF-8
+ 3.7.0
+ 1.4.2.RELEASE
+
diff --git a/spring-cloud/spring-cloud-eureka/spring-cloud-eureka-client/pom.xml b/spring-cloud/spring-cloud-eureka/spring-cloud-eureka-client/pom.xml
index 7803e1531c94..70379fbc6565 100644
--- a/spring-cloud/spring-cloud-eureka/spring-cloud-eureka-client/pom.xml
+++ b/spring-cloud/spring-cloud-eureka/spring-cloud-eureka-client/pom.xml
@@ -1,51 +1,51 @@
- 4.0.0
+ xmlns="http://maven.apache.org/POM/4.0.0"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
- spring-cloud-eureka-client
- 1.0.0-SNAPSHOT
- jar
+ spring-cloud-eureka-client
+ 1.0.0-SNAPSHOT
+ jar
- Spring Cloud Eureka Client
- Spring Cloud Eureka Sample Client
+ Spring Cloud Eureka Client
+ Spring Cloud Eureka Sample Client
-
- com.baeldung.spring.cloud
- spring-cloud-eureka
- 1.0.0-SNAPSHOT
- ..
-
+
+ com.baeldung.spring.cloud
+ spring-cloud-eureka
+ 1.0.0-SNAPSHOT
+ ..
+
-
-
- org.springframework.cloud
- spring-cloud-starter-eureka
- ${spring-cloud-starter-eureka.version}
-
-
- org.springframework.boot
- spring-boot-starter-web
- ${spring-boot-starter-web.version}
-
-
+
+
+ org.springframework.cloud
+ spring-cloud-starter-eureka
+ ${spring-cloud-starter-eureka.version}
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+ ${spring-boot-starter-web.version}
+
+
-
-
-
- org.springframework.cloud
- spring-cloud-starter-parent
- ${spring-cloud-dependencies.version}
- pom
- import
-
-
-
+
+
+
+ org.springframework.cloud
+ spring-cloud-starter-parent
+ ${spring-cloud-dependencies.version}
+ pom
+ import
+
+
+
-
- Brixton.SR7
- 1.2.3.RELEASE
- 1.4.2.RELEASE
-
+
+ Brixton.SR7
+ 1.2.3.RELEASE
+ 1.4.2.RELEASE
+
diff --git a/spring-cloud/spring-cloud-eureka/spring-cloud-eureka-feign-client/pom.xml b/spring-cloud/spring-cloud-eureka/spring-cloud-eureka-feign-client/pom.xml
index 7bf3278449af..22b0e7b8991d 100644
--- a/spring-cloud/spring-cloud-eureka/spring-cloud-eureka-feign-client/pom.xml
+++ b/spring-cloud/spring-cloud-eureka/spring-cloud-eureka-feign-client/pom.xml
@@ -1,60 +1,60 @@
- 4.0.0
- spring-cloud-eureka-feign-client
- 1.0.0-SNAPSHOT
- jar
- Spring Cloud Eureka Feign Client
- Spring Cloud Eureka - Sample Feign Client
+ xmlns="http://maven.apache.org/POM/4.0.0"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ spring-cloud-eureka-feign-client
+ 1.0.0-SNAPSHOT
+ jar
+ Spring Cloud Eureka Feign Client
+ Spring Cloud Eureka - Sample Feign Client
-
- com.baeldung.spring.cloud
- spring-cloud-eureka
- 1.0.0-SNAPSHOT
- ..
-
+
+ com.baeldung.spring.cloud
+ spring-cloud-eureka
+ 1.0.0-SNAPSHOT
+ ..
+
-
-
- com.baeldung.spring.cloud
- spring-cloud-eureka-client
- 1.0.0-SNAPSHOT
-
-
- org.springframework.cloud
- spring-cloud-starter-feign
- ${spring-cloud-starter-feign.version}
-
-
- org.springframework.boot
- spring-boot-starter-web
- ${spring-boot-starter-web.version}
-
-
- org.springframework.boot
- spring-boot-starter-thymeleaf
- ${spring-boot-starter-web.version}
-
-
+
+
+ com.baeldung.spring.cloud
+ spring-cloud-eureka-client
+ 1.0.0-SNAPSHOT
+
+
+ org.springframework.cloud
+ spring-cloud-starter-feign
+ ${spring-cloud-starter-feign.version}
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+ ${spring-boot-starter-web.version}
+
+
+ org.springframework.boot
+ spring-boot-starter-thymeleaf
+ ${spring-boot-starter-web.version}
+
+
-
-
-
- org.springframework.cloud
- spring-cloud-starter-parent
- ${spring-cloud-dependencies.version}
- pom
- import
-
-
-
+
+
+
+ org.springframework.cloud
+ spring-cloud-starter-parent
+ ${spring-cloud-dependencies.version}
+ pom
+ import
+
+
+
-
- Brixton.SR7
- 1.2.3.RELEASE
- 1.2.3.RELEASE
- 1.4.2.RELEASE
-
+
+ Brixton.SR7
+ 1.2.3.RELEASE
+ 1.2.3.RELEASE
+ 1.4.2.RELEASE
+
diff --git a/spring-cloud/spring-cloud-eureka/spring-cloud-eureka-server/pom.xml b/spring-cloud/spring-cloud-eureka/spring-cloud-eureka-server/pom.xml
index ecd6a79e7ee3..4ea9748c144d 100644
--- a/spring-cloud/spring-cloud-eureka/spring-cloud-eureka-server/pom.xml
+++ b/spring-cloud/spring-cloud-eureka/spring-cloud-eureka-server/pom.xml
@@ -1,7 +1,7 @@
+ xmlns="http://maven.apache.org/POM/4.0.0"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
spring-cloud-eureka-server
@@ -37,7 +37,7 @@
-
+
Brixton.SR7
1.2.3.RELEASE
diff --git a/spring-cloud/spring-cloud-gateway/pom.xml b/spring-cloud/spring-cloud-gateway/pom.xml
index 0acf22905878..4cc45cc6b3f2 100644
--- a/spring-cloud/spring-cloud-gateway/pom.xml
+++ b/spring-cloud/spring-cloud-gateway/pom.xml
@@ -1,77 +1,77 @@
- 4.0.0
- spring-cloud-gateway
- jar
- Spring Cloud Gateway
+ xmlns="http://maven.apache.org/POM/4.0.0"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ spring-cloud-gateway
+ jar
+ Spring Cloud Gateway
-
- com.baeldung.spring.cloud
- spring-cloud
- 1.0.0-SNAPSHOT
- ..
-
+
+ com.baeldung.spring.cloud
+ spring-cloud
+ 1.0.0-SNAPSHOT
+ ..
+
-
-
- org.springframework.boot
- spring-boot-actuator
- ${version}
-
-
- org.springframework.boot
- spring-boot-starter-webflux
- ${version}
-
-
- org.springframework.cloud
- spring-cloud-gateway-core
- ${version}
-
+
+
+ org.springframework.boot
+ spring-boot-actuator
+ ${version}
+
+
+ org.springframework.boot
+ spring-boot-starter-webflux
+ ${version}
+
+
+ org.springframework.cloud
+ spring-cloud-gateway-core
+ ${version}
+
-
- org.hibernate
- hibernate-validator-cdi
- 6.0.2.Final
-
-
- javax.validation
- validation-api
- 2.0.0.Final
-
-
- io.projectreactor.ipc
- reactor-netty
- 0.7.0.M1
-
-
+
+ org.hibernate
+ hibernate-validator-cdi
+ 6.0.2.Final
+
+
+ javax.validation
+ validation-api
+ 2.0.0.Final
+
+
+ io.projectreactor.ipc
+ reactor-netty
+ 0.7.0.M1
+
+
-
-
- spring-snapshots
- Spring Snapshots
- https://repo.spring.io/snapshot
-
- true
-
-
-
- spring-milestones
- Spring Milestones
- https://repo.spring.io/milestone
-
- false
-
-
-
+
+
+ spring-snapshots
+ Spring Snapshots
+ https://repo.spring.io/snapshot
+
+ true
+
+
+
+ spring-milestones
+ Spring Milestones
+ https://repo.spring.io/milestone
+
+ false
+
+
+
-
- UTF-8
- 3.7.0
- 1.4.2.RELEASE
- 2.0.0.M6
-
+
+ UTF-8
+ 3.7.0
+ 1.4.2.RELEASE
+ 2.0.0.M6
+
diff --git a/spring-cloud/spring-cloud-hystrix/feign-rest-consumer/pom.xml b/spring-cloud/spring-cloud-hystrix/feign-rest-consumer/pom.xml
index a1efd1d2dc8d..700357d67367 100644
--- a/spring-cloud/spring-cloud-hystrix/feign-rest-consumer/pom.xml
+++ b/spring-cloud/spring-cloud-hystrix/feign-rest-consumer/pom.xml
@@ -1,73 +1,73 @@
- 4.0.0
- feign-rest-consumer
- 1.0.0-SNAPSHOT
- jar
- feign-rest-consumer
+ xmlns="http://maven.apache.org/POM/4.0.0"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ feign-rest-consumer
+ 1.0.0-SNAPSHOT
+ jar
+ feign-rest-consumer
-
- com.baeldung.spring.cloud
- spring-cloud-hystrix
- 1.0.0-SNAPSHOT
- ..
-
+
+ com.baeldung.spring.cloud
+ spring-cloud-hystrix
+ 1.0.0-SNAPSHOT
+ ..
+
-
-
- com.baeldung.spring.cloud
- rest-producer
- 1.0.0-SNAPSHOT
-
-
- org.springframework.cloud
- spring-cloud-starter-hystrix
- ${spring-cloud-starter-hystrix.version}
-
-
- org.springframework.cloud
- spring-cloud-starter-hystrix-dashboard
- ${spring-cloud-starter-hystrix.version}
-
-
- org.springframework.cloud
- spring-cloud-starter-feign
- ${spring-cloud-starter-feign.version}
-
-
- org.springframework.boot
- spring-boot-starter-web
- ${spring-boot-starter-web.version}
-
-
- org.springframework.boot
- spring-boot-starter-thymeleaf
- ${spring-boot-starter-web.version}
-
-
- org.springframework.boot
- spring-boot-starter-actuator
- ${spring-boot-starter-web.version}
-
-
+
+
+ com.baeldung.spring.cloud
+ rest-producer
+ 1.0.0-SNAPSHOT
+
+
+ org.springframework.cloud
+ spring-cloud-starter-hystrix
+ ${spring-cloud-starter-hystrix.version}
+
+
+ org.springframework.cloud
+ spring-cloud-starter-hystrix-dashboard
+ ${spring-cloud-starter-hystrix.version}
+
+
+ org.springframework.cloud
+ spring-cloud-starter-feign
+ ${spring-cloud-starter-feign.version}
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+ ${spring-boot-starter-web.version}
+
+
+ org.springframework.boot
+ spring-boot-starter-thymeleaf
+ ${spring-boot-starter-web.version}
+
+
+ org.springframework.boot
+ spring-boot-starter-actuator
+ ${spring-boot-starter-web.version}
+
+
-
-
-
- org.springframework.cloud
- spring-cloud-starter-parent
- ${spring-cloud-dependencies.version}
- pom
- import
-
-
-
+
+
+
+ org.springframework.cloud
+ spring-cloud-starter-parent
+ ${spring-cloud-dependencies.version}
+ pom
+ import
+
+
+
-
- 1.2.3.RELEASE
- 1.2.3.RELEASE
- 1.4.2.RELEASE
-
+
+ 1.2.3.RELEASE
+ 1.2.3.RELEASE
+ 1.4.2.RELEASE
+
diff --git a/spring-cloud/spring-cloud-hystrix/pom.xml b/spring-cloud/spring-cloud-hystrix/pom.xml
index 01b3e54a2001..e7b635a441b0 100644
--- a/spring-cloud/spring-cloud-hystrix/pom.xml
+++ b/spring-cloud/spring-cloud-hystrix/pom.xml
@@ -1,31 +1,31 @@
- 4.0.0
- com.baeldung.spring.cloud
- spring-cloud-hystrix
- 1.0.0-SNAPSHOT
- pom
- spring-cloud-hystrix
+ xmlns="http://maven.apache.org/POM/4.0.0"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung.spring.cloud
+ spring-cloud-hystrix
+ 1.0.0-SNAPSHOT
+ pom
+ spring-cloud-hystrix
-
- com.baeldung.spring.cloud
- spring-cloud
- 1.0.0-SNAPSHOT
- ..
-
+
+ com.baeldung.spring.cloud
+ spring-cloud
+ 1.0.0-SNAPSHOT
+ ..
+
-
- rest-producer
- rest-consumer
- feign-rest-consumer
-
+
+ rest-producer
+ rest-consumer
+ feign-rest-consumer
+
-
- UTF-8
- 3.7.0
- 1.4.2.RELEASE
-
+
+ UTF-8
+ 3.7.0
+ 1.4.2.RELEASE
+
diff --git a/spring-cloud/spring-cloud-hystrix/rest-consumer/pom.xml b/spring-cloud/spring-cloud-hystrix/rest-consumer/pom.xml
index d2e1bc5b082a..81fb442ad71b 100644
--- a/spring-cloud/spring-cloud-hystrix/rest-consumer/pom.xml
+++ b/spring-cloud/spring-cloud-hystrix/rest-consumer/pom.xml
@@ -1,7 +1,7 @@
+ xmlns="http://maven.apache.org/POM/4.0.0"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
rest-consumer
@@ -56,7 +56,7 @@
-
+
Brixton.SR7
1.2.3.RELEASE
diff --git a/spring-cloud/spring-cloud-hystrix/rest-producer/pom.xml b/spring-cloud/spring-cloud-hystrix/rest-producer/pom.xml
index f49117598279..f96d8e1768ab 100644
--- a/spring-cloud/spring-cloud-hystrix/rest-producer/pom.xml
+++ b/spring-cloud/spring-cloud-hystrix/rest-producer/pom.xml
@@ -1,7 +1,7 @@
+ xmlns="http://maven.apache.org/POM/4.0.0"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
rest-producer
@@ -24,7 +24,7 @@
${spring-boot-starter-web.version}
-
+
Brixton.SR7
diff --git a/spring-cloud/spring-cloud-kubernetes/demo-backend/pom.xml b/spring-cloud/spring-cloud-kubernetes/demo-backend/pom.xml
index b95167161243..109953ea4234 100644
--- a/spring-cloud/spring-cloud-kubernetes/demo-backend/pom.xml
+++ b/spring-cloud/spring-cloud-kubernetes/demo-backend/pom.xml
@@ -1,43 +1,43 @@
- 4.0.0
-
-
- com.baeldung.spring.cloud
- spring-cloud-kubernetes
- 1.0-SNAPSHOT
-
- demo-backend
-
-
-
- UTF-8
- UTF-8
- 1.8
-
-
-
-
- org.springframework.boot
- spring-boot-starter-web
-
-
-
- org.springframework.boot
- spring-boot-starter-test
- test
-
-
-
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
-
-
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+
+
+ com.baeldung.spring.cloud
+ spring-cloud-kubernetes
+ 1.0-SNAPSHOT
+
+ demo-backend
+
+
+
+ UTF-8
+ UTF-8
+ 1.8
+
+
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
+
+
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+
diff --git a/spring-cloud/spring-cloud-kubernetes/demo-frontend/pom.xml b/spring-cloud/spring-cloud-kubernetes/demo-frontend/pom.xml
index 22315561491f..32fa900f3956 100644
--- a/spring-cloud/spring-cloud-kubernetes/demo-frontend/pom.xml
+++ b/spring-cloud/spring-cloud-kubernetes/demo-frontend/pom.xml
@@ -1,9 +1,9 @@
- 4.0.0
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
-
+
com.baeldung.spring.cloud
spring-cloud-kubernetes
1.0-SNAPSHOT
@@ -11,33 +11,33 @@
demo-frontend
-
- UTF-8
- UTF-8
- 1.8
-
-
-
-
- org.springframework.boot
- spring-boot-starter-web
-
-
-
- org.springframework.boot
- spring-boot-starter-test
- test
-
-
-
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
-
-
+
+ UTF-8
+ UTF-8
+ 1.8
+
+
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
+
+
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+
diff --git a/spring-cloud/spring-cloud-kubernetes/pom.xml b/spring-cloud/spring-cloud-kubernetes/pom.xml
index 0e34de5a1490..96388c367278 100644
--- a/spring-cloud/spring-cloud-kubernetes/pom.xml
+++ b/spring-cloud/spring-cloud-kubernetes/pom.xml
@@ -22,5 +22,4 @@
4.0.0
-
\ No newline at end of file
diff --git a/spring-cloud/spring-cloud-rest/pom.xml b/spring-cloud/spring-cloud-rest/pom.xml
index 4164d95d5c06..bf0dbd7ee699 100644
--- a/spring-cloud/spring-cloud-rest/pom.xml
+++ b/spring-cloud/spring-cloud-rest/pom.xml
@@ -1,54 +1,54 @@
- 4.0.0
- org.baeldung
- spring-cloud-rest
- 1.0.0-SNAPSHOT
- pom
- spring-cloud-rest
+ xmlns="http://maven.apache.org/POM/4.0.0"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ org.baeldung
+ spring-cloud-rest
+ 1.0.0-SNAPSHOT
+ pom
+ spring-cloud-rest
-
- com.baeldung.spring.cloud
- spring-cloud
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung.spring.cloud
+ spring-cloud
+ 1.0.0-SNAPSHOT
+
-
- spring-cloud-rest-config-server
- spring-cloud-rest-discovery-server
- spring-cloud-rest-books-api
- spring-cloud-rest-reviews-api
-
+
+ spring-cloud-rest-config-server
+ spring-cloud-rest-discovery-server
+ spring-cloud-rest-books-api
+ spring-cloud-rest-reviews-api
+
-
-
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
- ${maven-compiler-plugin.version}
-
-
- ${maven.compiler.target}
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
- ${spring-boot-maven-plugin.version}
-
-
-
-
+
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ ${maven-compiler-plugin.version}
+
+
+ ${maven.compiler.target}
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+ ${spring-boot-maven-plugin.version}
+
+
+
+
-
- UTF-8
- 3.7.0
- 1.4.2.RELEASE
- 1.8
- 1.8
-
+
+ UTF-8
+ 3.7.0
+ 1.4.2.RELEASE
+ 1.8
+ 1.8
+
diff --git a/spring-cloud/spring-cloud-rest/spring-cloud-rest-books-api/pom.xml b/spring-cloud/spring-cloud-rest/spring-cloud-rest-books-api/pom.xml
index d031e1a74f5b..8da8ef61412c 100644
--- a/spring-cloud/spring-cloud-rest/spring-cloud-rest-books-api/pom.xml
+++ b/spring-cloud/spring-cloud-rest/spring-cloud-rest-books-api/pom.xml
@@ -1,71 +1,71 @@
- 4.0.0
- org.baeldung
- spring-cloud-rest-books-api
- 0.0.1-SNAPSHOT
- jar
- spring-cloud-rest-books-api
- Simple books API
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ org.baeldung
+ spring-cloud-rest-books-api
+ 0.0.1-SNAPSHOT
+ jar
+ spring-cloud-rest-books-api
+ Simple books API
-
- parent-boot-5
- com.baeldung
- 0.0.1-SNAPSHOT
- ../../../parent-boot-5
-
+
+ parent-boot-5
+ com.baeldung
+ 0.0.1-SNAPSHOT
+ ../../../parent-boot-5
+
-
-
- org.springframework.cloud
- spring-cloud-starter-config
-
-
- org.springframework.cloud
- spring-cloud-starter-eureka
-
-
- org.springframework.boot
- spring-boot-starter-data-jpa
-
-
- com.h2database
- h2
-
-
- org.springframework.boot
- spring-boot-starter-web
-
-
- org.springframework.boot
- spring-boot-starter-data-rest
-
-
- org.springframework.boot
- spring-boot-starter-security
-
-
- org.springframework.session
- spring-session
-
-
- org.springframework.boot
- spring-boot-starter-data-redis
-
+
+
+ org.springframework.cloud
+ spring-cloud-starter-config
+
+
+ org.springframework.cloud
+ spring-cloud-starter-eureka
+
+
+ org.springframework.boot
+ spring-boot-starter-data-jpa
+
+
+ com.h2database
+ h2
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+
+
+ org.springframework.boot
+ spring-boot-starter-data-rest
+
+
+ org.springframework.boot
+ spring-boot-starter-security
+
+
+ org.springframework.session
+ spring-session
+
+
+ org.springframework.boot
+ spring-boot-starter-data-redis
+
-
+
-
-
-
- org.springframework.cloud
- spring-cloud-dependencies
- Camden.SR4
- pom
- import
-
-
-
+
+
+
+ org.springframework.cloud
+ spring-cloud-dependencies
+ Camden.SR4
+ pom
+ import
+
+
+
diff --git a/spring-cloud/spring-cloud-rest/spring-cloud-rest-config-server/pom.xml b/spring-cloud/spring-cloud-rest/spring-cloud-rest-config-server/pom.xml
index e7c9f52caa7f..e0839868906b 100644
--- a/spring-cloud/spring-cloud-rest/spring-cloud-rest-config-server/pom.xml
+++ b/spring-cloud/spring-cloud-rest/spring-cloud-rest-config-server/pom.xml
@@ -1,52 +1,52 @@
- 4.0.0
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
- org.baeldung
- spring-cloud-rest-config-server
- 0.0.1-SNAPSHOT
- jar
+ org.baeldung
+ spring-cloud-rest-config-server
+ 0.0.1-SNAPSHOT
+ jar
- spring-cloud-rest-config-server
- Spring Cloud REST configuration server
+ spring-cloud-rest-config-server
+ Spring Cloud REST configuration server
-
- parent-boot-5
- com.baeldung
- 0.0.1-SNAPSHOT
- ../../../parent-boot-5
-
+
+ parent-boot-5
+ com.baeldung
+ 0.0.1-SNAPSHOT
+ ../../../parent-boot-5
+
-
- Camden.SR4
-
+
+ Camden.SR4
+
-
-
- org.springframework.cloud
- spring-cloud-config-server
-
-
- org.springframework.cloud
- spring-cloud-starter-eureka
-
-
- org.springframework.boot
- spring-boot-starter-security
-
-
+
+
+ org.springframework.cloud
+ spring-cloud-config-server
+
+
+ org.springframework.cloud
+ spring-cloud-starter-eureka
+
+
+ org.springframework.boot
+ spring-boot-starter-security
+
+
-
-
-
- org.springframework.cloud
- spring-cloud-dependencies
- ${spring-cloud.version}
- pom
- import
-
-
-
+
+
+
+ org.springframework.cloud
+ spring-cloud-dependencies
+ ${spring-cloud.version}
+ pom
+ import
+
+
+
diff --git a/spring-cloud/spring-cloud-rest/spring-cloud-rest-discovery-server/pom.xml b/spring-cloud/spring-cloud-rest/spring-cloud-rest-discovery-server/pom.xml
index ed39bec8fd5d..c7d647a154c2 100644
--- a/spring-cloud/spring-cloud-rest/spring-cloud-rest-discovery-server/pom.xml
+++ b/spring-cloud/spring-cloud-rest/spring-cloud-rest-discovery-server/pom.xml
@@ -1,58 +1,58 @@
- 4.0.0
- org.baeldung
- spring-cloud-rest-discovery-server
- 0.0.1-SNAPSHOT
- jar
- spring-cloud-rest-discovery-server
- Spring Cloud REST server
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ org.baeldung
+ spring-cloud-rest-discovery-server
+ 0.0.1-SNAPSHOT
+ jar
+ spring-cloud-rest-discovery-server
+ Spring Cloud REST server
-
- parent-boot-5
- com.baeldung
- 0.0.1-SNAPSHOT
- ../../../parent-boot-5
-
+
+ parent-boot-5
+ com.baeldung
+ 0.0.1-SNAPSHOT
+ ../../../parent-boot-5
+
-
-
- org.springframework.cloud
- spring-cloud-starter-config
-
-
- org.springframework.cloud
- spring-cloud-starter-eureka-server
-
-
- org.springframework.boot
- spring-boot-starter-security
-
-
- org.springframework.session
- spring-session
-
-
- org.springframework.boot
- spring-boot-starter-data-redis
-
-
+
+
+ org.springframework.cloud
+ spring-cloud-starter-config
+
+
+ org.springframework.cloud
+ spring-cloud-starter-eureka-server
+
+
+ org.springframework.boot
+ spring-boot-starter-security
+
+
+ org.springframework.session
+ spring-session
+
+
+ org.springframework.boot
+ spring-boot-starter-data-redis
+
+
-
-
-
- org.springframework.cloud
- spring-cloud-dependencies
- ${spring-cloud.version}
- pom
- import
-
-
-
+
+
+
+ org.springframework.cloud
+ spring-cloud-dependencies
+ ${spring-cloud.version}
+ pom
+ import
+
+
+
-
- Camden.SR4
-
+
+ Camden.SR4
+
diff --git a/spring-cloud/spring-cloud-rest/spring-cloud-rest-reviews-api/pom.xml b/spring-cloud/spring-cloud-rest/spring-cloud-rest-reviews-api/pom.xml
index f326f41faf51..d97ab43bfef3 100644
--- a/spring-cloud/spring-cloud-rest/spring-cloud-rest-reviews-api/pom.xml
+++ b/spring-cloud/spring-cloud-rest/spring-cloud-rest-reviews-api/pom.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
org.baeldung
spring-cloud-rest-reviews-api
diff --git a/spring-cloud/spring-cloud-ribbon-client/pom.xml b/spring-cloud/spring-cloud-ribbon-client/pom.xml
index 3d9dbf1c934a..cada10ec3550 100644
--- a/spring-cloud/spring-cloud-ribbon-client/pom.xml
+++ b/spring-cloud/spring-cloud-ribbon-client/pom.xml
@@ -1,64 +1,64 @@
- 4.0.0
- com.baeldung
- spring-cloud-ribbon
- 0.0.1-SNAPSHOT
- jar
- spring-cloud-ribbon-client
- Introduction to Spring Cloud Rest Client with Netflix Ribbon
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ spring-cloud-ribbon
+ 0.0.1-SNAPSHOT
+ jar
+ spring-cloud-ribbon-client
+ Introduction to Spring Cloud Rest Client with Netflix Ribbon
-
- parent-boot-5
- com.baeldung
- 0.0.1-SNAPSHOT
- ../../parent-boot-5
-
+
+ parent-boot-5
+ com.baeldung
+ 0.0.1-SNAPSHOT
+ ../../parent-boot-5
+
-
-
- org.springframework.cloud
- spring-cloud-starter-ribbon
-
-
- org.springframework.boot
- spring-boot-starter-web
-
-
+
+
+ org.springframework.cloud
+ spring-cloud-starter-ribbon
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+
+
-
-
-
- org.springframework.cloud
- spring-cloud-dependencies
- ${spring-cloud-dependencies.version}
- pom
- import
-
-
-
+
+
+
+ org.springframework.cloud
+ spring-cloud-dependencies
+ ${spring-cloud-dependencies.version}
+ pom
+ import
+
+
+
-
-
- spring-snapshots
- Spring Snapshots
- https://repo.spring.io/snapshot
-
- true
-
-
-
- spring-milestones
- Spring Milestones
- https://repo.spring.io/milestone
-
- false
-
-
-
+
+
+ spring-snapshots
+ Spring Snapshots
+ https://repo.spring.io/snapshot
+
+ true
+
+
+
+ spring-milestones
+ Spring Milestones
+ https://repo.spring.io/milestone
+
+ false
+
+
+
-
- Brixton.SR7
-
+
+ Brixton.SR7
+
\ No newline at end of file
diff --git a/spring-cloud/spring-cloud-security/auth-client/pom.xml b/spring-cloud/spring-cloud-security/auth-client/pom.xml
index 5213b93f9ab6..1f6c22e2e174 100644
--- a/spring-cloud/spring-cloud-security/auth-client/pom.xml
+++ b/spring-cloud/spring-cloud-security/auth-client/pom.xml
@@ -1,102 +1,101 @@
- 4.0.0
- com.baeldung
- auth-client
- 0.0.1-SNAPSHOT
- jar
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ auth-client
+ 0.0.1-SNAPSHOT
+ jar
- auth-client
- Demo project for Spring Boot
+ auth-client
+ Demo project for Spring Boot
-
- org.springframework.boot
- spring-boot-starter-parent
- 1.5.9.RELEASE
-
-
+
+ org.springframework.boot
+ spring-boot-starter-parent
+ 1.5.9.RELEASE
+
+
-
-
-
- org.springframework.cloud
- spring-cloud-dependencies
- Dalston.SR4
- pom
- import
-
-
-
+
+
+
+ org.springframework.cloud
+ spring-cloud-dependencies
+ Dalston.SR4
+ pom
+ import
+
+
+
+
+ UTF-8
+ UTF-8
+ 1.8
+
-
- UTF-8
- UTF-8
- 1.8
-
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+
+
+ org.springframework.cloud
+ spring-cloud-starter-oauth2
+
+
+ org.springframework.cloud
+ spring-cloud-starter-zuul
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
+
+ org.webjars
+ jquery
+
+
+ org.webjars
+ bootstrap
+
+
+ org.webjars
+ webjars-locator
+
-
-
- org.springframework.boot
- spring-boot-starter-web
-
-
- org.springframework.cloud
- spring-cloud-starter-oauth2
-
-
- org.springframework.cloud
- spring-cloud-starter-zuul
-
-
- org.springframework.boot
- spring-boot-starter-test
- test
-
-
- org.webjars
- jquery
-
-
- org.webjars
- bootstrap
-
-
- org.webjars
- webjars-locator
-
+
+ org.springframework.boot
+ spring-boot-starter-security
+
+
+ org.webjars
+ js-cookie
+ 2.1.0
+
-
- org.springframework.boot
- spring-boot-starter-security
-
-
- org.webjars
- js-cookie
- 2.1.0
-
+
+ org.springframework.boot
+ spring-boot-devtools
+ true
+
-
- org.springframework.boot
- spring-boot-devtools
- true
-
+
+ org.springframework.boot
+ spring-boot-starter-thymeleaf
+
-
- org.springframework.boot
- spring-boot-starter-thymeleaf
-
+
-
-
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
-
-
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+
diff --git a/spring-cloud/spring-cloud-security/auth-resource/pom.xml b/spring-cloud/spring-cloud-security/auth-resource/pom.xml
index 2c54d24e7db2..3813cd3a525b 100644
--- a/spring-cloud/spring-cloud-security/auth-resource/pom.xml
+++ b/spring-cloud/spring-cloud-security/auth-resource/pom.xml
@@ -1,70 +1,70 @@
- 4.0.0
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
- com.baeldung
- auth-resource
- 0.0.1-SNAPSHOT
- jar
+ com.baeldung
+ auth-resource
+ 0.0.1-SNAPSHOT
+ jar
- auth-resource
- Demo project for Spring Boot
+ auth-resource
+ Demo project for Spring Boot
-
- org.springframework.boot
- spring-boot-starter-parent
- 1.5.9.RELEASE
-
-
+
+ org.springframework.boot
+ spring-boot-starter-parent
+ 1.5.9.RELEASE
+
+
-
- UTF-8
- UTF-8
- 1.8
- Edgware.RELEASE
-
+
+ UTF-8
+ UTF-8
+ 1.8
+ Edgware.RELEASE
+
-
-
- org.springframework.security.oauth
- spring-security-oauth2
-
-
- org.springframework.cloud
- spring-cloud-starter-security
-
-
- org.springframework.boot
- spring-boot-starter-test
- test
-
-
- org.springframework.security
- spring-security-jwt
-
-
+
+
+ org.springframework.security.oauth
+ spring-security-oauth2
+
+
+ org.springframework.cloud
+ spring-cloud-starter-security
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
+
+ org.springframework.security
+ spring-security-jwt
+
+
-
-
-
- org.springframework.cloud
- spring-cloud-dependencies
- ${spring-cloud.version}
- pom
- import
-
-
-
+
+
+
+ org.springframework.cloud
+ spring-cloud-dependencies
+ ${spring-cloud.version}
+ pom
+ import
+
+
+
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
-
-
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+
diff --git a/spring-cloud/spring-cloud-security/auth-server/pom.xml b/spring-cloud/spring-cloud-security/auth-server/pom.xml
index ab30f3f2ec90..82141c1015aa 100644
--- a/spring-cloud/spring-cloud-security/auth-server/pom.xml
+++ b/spring-cloud/spring-cloud-security/auth-server/pom.xml
@@ -1,42 +1,42 @@
- 4.0.0
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
- com.baeldung
- auth-server
- 0.0.1-SNAPSHOT
+ com.baeldung
+ auth-server
+ 0.0.1-SNAPSHOT
-
- org.springframework.boot
- spring-boot-starter-parent
- 1.5.9.RELEASE
-
+
+ org.springframework.boot
+ spring-boot-starter-parent
+ 1.5.9.RELEASE
+
-
-
- org.springframework.boot
- spring-boot-starter-web
-
-
- org.springframework.boot
- spring-boot-devtools
- true
-
-
- org.springframework.boot
- spring-boot-starter-tomcat
-
-
- org.springframework.boot
- spring-boot-starter-thymeleaf
-
-
- org.springframework.cloud
- spring-cloud-starter-oauth2
- 1.1.2.RELEASE
-
-
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+
+
+ org.springframework.boot
+ spring-boot-devtools
+ true
+
+
+ org.springframework.boot
+ spring-boot-starter-tomcat
+
+
+ org.springframework.boot
+ spring-boot-starter-thymeleaf
+
+
+ org.springframework.cloud
+ spring-cloud-starter-oauth2
+ 1.1.2.RELEASE
+
+
\ No newline at end of file
diff --git a/spring-cloud/spring-cloud-stream/pom.xml b/spring-cloud/spring-cloud-stream/pom.xml
index 639342c95491..ef691fbeea9d 100644
--- a/spring-cloud/spring-cloud-stream/pom.xml
+++ b/spring-cloud/spring-cloud-stream/pom.xml
@@ -1,47 +1,47 @@
- 4.0.0
- org.baeldung
- spring-cloud-stream
- pom
- spring-cloud-stream
+ xmlns="http://maven.apache.org/POM/4.0.0"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ org.baeldung
+ spring-cloud-stream
+ pom
+ spring-cloud-stream
-
- com.baeldung.spring.cloud
- spring-cloud
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung.spring.cloud
+ spring-cloud
+ 1.0.0-SNAPSHOT
+
-
- spring-cloud-stream-rabbit
-
+
+ spring-cloud-stream-rabbit
+
-
-
-
- org.springframework.cloud
- spring-cloud-starter-stream-rabbit
- ${spring-cloud-stream.version}
-
-
- org.springframework.cloud
- spring-cloud-stream
- ${spring-cloud-stream.version}
-
-
- org.springframework.cloud
- spring-cloud-stream-test-support
- ${spring-cloud-stream.version}
- test
-
-
-
+
+
+
+ org.springframework.cloud
+ spring-cloud-starter-stream-rabbit
+ ${spring-cloud-stream.version}
+
+
+ org.springframework.cloud
+ spring-cloud-stream
+ ${spring-cloud-stream.version}
+
+
+ org.springframework.cloud
+ spring-cloud-stream-test-support
+ ${spring-cloud-stream.version}
+ test
+
+
+
-
- UTF-8
- 3.7.0
-
+
+ UTF-8
+ 3.7.0
+
diff --git a/spring-cloud/spring-cloud-stream/spring-cloud-stream-rabbit/pom.xml b/spring-cloud/spring-cloud-stream/spring-cloud-stream-rabbit/pom.xml
index 63c80b8f5804..fa14d04087c9 100644
--- a/spring-cloud/spring-cloud-stream/spring-cloud-stream-rabbit/pom.xml
+++ b/spring-cloud/spring-cloud-stream/spring-cloud-stream-rabbit/pom.xml
@@ -1,30 +1,30 @@
- 4.0.0
- spring-cloud-stream-rabbit
- jar
- spring-cloud-stream-rabbit
- Simple Spring Cloud Stream
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ spring-cloud-stream-rabbit
+ jar
+ spring-cloud-stream-rabbit
+ Simple Spring Cloud Stream
-
- org.baeldung
- spring-cloud-stream
- 1.0.0-SNAPSHOT
- ..
-
+
+ org.baeldung
+ spring-cloud-stream
+ 1.0.0-SNAPSHOT
+ ..
+
-
-
- org.springframework.cloud
- spring-cloud-starter-stream-rabbit
-
+
+
+ org.springframework.cloud
+ spring-cloud-starter-stream-rabbit
+
-
- org.springframework.cloud
- spring-cloud-stream-test-support
- test
-
-
+
+ org.springframework.cloud
+ spring-cloud-stream-test-support
+ test
+
+
diff --git a/spring-cloud/spring-cloud-task/springcloudtaskbatch/pom.xml b/spring-cloud/spring-cloud-task/springcloudtaskbatch/pom.xml
index 4805f5296c6c..1bb3d98efbf6 100644
--- a/spring-cloud/spring-cloud-task/springcloudtaskbatch/pom.xml
+++ b/spring-cloud/spring-cloud-task/springcloudtaskbatch/pom.xml
@@ -1,81 +1,80 @@
- 4.0.0
- org.baeldung.cloud
- springcloudtask
- 0.0.1-SNAPSHOT
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ org.baeldung.cloud
+ springcloudtask
+ 0.0.1-SNAPSHOT
-
- org.springframework.boot
- spring-boot-starter-parent
- 1.5.10.RELEASE
-
-
+
+ org.springframework.boot
+ spring-boot-starter-parent
+ 1.5.10.RELEASE
+
+
-
- com.baeldung.TaskDemo
- UTF-8
- UTF-8
- 1.8
- 1.2.2.RELEASE
-
+
+ com.baeldung.TaskDemo
+ UTF-8
+ UTF-8
+ 1.8
+ 1.2.2.RELEASE
+
+
+
+ org.springframework.boot
+ spring-boot-starter
+
+
+ org.springframework.boot
+ spring-boot-starter-data-jpa
+
+
+ mysql
+ mysql-connector-java
+
+
+ org.springframework.cloud
+ spring-cloud-starter-task
+
-
-
- org.springframework.boot
- spring-boot-starter
-
-
- org.springframework.boot
- spring-boot-starter-data-jpa
-
-
- mysql
- mysql-connector-java
-
-
- org.springframework.cloud
- spring-cloud-starter-task
-
+
+ org.springframework.cloud
+ spring-cloud-task-core
+
-
- org.springframework.cloud
- spring-cloud-task-core
-
+
+ org.springframework.boot
+ spring-boot-starter-batch
+
-
- org.springframework.boot
- spring-boot-starter-batch
-
+
+ org.springframework.cloud
+ spring-cloud-task-batch
+
+
-
- org.springframework.cloud
- spring-cloud-task-batch
-
-
+
+
+
+ org.springframework.cloud
+ spring-cloud-task-dependencies
+ ${spring-cloud-task.version}
+ pom
+ import
+
+
+
-
-
-
- org.springframework.cloud
- spring-cloud-task-dependencies
- ${spring-cloud-task.version}
- pom
- import
-
-
-
-
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
-
-
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+
diff --git a/spring-cloud/spring-cloud-task/springcloudtasksink/pom.xml b/spring-cloud/spring-cloud-task/springcloudtasksink/pom.xml
index b717fffc7cb3..3aa038b3f3ce 100644
--- a/spring-cloud/spring-cloud-task/springcloudtasksink/pom.xml
+++ b/spring-cloud/spring-cloud-task/springcloudtasksink/pom.xml
@@ -1,88 +1,88 @@
- 4.0.0
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
- com.baeldung
- SpringCloudTaskSink
- 0.0.1-SNAPSHOT
- jar
+ com.baeldung
+ SpringCloudTaskSink
+ 0.0.1-SNAPSHOT
+ jar
- SpringCloudTaskSink
- Demo project for Spring Boot
+ SpringCloudTaskSink
+ Demo project for Spring Boot
-
- org.springframework.boot
- spring-boot-starter-parent
- 1.5.10.RELEASE
-
-
+
+ org.springframework.boot
+ spring-boot-starter-parent
+ 1.5.10.RELEASE
+
+
-
- UTF-8
- UTF-8
- 1.8
- 1.2.2.RELEASE
- Edgware.SR2
-
+
+ UTF-8
+ UTF-8
+ 1.8
+ 1.2.2.RELEASE
+ Edgware.SR2
+
-
-
- org.springframework.cloud
- spring-cloud-starter-stream-rabbit
-
-
- org.springframework.cloud
- spring-cloud-starter-task
-
-
- org.springframework.cloud
- spring-cloud-stream-test-support
- test
-
-
- org.springframework.boot
- spring-boot-starter-test
- test
-
-
- org.springframework.boot
- spring-boot-starter-test
- test
-
+
+
+ org.springframework.cloud
+ spring-cloud-starter-stream-rabbit
+
+
+ org.springframework.cloud
+ spring-cloud-starter-task
+
+
+ org.springframework.cloud
+ spring-cloud-stream-test-support
+ test
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
-
- org.springframework.cloud
- spring-cloud-deployer-local
- 1.3.0.RELEASE
-
-
+
+ org.springframework.cloud
+ spring-cloud-deployer-local
+ 1.3.0.RELEASE
+
+
-
-
-
- org.springframework.cloud
- spring-cloud-task-dependencies
- ${spring-cloud-task.version}
- pom
- import
-
-
- org.springframework.cloud
- spring-cloud-dependencies
- ${spring-cloud.version}
- pom
- import
-
-
-
+
+
+
+ org.springframework.cloud
+ spring-cloud-task-dependencies
+ ${spring-cloud-task.version}
+ pom
+ import
+
+
+ org.springframework.cloud
+ spring-cloud-dependencies
+ ${spring-cloud.version}
+ pom
+ import
+
+
+
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
-
-
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+
diff --git a/spring-cloud/spring-cloud-zookeeper/Greeting/pom.xml b/spring-cloud/spring-cloud-zookeeper/Greeting/pom.xml
index c178fbf45436..e7fa972f07d8 100644
--- a/spring-cloud/spring-cloud-zookeeper/Greeting/pom.xml
+++ b/spring-cloud/spring-cloud-zookeeper/Greeting/pom.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
@@ -65,5 +65,5 @@
Greeting
-
+
\ No newline at end of file
diff --git a/spring-cloud/spring-cloud-zookeeper/HelloWorld/pom.xml b/spring-cloud/spring-cloud-zookeeper/HelloWorld/pom.xml
index a50662cf9cae..a5b777643875 100644
--- a/spring-cloud/spring-cloud-zookeeper/HelloWorld/pom.xml
+++ b/spring-cloud/spring-cloud-zookeeper/HelloWorld/pom.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung.spring.cloud
diff --git a/spring-cloud/spring-cloud-zookeeper/pom.xml b/spring-cloud/spring-cloud-zookeeper/pom.xml
index e5a0cd73e60e..091b8c49879c 100644
--- a/spring-cloud/spring-cloud-zookeeper/pom.xml
+++ b/spring-cloud/spring-cloud-zookeeper/pom.xml
@@ -1,19 +1,19 @@
- 4.0.0
- spring-cloud-zookeeper
- pom
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ spring-cloud-zookeeper
+ pom
-
- com.baeldung.spring.cloud
- spring-cloud
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung.spring.cloud
+ spring-cloud
+ 1.0.0-SNAPSHOT
+
-
- Greeting
- HelloWorld
-
+
+ Greeting
+ HelloWorld
+
\ No newline at end of file
diff --git a/spring-cloud/spring-cloud-zuul-eureka-integration/bin/eureka-client/pom.xml b/spring-cloud/spring-cloud-zuul-eureka-integration/bin/eureka-client/pom.xml
index 978a804819d0..876279262c29 100644
--- a/spring-cloud/spring-cloud-zuul-eureka-integration/bin/eureka-client/pom.xml
+++ b/spring-cloud/spring-cloud-zuul-eureka-integration/bin/eureka-client/pom.xml
@@ -1,50 +1,50 @@
- 4.0.0
+ xmlns="http://maven.apache.org/POM/4.0.0"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
- eureka-client
- 1.0.0-SNAPSHOT
- jar
+ eureka-client
+ 1.0.0-SNAPSHOT
+ jar
- Spring Cloud Eureka Client
- Spring Cloud Eureka Sample Client
+ Spring Cloud Eureka Client
+ Spring Cloud Eureka Sample Client
-
- com.baeldung.spring.cloud
- spring-cloud-zuul-eureka-integration
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung.spring.cloud
+ spring-cloud-zuul-eureka-integration
+ 1.0.0-SNAPSHOT
+
-
-
- org.springframework.cloud
- spring-cloud-starter-eureka
- ${spring-cloud-starter-eureka.version}
-
-
- org.springframework.boot
- spring-boot-starter-web
- ${spring-boot-starter-web.version}
-
-
+
+
+ org.springframework.cloud
+ spring-cloud-starter-eureka
+ ${spring-cloud-starter-eureka.version}
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+ ${spring-boot-starter-web.version}
+
+
-
-
-
- org.springframework.cloud
- spring-cloud-starter-parent
- ${spring-cloud-dependencies.version}
- pom
- import
-
-
-
+
+
+
+ org.springframework.cloud
+ spring-cloud-starter-parent
+ ${spring-cloud-dependencies.version}
+ pom
+ import
+
+
+
-
- Brixton.SR7
- 1.2.3.RELEASE
- 1.4.2.RELEASE
-
+
+ Brixton.SR7
+ 1.2.3.RELEASE
+ 1.4.2.RELEASE
+
diff --git a/spring-cloud/spring-cloud-zuul-eureka-integration/bin/eureka-server/pom.xml b/spring-cloud/spring-cloud-zuul-eureka-integration/bin/eureka-server/pom.xml
index 8204b1f42aa1..8bf8a0da4612 100644
--- a/spring-cloud/spring-cloud-zuul-eureka-integration/bin/eureka-server/pom.xml
+++ b/spring-cloud/spring-cloud-zuul-eureka-integration/bin/eureka-server/pom.xml
@@ -1,49 +1,49 @@
- 4.0.0
+ xmlns="http://maven.apache.org/POM/4.0.0"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
- eureka-server
- 1.0.0-SNAPSHOT
- jar
+ eureka-server
+ 1.0.0-SNAPSHOT
+ jar
- Spring Cloud Eureka Server
- Spring Cloud Eureka Server Demo
+ Spring Cloud Eureka Server
+ Spring Cloud Eureka Server Demo
-
- com.baeldung.spring.cloud
- spring-cloud-zuul-eureka-integration
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung.spring.cloud
+ spring-cloud-zuul-eureka-integration
+ 1.0.0-SNAPSHOT
+
-
-
- org.springframework.cloud
- spring-cloud-starter-eureka-server
- ${spring-cloud-starter-eureka.version}
-
-
- commons-configuration
- commons-configuration
- ${commons-config.version}
-
+
+
+ org.springframework.cloud
+ spring-cloud-starter-eureka-server
+ ${spring-cloud-starter-eureka.version}
+
+
+ commons-configuration
+ commons-configuration
+ ${commons-config.version}
+
-
+
-
-
-
- org.springframework.cloud
- spring-cloud-starter-parent
- ${spring-cloud-dependencies.version}
- pom
- import
-
-
-
-
- Brixton.SR7
- 1.2.3.RELEASE
-
+
+
+
+ org.springframework.cloud
+ spring-cloud-starter-parent
+ ${spring-cloud-dependencies.version}
+ pom
+ import
+
+
+
+
+ Brixton.SR7
+ 1.2.3.RELEASE
+
diff --git a/spring-cloud/spring-cloud-zuul-eureka-integration/bin/pom.xml b/spring-cloud/spring-cloud-zuul-eureka-integration/bin/pom.xml
index f9def34004d2..b8e3c867e381 100644
--- a/spring-cloud/spring-cloud-zuul-eureka-integration/bin/pom.xml
+++ b/spring-cloud/spring-cloud-zuul-eureka-integration/bin/pom.xml
@@ -1,35 +1,35 @@
- 4.0.0
+ xmlns="http://maven.apache.org/POM/4.0.0"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
- com.baeldung.spring.cloud
- spring-cloud-zuul-eureka-integration
- 1.0.0-SNAPSHOT
+ com.baeldung.spring.cloud
+ spring-cloud-zuul-eureka-integration
+ 1.0.0-SNAPSHOT
- pom
+ pom
- Spring Cloud Zuul and Eureka Integration
- Spring Cloud Zuul and Eureka Integration
+ Spring Cloud Zuul and Eureka Integration
+ Spring Cloud Zuul and Eureka Integration
-
- com.baeldung.spring.cloud
- spring-cloud
- 1.0.0-SNAPSHOT
- ..
-
+
+ com.baeldung.spring.cloud
+ spring-cloud
+ 1.0.0-SNAPSHOT
+ ..
+
-
- UTF-8
- 3.7.0
- 1.4.2.RELEASE
- 1.10
-
+
+ UTF-8
+ 3.7.0
+ 1.4.2.RELEASE
+ 1.10
+
-
- zuul-server
- eureka-server
- eureka-client
-
+
+ zuul-server
+ eureka-server
+ eureka-client
+
diff --git a/spring-cloud/spring-cloud-zuul-eureka-integration/bin/zuul-server/pom.xml b/spring-cloud/spring-cloud-zuul-eureka-integration/bin/zuul-server/pom.xml
index d423ed8fe243..40462c57f485 100644
--- a/spring-cloud/spring-cloud-zuul-eureka-integration/bin/zuul-server/pom.xml
+++ b/spring-cloud/spring-cloud-zuul-eureka-integration/bin/zuul-server/pom.xml
@@ -1,44 +1,44 @@
- 4.0.0
-
- com.baeldung.spring.cloud
- spring-cloud-zuul-eureka-integration
- 1.0.0-SNAPSHOT
-
- zuul-server
-
-
- org.springframework.boot
- spring-boot-starter-web
-
-
- org.springframework.cloud
- spring-cloud-starter-zuul
-
-
- org.springframework.cloud
- spring-cloud-starter-eureka
-
-
- commons-configuration
- commons-configuration
- ${commons-config.version}
-
-
- org.springframework.boot
- spring-boot-starter-security
-
-
-
-
-
- org.springframework.cloud
- spring-cloud-starter-parent
- ${spring-cloud-dependencies.version}
- pom
- import
-
-
-
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+
+ com.baeldung.spring.cloud
+ spring-cloud-zuul-eureka-integration
+ 1.0.0-SNAPSHOT
+
+ zuul-server
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+
+
+ org.springframework.cloud
+ spring-cloud-starter-zuul
+
+
+ org.springframework.cloud
+ spring-cloud-starter-eureka
+
+
+ commons-configuration
+ commons-configuration
+ ${commons-config.version}
+
+
+ org.springframework.boot
+ spring-boot-starter-security
+
+
+
+
+
+ org.springframework.cloud
+ spring-cloud-starter-parent
+ ${spring-cloud-dependencies.version}
+ pom
+ import
+
+
+
\ No newline at end of file
diff --git a/spring-cloud/spring-cloud-zuul-eureka-integration/eureka-client/pom.xml b/spring-cloud/spring-cloud-zuul-eureka-integration/eureka-client/pom.xml
index 23bb61e44656..3d1bd412c080 100644
--- a/spring-cloud/spring-cloud-zuul-eureka-integration/eureka-client/pom.xml
+++ b/spring-cloud/spring-cloud-zuul-eureka-integration/eureka-client/pom.xml
@@ -1,48 +1,48 @@
- 4.0.0
- eureka-client
- 1.0.0-SNAPSHOT
- jar
- Spring Cloud Eureka Client
- Spring Cloud Eureka Sample Client
+ xmlns="http://maven.apache.org/POM/4.0.0"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ eureka-client
+ 1.0.0-SNAPSHOT
+ jar
+ Spring Cloud Eureka Client
+ Spring Cloud Eureka Sample Client
-
- com.baeldung.spring.cloud
- spring-cloud-zuul-eureka-integration
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung.spring.cloud
+ spring-cloud-zuul-eureka-integration
+ 1.0.0-SNAPSHOT
+
-
-
- org.springframework.cloud
- spring-cloud-starter-eureka
- ${spring-cloud-starter-eureka.version}
-
-
- org.springframework.boot
- spring-boot-starter-web
- ${spring-boot-starter-web.version}
-
-
+
+
+ org.springframework.cloud
+ spring-cloud-starter-eureka
+ ${spring-cloud-starter-eureka.version}
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+ ${spring-boot-starter-web.version}
+
+
-
-
-
- org.springframework.cloud
- spring-cloud-starter-parent
- ${spring-cloud-dependencies.version}
- pom
- import
-
-
-
+
+
+
+ org.springframework.cloud
+ spring-cloud-starter-parent
+ ${spring-cloud-dependencies.version}
+ pom
+ import
+
+
+
-
- Brixton.SR7
- 1.2.3.RELEASE
- 1.4.2.RELEASE
-
+
+ Brixton.SR7
+ 1.2.3.RELEASE
+ 1.4.2.RELEASE
+
diff --git a/spring-cloud/spring-cloud-zuul-eureka-integration/eureka-server/pom.xml b/spring-cloud/spring-cloud-zuul-eureka-integration/eureka-server/pom.xml
index 428df5565792..902232c8434e 100644
--- a/spring-cloud/spring-cloud-zuul-eureka-integration/eureka-server/pom.xml
+++ b/spring-cloud/spring-cloud-zuul-eureka-integration/eureka-server/pom.xml
@@ -1,48 +1,48 @@
- 4.0.0
- eureka-server
- 1.0.0-SNAPSHOT
- jar
- Spring Cloud Eureka Server
- Spring Cloud Eureka Server Demo
+ xmlns="http://maven.apache.org/POM/4.0.0"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ eureka-server
+ 1.0.0-SNAPSHOT
+ jar
+ Spring Cloud Eureka Server
+ Spring Cloud Eureka Server Demo
-
- com.baeldung.spring.cloud
- spring-cloud-zuul-eureka-integration
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung.spring.cloud
+ spring-cloud-zuul-eureka-integration
+ 1.0.0-SNAPSHOT
+
-
-
- org.springframework.cloud
- spring-cloud-starter-eureka-server
- ${spring-cloud-starter-eureka.version}
-
-
- commons-configuration
- commons-configuration
- ${commons-config.version}
-
+
+
+ org.springframework.cloud
+ spring-cloud-starter-eureka-server
+ ${spring-cloud-starter-eureka.version}
+
+
+ commons-configuration
+ commons-configuration
+ ${commons-config.version}
+
-
+
-
-
-
- org.springframework.cloud
- spring-cloud-starter-parent
- ${spring-cloud-dependencies.version}
- pom
- import
-
-
-
+
+
+
+ org.springframework.cloud
+ spring-cloud-starter-parent
+ ${spring-cloud-dependencies.version}
+ pom
+ import
+
+
+
-
- Brixton.SR7
- 1.2.3.RELEASE
-
+
+ Brixton.SR7
+ 1.2.3.RELEASE
+
diff --git a/spring-cloud/spring-cloud-zuul-eureka-integration/pom.xml b/spring-cloud/spring-cloud-zuul-eureka-integration/pom.xml
index 45418236fd3c..ef16a6a8854d 100644
--- a/spring-cloud/spring-cloud-zuul-eureka-integration/pom.xml
+++ b/spring-cloud/spring-cloud-zuul-eureka-integration/pom.xml
@@ -1,34 +1,34 @@
- 4.0.0
- com.baeldung.spring.cloud
- spring-cloud-zuul-eureka-integration
- 1.0.0-SNAPSHOT
- pom
- Spring Cloud Zuul and Eureka Integration
- Spring Cloud Zuul and Eureka Integration
+ xmlns="http://maven.apache.org/POM/4.0.0"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung.spring.cloud
+ spring-cloud-zuul-eureka-integration
+ 1.0.0-SNAPSHOT
+ pom
+ Spring Cloud Zuul and Eureka Integration
+ Spring Cloud Zuul and Eureka Integration
-
- com.baeldung.spring.cloud
- spring-cloud
- 1.0.0-SNAPSHOT
- ..
-
+
+ com.baeldung.spring.cloud
+ spring-cloud
+ 1.0.0-SNAPSHOT
+ ..
+
-
- zuul-server
- eureka-server
- eureka-client
-
+
+ zuul-server
+ eureka-server
+ eureka-client
+
-
- UTF-8
- 3.7.0
- 1.4.2.RELEASE
- 1.10
- 1.2.10
-
+
+ UTF-8
+ 3.7.0
+ 1.4.2.RELEASE
+ 1.10
+ 1.2.10
+
diff --git a/spring-cloud/spring-cloud-zuul-eureka-integration/zuul-server/pom.xml b/spring-cloud/spring-cloud-zuul-eureka-integration/zuul-server/pom.xml
index 1600681239ff..19cb2ea5b8b3 100644
--- a/spring-cloud/spring-cloud-zuul-eureka-integration/zuul-server/pom.xml
+++ b/spring-cloud/spring-cloud-zuul-eureka-integration/zuul-server/pom.xml
@@ -1,49 +1,49 @@
- 4.0.0
-
- com.baeldung.spring.cloud
- spring-cloud-zuul-eureka-integration
- 1.0.0-SNAPSHOT
-
- zuul-server
-
-
- org.springframework.boot
- spring-boot-starter-web
-
-
- org.springframework.cloud
- spring-cloud-starter-zuul
-
-
- org.springframework.cloud
- spring-cloud-starter-eureka
-
-
- commons-configuration
- commons-configuration
- ${commons-config.version}
-
-
- io.reactivex
- rxjava
- ${rxjava.version}
-
-
- org.springframework.boot
- spring-boot-starter-security
-
-
-
-
-
- org.springframework.cloud
- spring-cloud-starter-parent
- ${spring-cloud-dependencies.version}
- pom
- import
-
-
-
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+
+ com.baeldung.spring.cloud
+ spring-cloud-zuul-eureka-integration
+ 1.0.0-SNAPSHOT
+
+ zuul-server
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+
+
+ org.springframework.cloud
+ spring-cloud-starter-zuul
+
+
+ org.springframework.cloud
+ spring-cloud-starter-eureka
+
+
+ commons-configuration
+ commons-configuration
+ ${commons-config.version}
+
+
+ io.reactivex
+ rxjava
+ ${rxjava.version}
+
+
+ org.springframework.boot
+ spring-boot-starter-security
+
+
+
+
+
+ org.springframework.cloud
+ spring-cloud-starter-parent
+ ${spring-cloud-dependencies.version}
+ pom
+ import
+
+
+
\ No newline at end of file
diff --git a/spring-core/pom.xml b/spring-core/pom.xml
index b7d2cb3237cf..2fa66a79298e 100644
--- a/spring-core/pom.xml
+++ b/spring-core/pom.xml
@@ -1,108 +1,108 @@
+ xmlns="http://maven.apache.org/POM/4.0.0"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- 4.0.0
- com.baeldung
- spring-core
- 0.0.1-SNAPSHOT
- war
- spring-core
+ 4.0.0
+ com.baeldung
+ spring-core
+ 0.0.1-SNAPSHOT
+ war
+ spring-core
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
- org.mockito
- mockito-all
- ${mockito.version}
-
-
- org.springframework
- spring-test
- ${spring.version}
-
-
- org.springframework
- spring-core
- ${spring.version}
-
-
- org.springframework
- spring-beans
- ${spring.version}
-
-
- org.springframework
- spring-context
- ${spring.version}
-
-
- javax.inject
- javax.inject
- ${javax.inject.version}
-
-
- com.google.guava
- guava
- ${guava.version}
-
-
- org.projectlombok
- lombok
- ${lombok.version}
-
-
- org.springframework.boot
- spring-boot-starter
- 1.5.2.RELEASE
-
-
- org.springframework.boot
- spring-boot-test
- ${mockito.spring.boot.version}
- test
-
-
- commons-io
- commons-io
- ${commons.io.version}
-
-
+
+
+ org.mockito
+ mockito-all
+ ${mockito.version}
+
+
+ org.springframework
+ spring-test
+ ${spring.version}
+
+
+ org.springframework
+ spring-core
+ ${spring.version}
+
+
+ org.springframework
+ spring-beans
+ ${spring.version}
+
+
+ org.springframework
+ spring-context
+ ${spring.version}
+
+
+ javax.inject
+ javax.inject
+ ${javax.inject.version}
+
+
+ com.google.guava
+ guava
+ ${guava.version}
+
+
+ org.projectlombok
+ lombok
+ ${lombok.version}
+
+
+ org.springframework.boot
+ spring-boot-starter
+ 1.5.2.RELEASE
+
+
+ org.springframework.boot
+ spring-boot-test
+ ${mockito.spring.boot.version}
+ test
+
+
+ commons-io
+ commons-io
+ ${commons.io.version}
+
+
-
-
-
- org.apache.maven.plugins
- maven-war-plugin
- ${maven-war-plugin.version}
-
- false
-
-
-
-
+
+
+
+ org.apache.maven.plugins
+ maven-war-plugin
+ ${maven-war-plugin.version}
+
+ false
+
+
+
+
-
- 1.10.19
- 1.4.4.RELEASE
- 4.3.4.RELEASE
- 1
- 20.0
- 2.6
- 1.16.12
- 2.5
-
+
+ 1.10.19
+ 1.4.4.RELEASE
+ 4.3.4.RELEASE
+ 1
+ 20.0
+ 2.6
+ 1.16.12
+ 2.5
+
-
-
- java.net
- https://maven.java.net/content/repositories/releases/
-
-
+
+
+ java.net
+ https://maven.java.net/content/repositories/releases/
+
+
\ No newline at end of file
diff --git a/spring-cucumber/pom.xml b/spring-cucumber/pom.xml
index 7fc1bbb78ff8..cabd1a902020 100644
--- a/spring-cucumber/pom.xml
+++ b/spring-cucumber/pom.xml
@@ -1,61 +1,61 @@
- 4.0.0
- com.baeldung
- spring-cucumber
- 0.0.1-SNAPSHOT
- jar
- spring-cucumber
- Demo project for Spring Boot
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ spring-cucumber
+ 0.0.1-SNAPSHOT
+ jar
+ spring-cucumber
+ Demo project for Spring Boot
-
- parent-boot-5
- com.baeldung
- 0.0.1-SNAPSHOT
- ../parent-boot-5
-
+
+ parent-boot-5
+ com.baeldung
+ 0.0.1-SNAPSHOT
+ ../parent-boot-5
+
-
-
- org.springframework.boot
- spring-boot-starter-web
-
-
- info.cukes
- cucumber-core
- ${cucumber.java.version}
- test
-
-
- info.cukes
- cucumber-java
- ${cucumber.java.version}
- test
-
-
- info.cukes
- cucumber-junit
- ${cucumber.java.version}
- test
-
-
- info.cukes
- cucumber-spring
- ${cucumber.java.version}
- test
-
-
-
- org.apache.commons
- commons-io
- ${commons-io.version}
-
-
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+
+
+ info.cukes
+ cucumber-core
+ ${cucumber.java.version}
+ test
+
+
+ info.cukes
+ cucumber-java
+ ${cucumber.java.version}
+ test
+
+
+ info.cukes
+ cucumber-junit
+ ${cucumber.java.version}
+ test
+
+
+ info.cukes
+ cucumber-spring
+ ${cucumber.java.version}
+ test
+
+
+
+ org.apache.commons
+ commons-io
+ ${commons-io.version}
+
+
-
- 1.2.5
- 1.3.2
-
+
+ 1.2.5
+ 1.3.2
+
diff --git a/spring-custom-aop/spring-custom-aop/pom.xml b/spring-custom-aop/spring-custom-aop/pom.xml
index b65e4c9f9b21..a1e498f65dee 100644
--- a/spring-custom-aop/spring-custom-aop/pom.xml
+++ b/spring-custom-aop/spring-custom-aop/pom.xml
@@ -138,7 +138,7 @@
-
+
org.baeldung.boot.DemoApplication
diff --git a/spring-data-5-reactive/pom.xml b/spring-data-5-reactive/pom.xml
index f60a195d56ff..0eb933394d48 100644
--- a/spring-data-5-reactive/pom.xml
+++ b/spring-data-5-reactive/pom.xml
@@ -112,12 +112,12 @@
-
+
UTF-8
UTF-8
1.2.20
- 2.1
+ 2.1
-
+
diff --git a/spring-data-couchbase-2/pom.xml b/spring-data-couchbase-2/pom.xml
index 3a39bd5fcece..10afff76e78d 100644
--- a/spring-data-couchbase-2/pom.xml
+++ b/spring-data-couchbase-2/pom.xml
@@ -1,72 +1,72 @@
- 4.0.0
- org.baeldung
- spring-data-couchbase-2
- 0.1-SNAPSHOT
- spring-data-couchbase-2
- jar
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ org.baeldung
+ spring-data-couchbase-2
+ 0.1-SNAPSHOT
+ spring-data-couchbase-2
+ jar
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
+
-
-
- org.springframework
- spring-context
- ${spring-framework.version}
-
-
- commons-logging
- commons-logging
-
-
-
-
- org.springframework
- spring-context-support
- ${spring-framework.version}
-
-
- org.springframework.data
- spring-data-couchbase
- ${spring-data-couchbase.version}
-
+
+
+ org.springframework
+ spring-context
+ ${spring-framework.version}
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ org.springframework
+ spring-context-support
+ ${spring-framework.version}
+
+
+ org.springframework.data
+ spring-data-couchbase
+ ${spring-data-couchbase.version}
+
-
-
- org.hibernate
- hibernate-validator
- ${hibernate-validator.version}
-
+
+
+ org.hibernate
+ hibernate-validator
+ ${hibernate-validator.version}
+
-
- joda-time
- joda-time
- ${joda-time.version}
-
+
+ joda-time
+ joda-time
+ ${joda-time.version}
+
-
-
- org.springframework
- spring-test
- ${spring-framework.version}
- test
-
-
+
+
+ org.springframework
+ spring-test
+ ${spring-framework.version}
+ test
+
+
-
- 1.8
- UTF-8
- 4.3.4.RELEASE
- 2.1.5.RELEASE
- 5.3.3.Final
- 2.9.6
-
+
+ 1.8
+ UTF-8
+ 4.3.4.RELEASE
+ 2.1.5.RELEASE
+ 5.3.3.Final
+ 2.9.6
+
diff --git a/spring-data-elasticsearch/pom.xml b/spring-data-elasticsearch/pom.xml
index 842c438ce030..e314e7870e7c 100644
--- a/spring-data-elasticsearch/pom.xml
+++ b/spring-data-elasticsearch/pom.xml
@@ -1,91 +1,91 @@
- 4.0.0
- com.baeldung
- spring-data-elasticsearch
- 0.0.1-SNAPSHOT
- jar
- spring-data-elasticsearch
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ spring-data-elasticsearch
+ 0.0.1-SNAPSHOT
+ jar
+ spring-data-elasticsearch
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
- org.springframework
- spring-core
- ${org.springframework.version}
-
-
- commons-logging
- commons-logging
-
-
-
-
- org.springframework.data
- spring-data-elasticsearch
- ${spring-data-elasticsearch.version}
-
+
+
+ org.springframework
+ spring-core
+ ${org.springframework.version}
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ org.springframework.data
+ spring-data-elasticsearch
+ ${spring-data-elasticsearch.version}
+
-
- com.spatial4j
- spatial4j
- ${spatial4j.version}
-
+
+ com.spatial4j
+ spatial4j
+ ${spatial4j.version}
+
-
- com.vividsolutions
- jts
- ${jts.version}
-
-
- xerces
- xercesImpl
-
-
-
+
+ com.vividsolutions
+ jts
+ ${jts.version}
+
+
+ xerces
+ xercesImpl
+
+
+
-
- org.springframework
- spring-test
- ${org.springframework.version}
- test
-
-
- net.java.dev.jna
- jna
- ${jna.version}
- test
-
+
+ org.springframework
+ spring-test
+ ${org.springframework.version}
+ test
+
+
+ net.java.dev.jna
+ jna
+ ${jna.version}
+ test
+
-
- org.elasticsearch
- elasticsearch
- ${elasticsearch.version}
-
-
- com.alibaba
- fastjson
- ${fastjson.version}
-
-
+
+ org.elasticsearch
+ elasticsearch
+ ${elasticsearch.version}
+
+
+ com.alibaba
+ fastjson
+ ${fastjson.version}
+
+
-
- UTF-8
- 1.8
- 1.8
- 4.3.4.RELEASE
- 2.0.5.RELEASE
- 4.2.2
- 2.4.2
- 1.2.21
- 0.4.1
- 1.13
-
+
+ UTF-8
+ 1.8
+ 1.8
+ 4.3.4.RELEASE
+ 2.0.5.RELEASE
+ 4.2.2
+ 2.4.2
+ 1.2.21
+ 0.4.1
+ 1.13
+
\ No newline at end of file
diff --git a/spring-data-mongodb/pom.xml b/spring-data-mongodb/pom.xml
index 3be82e9a737f..0ff8f3e9fdb3 100644
--- a/spring-data-mongodb/pom.xml
+++ b/spring-data-mongodb/pom.xml
@@ -1,80 +1,80 @@
- 4.0.0
- com.baeldung
- spring-data-mongodb
- 0.0.1-SNAPSHOT
- spring-data-mongodb
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ spring-data-mongodb
+ 0.0.1-SNAPSHOT
+ spring-data-mongodb
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
- org.springframework.data
- spring-data-mongodb
- ${org.springframework.data.version}
-
-
- org.springframework
- spring-core
- ${org.springframework.version}
-
-
- commons-logging
- commons-logging
-
-
-
-
- org.springframework
- spring-test
- ${org.springframework.version}
- test
-
-
- com.querydsl
- querydsl-mongodb
- ${querydsl.version}
-
-
- com.querydsl
- querydsl-apt
- ${querydsl.version}
-
-
+
+
+ org.springframework.data
+ spring-data-mongodb
+ ${org.springframework.data.version}
+
+
+ org.springframework
+ spring-core
+ ${org.springframework.version}
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ org.springframework
+ spring-test
+ ${org.springframework.version}
+ test
+
+
+ com.querydsl
+ querydsl-mongodb
+ ${querydsl.version}
+
+
+ com.querydsl
+ querydsl-apt
+ ${querydsl.version}
+
+
-
-
-
- com.mysema.maven
- apt-maven-plugin
- ${mysema.maven.version}
-
-
-
- process
-
-
- target/generated-sources/java
- org.springframework.data.mongodb.repository.support.MongoAnnotationProcessor
-
-
-
-
-
-
+
+
+
+ com.mysema.maven
+ apt-maven-plugin
+ ${mysema.maven.version}
+
+
+
+ process
+
+
+ target/generated-sources/java
+ org.springframework.data.mongodb.repository.support.MongoAnnotationProcessor
+
+
+
+
+
+
-
- UTF-8
- 4.3.4.RELEASE
- 1.10.4.RELEASE
- 2.9.0
- 4.1.4
- 1.1.3
-
+
+ UTF-8
+ 4.3.4.RELEASE
+ 1.10.4.RELEASE
+ 2.9.0
+ 4.1.4
+ 1.1.3
+
diff --git a/spring-data-rest/pom.xml b/spring-data-rest/pom.xml
index 2c955074704c..bad7a38281f4 100644
--- a/spring-data-rest/pom.xml
+++ b/spring-data-rest/pom.xml
@@ -1,47 +1,47 @@
- 4.0.0
- com.baeldung
- spring-data-rest
- 1.0
- jar
- intro-spring-data-rest
- Intro to Spring Data REST
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ spring-data-rest
+ 1.0
+ jar
+ intro-spring-data-rest
+ Intro to Spring Data REST
-
- parent-boot-5
- com.baeldung
- 0.0.1-SNAPSHOT
- ../parent-boot-5
-
+
+ parent-boot-5
+ com.baeldung
+ 0.0.1-SNAPSHOT
+ ../parent-boot-5
+
-
-
- org.springframework.boot
- spring-boot-starter
-
-
- org.springframework.boot
- spring-boot-starter-data-rest
-
-
- org.springframework.boot
- spring-boot-starter-data-jpa
-
-
- com.h2database
- h2
-
-
-
+
+
+ org.springframework.boot
+ spring-boot-starter
+
+
+ org.springframework.boot
+ spring-boot-starter-data-rest
+
+
+ org.springframework.boot
+ spring-boot-starter-data-jpa
+
+
+ com.h2database
+ h2
+
+
+
-
- ${project.artifactId}
-
+
+ ${project.artifactId}
+
diff --git a/spring-data-spring-security/pom.xml b/spring-data-spring-security/pom.xml
index 76f9540b07cc..afdf3c332cc1 100644
--- a/spring-data-spring-security/pom.xml
+++ b/spring-data-spring-security/pom.xml
@@ -1,65 +1,65 @@
- 4.0.0
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
- com.baeldung
- spring-data-spring-security
- 1.0
- jar
- intro-spring-data-spring-security
- Spring Data with Spring Security
+ com.baeldung
+ spring-data-spring-security
+ 1.0
+ jar
+ intro-spring-data-spring-security
+ Spring Data with Spring Security
-
- parent-boot-5
- com.baeldung
- 0.0.1-SNAPSHOT
- ../parent-boot-5
-
+
+ parent-boot-5
+ com.baeldung
+ 0.0.1-SNAPSHOT
+ ../parent-boot-5
+
-
-
- org.springframework.boot
- spring-boot-starter
-
-
- org.springframework.boot
- spring-boot-starter-web
-
-
- org.springframework.boot
- spring-boot-starter-data-jpa
-
-
- org.springframework.security
- spring-security-data
-
-
- org.springframework.boot
- spring-boot-starter-security
-
-
- org.springframework.security
- spring-security-test
- test
-
-
- org.apache.tomcat.embed
- tomcat-embed-jasper
-
-
-
- com.h2database
- h2
-
-
- javax.servlet
- jstl
-
-
+
+
+ org.springframework.boot
+ spring-boot-starter
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+
+
+ org.springframework.boot
+ spring-boot-starter-data-jpa
+
+
+ org.springframework.security
+ spring-security-data
+
+
+ org.springframework.boot
+ spring-boot-starter-security
+
+
+ org.springframework.security
+ spring-security-test
+ test
+
+
+ org.apache.tomcat.embed
+ tomcat-embed-jasper
+
+
+
+ com.h2database
+ h2
+
+
+ javax.servlet
+ jstl
+
+
-
- ${project.artifactId}
-
+
+ ${project.artifactId}
+
diff --git a/spring-dispatcher-servlet/pom.xml b/spring-dispatcher-servlet/pom.xml
index 96301605f497..1d4d2b0d7133 100644
--- a/spring-dispatcher-servlet/pom.xml
+++ b/spring-dispatcher-servlet/pom.xml
@@ -1,7 +1,7 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+ xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4.0.0
com.baeldung
spring-dispatcher-servlet
@@ -67,7 +67,7 @@
${commons-fileupload.version}
-
+
spring-dispatcher-servlet
@@ -92,11 +92,11 @@
-
+
4.3.7.RELEASE
- 3.0-r1655215
- 3.0.0
+ 3.0-r1655215
+ 3.0.0
-
+
\ No newline at end of file
diff --git a/spring-drools/pom.xml b/spring-drools/pom.xml
index 77544640dde0..9df43a89ad7f 100644
--- a/spring-drools/pom.xml
+++ b/spring-drools/pom.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
spring-drools
@@ -47,10 +47,10 @@
test
-
+
7.0.0.Final
4.3.3.RELEASE
-
+
\ No newline at end of file
diff --git a/spring-ejb/ejb-remote-for-spring/pom.xml b/spring-ejb/ejb-remote-for-spring/pom.xml
index eb59fbc53c27..997819672566 100755
--- a/spring-ejb/ejb-remote-for-spring/pom.xml
+++ b/spring-ejb/ejb-remote-for-spring/pom.xml
@@ -1,74 +1,74 @@
- 4.0.0
- ejb-remote-for-spring
- ejb
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ ejb-remote-for-spring
+ ejb
-
- com.baeldung.spring.ejb
- ejb-for-spring
- 1.0.1
-
+
+ com.baeldung.spring.ejb
+ ejb-for-spring
+ 1.0.1
+
-
-
- javax
- javaee-api
- provided
-
-
- org.assertj
- assertj-core
- 3.9.0
- test
-
-
+
+
+ javax
+ javaee-api
+ provided
+
+
+ org.assertj
+ assertj-core
+ 3.9.0
+ test
+
+
-
-
-
- wildfly-standalone
-
- false
-
-
-
-
- org.codehaus.cargo
- cargo-maven2-plugin
- ${cargo-maven2-plugin.version}
+
+
+
+ wildfly-standalone
+
+ false
+
+
+
+
+ org.codehaus.cargo
+ cargo-maven2-plugin
+ ${cargo-maven2-plugin.version}
-
+
-
- wildfly10x
-
- http://download.jboss.org/wildfly/10.1.0.Final/wildfly-10.1.0.Final.zip
-
-
+
+ wildfly10x
+
+ http://download.jboss.org/wildfly/10.1.0.Final/wildfly-10.1.0.Final.zip
+
+
-
-
- 127.0.0.1
- standalone-full
- 9990
- testUser:admin1234!
-
-
+
+
+ 127.0.0.1
+ standalone-full
+ 9990
+ testUser:admin1234!
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
- 7.0
- 1.6.1
-
+
+ 7.0
+ 1.6.1
+
diff --git a/spring-ejb/pom.xml b/spring-ejb/pom.xml
index 1805db54c941..bd0183d71d46 100755
--- a/spring-ejb/pom.xml
+++ b/spring-ejb/pom.xml
@@ -1,78 +1,78 @@
- 4.0.0
- com.baeldung.spring.ejb
- ejb-for-spring
- 1.0.1
- pom
- ejb
- Spring EJB Tutorial
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung.spring.ejb
+ ejb-for-spring
+ 1.0.1
+ pom
+ ejb
+ Spring EJB Tutorial
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
- jboss-public-repository-group
- JBoss Public Maven Repository Group
- http://repository.jboss.org/nexus/content/groups/public/
- default
-
- true
- never
-
-
- true
- never
-
-
-
+
+
+ jboss-public-repository-group
+ JBoss Public Maven Repository Group
+ http://repository.jboss.org/nexus/content/groups/public/
+ default
+
+ true
+ never
+
+
+ true
+ never
+
+
+
-
-
-
- com.baeldung.spring.ejb
- ejb-remote-for-spring
- 1.0.1
- ejb
-
-
- javax
- javaee-api
- 7.0
- provided
-
-
- org.wildfly
- wildfly-ejb-client-bom
- 10.1.0.Final
- pom
- import
-
-
-
+
+
+
+ com.baeldung.spring.ejb
+ ejb-remote-for-spring
+ 1.0.1
+ ejb
+
+
+ javax
+ javaee-api
+ 7.0
+ provided
+
+
+ org.wildfly
+ wildfly-ejb-client-bom
+ 10.1.0.Final
+ pom
+ import
+
+
+
-
-
-
-
- maven-ejb-plugin
- 2.4
-
- 3.2
-
-
-
-
-
+
+
+
+
+ maven-ejb-plugin
+ 2.4
+
+ 3.2
+
+
+
+
+
-
- ejb-remote-for-spring
- spring-ejb-client
- singleton-ejb-bean
-
+
+ ejb-remote-for-spring
+ spring-ejb-client
+ singleton-ejb-bean
+
diff --git a/spring-ejb/singleton-ejb-bean/pom.xml b/spring-ejb/singleton-ejb-bean/pom.xml
index 9090911e3fbf..0ce390b6ac87 100644
--- a/spring-ejb/singleton-ejb-bean/pom.xml
+++ b/spring-ejb/singleton-ejb-bean/pom.xml
@@ -1,11 +1,11 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung.singletonsession
singleton-ejb-bean
1.0.0-SNAPSHOT
EJB Singleton Session Bean
-
+
com.baeldung.spring.ejb
ejb-for-spring
1.0.1
@@ -21,7 +21,7 @@
javax
javaee-api
8.0
- provided
+ provided
diff --git a/spring-ejb/spring-ejb-client/pom.xml b/spring-ejb/spring-ejb-client/pom.xml
index c77ce09a2d29..f7b42212be3d 100644
--- a/spring-ejb/spring-ejb-client/pom.xml
+++ b/spring-ejb/spring-ejb-client/pom.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
spring-ejb-client
@@ -27,14 +27,14 @@
org.springframework.boot
spring-boot-starter-web
-
+
org.wildfly
wildfly-ejb-client-bom
10.1.0.Final
pom
-
+
com.baeldung.spring.ejb
ejb-remote-for-spring
diff --git a/spring-exceptions/pom.xml b/spring-exceptions/pom.xml
index dfc57fc7d8b8..a9ea8239f642 100644
--- a/spring-exceptions/pom.xml
+++ b/spring-exceptions/pom.xml
@@ -1,210 +1,210 @@
- 4.0.0
- com.baeldung
- spring-exceptions
- 0.1-SNAPSHOT
- spring-exceptions
- war
-
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
-
-
-
-
-
-
- org.springframework
- spring-web
- ${org.springframework.version}
-
-
- commons-logging
- commons-logging
-
-
-
-
- org.springframework
- spring-webmvc
- ${org.springframework.version}
-
-
- commons-logging
- commons-logging
-
-
-
-
- org.springframework
- spring-orm
- ${org.springframework.version}
-
-
- org.springframework
- spring-context
- ${org.springframework.version}
-
-
-
-
-
- org.hibernate
- hibernate-core
- ${hibernate.version}
-
-
- org.javassist
- javassist
- ${javassist.version}
-
-
- mysql
- mysql-connector-java
- ${mysql-connector-java.version}
- runtime
-
-
- org.apache.tomcat
- tomcat-dbcp
- ${tomcat-dbcp.version}
-
-
-
-
-
- org.hibernate
- hibernate-validator
- ${hibernate-validator.version}
-
-
-
-
-
- javax.servlet
- javax.servlet-api
- ${javax.servlet-api.version}
- provided
-
-
-
- javax.servlet
- jstl
- ${jstl.version}
- runtime
-
-
-
-
-
- com.google.guava
- guava
- ${guava.version}
-
-
- org.apache.commons
- commons-lang3
- ${commons-lang3.version}
- test
-
-
-
-
-
- org.springframework
- spring-test
- ${org.springframework.version}
- test
-
-
-
- javax.el
- el-api
- ${javax.el.version}
-
-
-
- org.apache.derby
- derby
- ${derby.version}
-
-
- org.apache.derby
- derbyclient
- ${derby.version}
-
-
- org.apache.derby
- derbynet
- ${derby.version}
-
-
- org.apache.derby
- derbytools
- ${derby.version}
-
-
-
-
- spring-exceptions
-
-
- src/main/resources
- true
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-war-plugin
- ${maven-war-plugin.version}
-
- false
-
-
-
-
-
-
-
-
-
- 4.3.4.RELEASE
- 4.2.0.RELEASE
- 3.21.0-GA
- 1.2
-
-
- 5.2.5.Final
- 5.1.40
- 7.0.73
- 10.13.1.1
-
-
- 5.3.3.Final
- 3.1.0
- 2.2
-
-
- 19.0
- 3.5
-
- 4.4.5
- 4.5.2
-
- 2.9.0
-
-
- 2.6
- 2.7
- 1.6.1
-
-
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ spring-exceptions
+ 0.1-SNAPSHOT
+ spring-exceptions
+ war
+
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
+
+
+
+
+
+
+ org.springframework
+ spring-web
+ ${org.springframework.version}
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ org.springframework
+ spring-webmvc
+ ${org.springframework.version}
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ org.springframework
+ spring-orm
+ ${org.springframework.version}
+
+
+ org.springframework
+ spring-context
+ ${org.springframework.version}
+
+
+
+
+
+ org.hibernate
+ hibernate-core
+ ${hibernate.version}
+
+
+ org.javassist
+ javassist
+ ${javassist.version}
+
+
+ mysql
+ mysql-connector-java
+ ${mysql-connector-java.version}
+ runtime
+
+
+ org.apache.tomcat
+ tomcat-dbcp
+ ${tomcat-dbcp.version}
+
+
+
+
+
+ org.hibernate
+ hibernate-validator
+ ${hibernate-validator.version}
+
+
+
+
+
+ javax.servlet
+ javax.servlet-api
+ ${javax.servlet-api.version}
+ provided
+
+
+
+ javax.servlet
+ jstl
+ ${jstl.version}
+ runtime
+
+
+
+
+
+ com.google.guava
+ guava
+ ${guava.version}
+
+
+ org.apache.commons
+ commons-lang3
+ ${commons-lang3.version}
+ test
+
+
+
+
+
+ org.springframework
+ spring-test
+ ${org.springframework.version}
+ test
+
+
+
+ javax.el
+ el-api
+ ${javax.el.version}
+
+
+
+ org.apache.derby
+ derby
+ ${derby.version}
+
+
+ org.apache.derby
+ derbyclient
+ ${derby.version}
+
+
+ org.apache.derby
+ derbynet
+ ${derby.version}
+
+
+ org.apache.derby
+ derbytools
+ ${derby.version}
+
+
+
+
+ spring-exceptions
+
+
+ src/main/resources
+ true
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-war-plugin
+ ${maven-war-plugin.version}
+
+ false
+
+
+
+
+
+
+
+
+
+ 4.3.4.RELEASE
+ 4.2.0.RELEASE
+ 3.21.0-GA
+ 1.2
+
+
+ 5.2.5.Final
+ 5.1.40
+ 7.0.73
+ 10.13.1.1
+
+
+ 5.3.3.Final
+ 3.1.0
+ 2.2
+
+
+ 19.0
+ 3.5
+
+ 4.4.5
+ 4.5.2
+
+ 2.9.0
+
+
+ 2.6
+ 2.7
+ 1.6.1
+
+
\ No newline at end of file
diff --git a/spring-freemarker/pom.xml b/spring-freemarker/pom.xml
index ea9222410ec1..f2771857c7c7 100644
--- a/spring-freemarker/pom.xml
+++ b/spring-freemarker/pom.xml
@@ -1,5 +1,5 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4.0.0
com.freemarker.example
spring4-freemarker-example
diff --git a/spring-groovy/pom.xml b/spring-groovy/pom.xml
index 9086369fa4e5..f36d6cd22a9e 100644
--- a/spring-groovy/pom.xml
+++ b/spring-groovy/pom.xml
@@ -1,49 +1,49 @@
- 4.0.0
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
- com.baeldug
- spring-groovy
- 0.0.1-SNAPSHOT
- jar
+ com.baeldug
+ spring-groovy
+ 0.0.1-SNAPSHOT
+ jar
- spring-groovy
- http://maven.apache.org
+ spring-groovy
+ http://maven.apache.org
com.baeldung
parent-modules
1.0.0-SNAPSHOT
-
-
-
- UTF-8
-
+
-
-
- junit
- junit
- 3.8.1
- test
-
-
- org.springframework
- spring-core
- 4.3.6.RELEASE
-
-
- org.springframework.integration
- spring-integration-groovy
- 4.3.7.RELEASE
-
-
- org.codehaus.groovy
- groovy-all
- 2.4.12
-
-
-
+
+ UTF-8
+
+
+
+
+ junit
+ junit
+ 3.8.1
+ test
+
+
+ org.springframework
+ spring-core
+ 4.3.6.RELEASE
+
+
+ org.springframework.integration
+ spring-integration-groovy
+ 4.3.7.RELEASE
+
+
+ org.codehaus.groovy
+ groovy-all
+ 2.4.12
+
+
+
maven-compiler-plugin
@@ -70,5 +70,5 @@
-
+
diff --git a/spring-hibernate4/pom.xml b/spring-hibernate4/pom.xml
index 4311a6de34d1..be27ba6f6a45 100644
--- a/spring-hibernate4/pom.xml
+++ b/spring-hibernate4/pom.xml
@@ -1,183 +1,183 @@
- 4.0.0
- com.baeldung
- spring-hibernate4
- 0.1-SNAPSHOT
- spring-hibernate4
-
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
-
-
-
-
-
-
- org.springframework
- spring-context
- ${org.springframework.version}
-
-
- commons-logging
- commons-logging
-
-
-
-
- org.springframework
- spring-aspects
- ${org.springframework.version}
-
-
- org.springframework.security
- spring-security-core
- ${org.springframework.security.version}
-
-
-
-
-
- org.springframework
- spring-orm
- ${org.springframework.version}
-
-
- org.springframework.data
- spring-data-jpa
- ${org.springframework.data.version}
-
-
- org.hibernate
- hibernate-core
- ${hibernate.version}
-
-
- org.hibernate
- hibernate-envers
- ${hibernate-envers.version}
-
-
- javax.transaction
- jta
- ${jta.version}
-
-
- mysql
- mysql-connector-java
- ${mysql-connector-java.version}
-
-
-
- org.apache.tomcat
- tomcat-dbcp
- ${tomcat-dbcp.version}
-
-
-
-
-
- org.hibernate
- hibernate-validator
- ${hibernate-validator.version}
-
-
- javax.el
- javax.el-api
- ${javax.el-api.version}
-
-
-
-
-
- com.google.guava
- guava
- ${guava.version}
-
-
-
-
-
- org.apache.commons
- commons-lang3
- ${commons-lang3.version}
- test
-
-
-
- org.springframework
- spring-test
- ${org.springframework.version}
- test
-
-
-
- org.springframework.security
- spring-security-test
- ${org.springframework.security.version}
- test
-
-
-
- org.hsqldb
- hsqldb
- ${hsqldb.version}
- test
-
-
-
-
-
- spring-hibernate4
-
-
- src/main/resources
- true
-
-
-
-
-
-
-
-
-
-
-
-
- 4.3.4.RELEASE
- 4.2.0.RELEASE
- 1.10.5.RELEASE
-
-
- 4.3.11.Final
- ${hibernate.version}
- 5.1.40
- 8.5.8
- 1.1
- 2.3.4
-
-
- 5.3.3.Final
- 2.2.5
-
-
- 19.0
- 3.5
-
- 4.4.1
- 4.5
-
- 2.9.0
-
-
- 2.7
- 1.6.1
-
-
-
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ spring-hibernate4
+ 0.1-SNAPSHOT
+ spring-hibernate4
+
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
+
+
+
+
+
+
+ org.springframework
+ spring-context
+ ${org.springframework.version}
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ org.springframework
+ spring-aspects
+ ${org.springframework.version}
+
+
+ org.springframework.security
+ spring-security-core
+ ${org.springframework.security.version}
+
+
+
+
+
+ org.springframework
+ spring-orm
+ ${org.springframework.version}
+
+
+ org.springframework.data
+ spring-data-jpa
+ ${org.springframework.data.version}
+
+
+ org.hibernate
+ hibernate-core
+ ${hibernate.version}
+
+
+ org.hibernate
+ hibernate-envers
+ ${hibernate-envers.version}
+
+
+ javax.transaction
+ jta
+ ${jta.version}
+
+
+ mysql
+ mysql-connector-java
+ ${mysql-connector-java.version}
+
+
+
+ org.apache.tomcat
+ tomcat-dbcp
+ ${tomcat-dbcp.version}
+
+
+
+
+
+ org.hibernate
+ hibernate-validator
+ ${hibernate-validator.version}
+
+
+ javax.el
+ javax.el-api
+ ${javax.el-api.version}
+
+
+
+
+
+ com.google.guava
+ guava
+ ${guava.version}
+
+
+
+
+
+ org.apache.commons
+ commons-lang3
+ ${commons-lang3.version}
+ test
+
+
+
+ org.springframework
+ spring-test
+ ${org.springframework.version}
+ test
+
+
+
+ org.springframework.security
+ spring-security-test
+ ${org.springframework.security.version}
+ test
+
+
+
+ org.hsqldb
+ hsqldb
+ ${hsqldb.version}
+ test
+
+
+
+
+
+ spring-hibernate4
+
+
+ src/main/resources
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+ 4.3.4.RELEASE
+ 4.2.0.RELEASE
+ 1.10.5.RELEASE
+
+
+ 4.3.11.Final
+ ${hibernate.version}
+ 5.1.40
+ 8.5.8
+ 1.1
+ 2.3.4
+
+
+ 5.3.3.Final
+ 2.2.5
+
+
+ 19.0
+ 3.5
+
+ 4.4.1
+ 4.5
+
+ 2.9.0
+
+
+ 2.7
+ 1.6.1
+
+
+
diff --git a/spring-integration/pom.xml b/spring-integration/pom.xml
index 13df33e3f983..7cb2be45e026 100644
--- a/spring-integration/pom.xml
+++ b/spring-integration/pom.xml
@@ -1,132 +1,132 @@
- 4.0.0
- com.baeldung.samples.spring.integration
- spring-integration
- 1.0.0.BUILD-SNAPSHOT
- jar
- spring-integration
- http://www.springsource.org/spring-integration
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung.samples.spring.integration
+ spring-integration
+ 1.0.0.BUILD-SNAPSHOT
+ jar
+ spring-integration
+ http://www.springsource.org/spring-integration
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
- UTF-8
- 5.0.3.RELEASE
- 1.1.4.RELEASE
- 1.4.7
- 1.1.1
- 4.12
- 2.10
- 1.5.0
-
+
+ UTF-8
+ 5.0.3.RELEASE
+ 1.1.4.RELEASE
+ 1.4.7
+ 1.1.1
+ 4.12
+ 2.10
+ 1.5.0
+
-
-
- repo.springsource.org.milestone
- Spring Framework Maven Milestone Repository
- https://repo.springsource.org/milestone
-
-
+
+
+ repo.springsource.org.milestone
+ Spring Framework Maven Milestone Repository
+ https://repo.springsource.org/milestone
+
+
-
-
-
- maven-eclipse-plugin
- ${maven-eclipse-plugin.version}
-
-
- org.springframework.ide.eclipse.core.springnature
-
-
- org.springframework.ide.eclipse.core.springbuilder
-
- true
- true
-
-
-
- org.codehaus.mojo
- exec-maven-plugin
- ${exec-maven-plugin.version}
-
- com.baeldung.samples.FileCopyConfig
-
-
-
-
+
+
+
+ maven-eclipse-plugin
+ ${maven-eclipse-plugin.version}
+
+
+ org.springframework.ide.eclipse.core.springnature
+
+
+ org.springframework.ide.eclipse.core.springbuilder
+
+ true
+ true
+
+
+
+ org.codehaus.mojo
+ exec-maven-plugin
+ ${exec-maven-plugin.version}
+
+ com.baeldung.samples.FileCopyConfig
+
+
+
+
-
+
-
-
- org.springframework.integration
- spring-integration-core
- ${spring.version}
-
-
- javax.activation
- activation
- ${javax-activation.version}
- true
-
-
- javax.mail
- mail
- ${javax-mail.version}
-
-
- org.springframework.integration
- spring-integration-twitter
- ${spring.version}
-
-
- org.springframework.integration
- spring-integration-mail
- ${spring.version}
-
-
- org.springframework.integration
- spring-integration-ftp
- ${spring.version}
-
-
- org.springframework.social
- spring-social-core
- ${spring-social.version}
-
-
- org.springframework.integration
- spring-integration-file
- ${spring.version}
-
-
- org.springframework.security
- spring-security-config
- ${spring.version}
-
-
- org.springframework.integration
- spring-integration-security
- ${spring.version}
-
+
+
+ org.springframework.integration
+ spring-integration-core
+ ${spring.version}
+
+
+ javax.activation
+ activation
+ ${javax-activation.version}
+ true
+
+
+ javax.mail
+ mail
+ ${javax-mail.version}
+
+
+ org.springframework.integration
+ spring-integration-twitter
+ ${spring.version}
+
+
+ org.springframework.integration
+ spring-integration-mail
+ ${spring.version}
+
+
+ org.springframework.integration
+ spring-integration-ftp
+ ${spring.version}
+
+
+ org.springframework.social
+ spring-social-core
+ ${spring-social.version}
+
+
+ org.springframework.integration
+ spring-integration-file
+ ${spring.version}
+
+
+ org.springframework.security
+ spring-security-config
+ ${spring.version}
+
+
+ org.springframework.integration
+ spring-integration-security
+ ${spring.version}
+
-
- org.springframework.security
- spring-security-test
- ${spring.version}
- test
-
-
- junit
- junit
- ${junit.version}
- test
-
-
+
+ org.springframework.security
+ spring-security-test
+ ${spring.version}
+ test
+
+
+ junit
+ junit
+ ${junit.version}
+ test
+
+
diff --git a/spring-jenkins-pipeline/pom.xml b/spring-jenkins-pipeline/pom.xml
index 063e1727696e..c43952e27767 100644
--- a/spring-jenkins-pipeline/pom.xml
+++ b/spring-jenkins-pipeline/pom.xml
@@ -1,77 +1,77 @@
- 4.0.0
- spring-jenkins-pipeline
- 0.0.1-SNAPSHOT
- jar
- spring-jenkins-pipeline
- Intro to Jenkins 2 and the power of pipelines
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ spring-jenkins-pipeline
+ 0.0.1-SNAPSHOT
+ jar
+ spring-jenkins-pipeline
+ Intro to Jenkins 2 and the power of pipelines
-
- parent-boot-5
- com.baeldung
- 0.0.1-SNAPSHOT
- ../parent-boot-5
-
+
+ parent-boot-5
+ com.baeldung
+ 0.0.1-SNAPSHOT
+ ../parent-boot-5
+
-
-
- org.springframework.boot
- spring-boot-starter-data-mongodb
-
-
- org.springframework.boot
- spring-boot-starter-data-rest
-
-
- org.springframework.boot
- spring-boot-starter-test
- test
-
-
+
+
+ org.springframework.boot
+ spring-boot-starter-data-mongodb
+
+
+ org.springframework.boot
+ spring-boot-starter-data-rest
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
+
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
-
- org.apache.maven.plugins
- maven-checkstyle-plugin
- ${checkstyle.version}
-
-
-
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+ org.apache.maven.plugins
+ maven-checkstyle-plugin
+ ${checkstyle.version}
+
+
+
-
-
- unit
-
-
-
- maven-surefire-plugin
-
-
- **/*IntegrationTest.java
-
-
-
- **/*UnitTest.java
-
-
-
-
-
-
-
+
+
+ unit
+
+
+
+ maven-surefire-plugin
+
+
+ **/*IntegrationTest.java
+
+
+
+ **/*UnitTest.java
+
+
+
+
+
+
+
-
- UTF-8
- UTF-8
- 1.8
- 2.17
-
+
+ UTF-8
+ UTF-8
+ 1.8
+ 2.17
+
diff --git a/spring-jersey/pom.xml b/spring-jersey/pom.xml
index d1958316219a..4a37f4b2ab2f 100644
--- a/spring-jersey/pom.xml
+++ b/spring-jersey/pom.xml
@@ -1,181 +1,181 @@
- 4.0.0
-
- com.baeldung
- spring-jersey
- 0.1-SNAPSHOT
- war
-
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
-
-
- spring-jersey
-
-
- maven-war-plugin
- ${maven-war-plugin.version}
-
- false
-
-
-
-
- org.codehaus.cargo
- cargo-maven2-plugin
- ${cargo-maven2-plugin.version}
-
- true
-
- jetty8x
- embedded
-
-
-
- 8082
-
-
-
-
-
-
-
-
-
-
-
-
- org.glassfish.jersey.containers
- jersey-container-servlet
- ${jersey.version}
-
-
- org.glassfish.jersey.media
- jersey-media-json-jackson
- ${jersey.version}
-
-
- org.glassfish.jersey.core
- jersey-client
- ${jersey.version}
-
-
-
-
- javax.servlet
- javax.servlet-api
- ${servlet-api-version}
- provided
-
-
-
-
- org.glassfish.jersey.ext
- jersey-spring4
- ${jersey.version}
-
-
- commons-logging
- commons-logging
-
-
-
-
-
-
-
- org.apache.httpcomponents
- httpclient
- ${httpclient.version}
- test
-
-
- commons-logging
- commons-logging
-
-
-
-
-
- org.apache.httpcomponents
- httpcore
- ${httpcore.version}
- test
-
-
-
-
-
-
- live
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
-
-
- integration-test
-
- test
-
-
-
- **/*IntegrationTest.java
-
-
- **/*LiveTest.java
-
-
-
-
-
-
- json
-
-
-
-
- org.codehaus.cargo
- cargo-maven2-plugin
- ${cargo-maven2-plugin.version}
-
- false
-
-
-
- start-server
- pre-integration-test
-
- start
-
-
-
- stop-server
- post-integration-test
-
- stop
-
-
-
-
-
-
-
-
-
-
- 2.26
- 3.2.0
- 1.6.1
- 4.4.9
- 4.5.5
- 4.0.0
-
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+
+ com.baeldung
+ spring-jersey
+ 0.1-SNAPSHOT
+ war
+
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
+
+
+ spring-jersey
+
+
+ maven-war-plugin
+ ${maven-war-plugin.version}
+
+ false
+
+
+
+
+ org.codehaus.cargo
+ cargo-maven2-plugin
+ ${cargo-maven2-plugin.version}
+
+ true
+
+ jetty8x
+ embedded
+
+
+
+ 8082
+
+
+
+
+
+
+
+
+
+
+
+
+ org.glassfish.jersey.containers
+ jersey-container-servlet
+ ${jersey.version}
+
+
+ org.glassfish.jersey.media
+ jersey-media-json-jackson
+ ${jersey.version}
+
+
+ org.glassfish.jersey.core
+ jersey-client
+ ${jersey.version}
+
+
+
+
+ javax.servlet
+ javax.servlet-api
+ ${servlet-api-version}
+ provided
+
+
+
+
+ org.glassfish.jersey.ext
+ jersey-spring4
+ ${jersey.version}
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+
+
+
+ org.apache.httpcomponents
+ httpclient
+ ${httpclient.version}
+ test
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+
+ org.apache.httpcomponents
+ httpcore
+ ${httpcore.version}
+ test
+
+
+
+
+
+
+ live
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+
+ integration-test
+
+ test
+
+
+
+ **/*IntegrationTest.java
+
+
+ **/*LiveTest.java
+
+
+
+
+
+
+ json
+
+
+
+
+ org.codehaus.cargo
+ cargo-maven2-plugin
+ ${cargo-maven2-plugin.version}
+
+ false
+
+
+
+ start-server
+ pre-integration-test
+
+ start
+
+
+
+ stop-server
+ post-integration-test
+
+ stop
+
+
+
+
+
+
+
+
+
+
+ 2.26
+ 3.2.0
+ 1.6.1
+ 4.4.9
+ 4.5.5
+ 4.0.0
+
diff --git a/spring-jinq/pom.xml b/spring-jinq/pom.xml
index d24d40d6a60a..30d8cef823a7 100644
--- a/spring-jinq/pom.xml
+++ b/spring-jinq/pom.xml
@@ -1,80 +1,80 @@
- 4.0.0
- spring-jinq
- 0.1-SNAPSHOT
- spring-jinq
- jar
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ spring-jinq
+ 0.1-SNAPSHOT
+ spring-jinq
+ jar
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
-
- org.springframework.boot
- spring-boot-dependencies
- 1.5.9.RELEASE
- pom
- import
-
-
-
+
+
+
+ org.springframework.boot
+ spring-boot-dependencies
+ 1.5.9.RELEASE
+ pom
+ import
+
+
+
-
-
- org.jinq
- jinq-jpa
- ${jinq.version}
-
+
+
+ org.jinq
+ jinq-jpa
+ ${jinq.version}
+
-
-
- com.h2database
- h2
-
+
+
+ com.h2database
+ h2
+
-
- org.hibernate
- hibernate-entitymanager
-
+
+ org.hibernate
+ hibernate-entitymanager
+
-
-
- org.springframework
- spring-orm
-
+
+
+ org.springframework
+ spring-orm
+
-
-
- org.springframework.boot
- spring-boot-starter-test
-
-
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+
+
-
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
-
-
- ${java.version}
- ${project.build.sourceEncoding}
- false
-
-
-
-
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+
+
+ ${java.version}
+ ${project.build.sourceEncoding}
+ false
+
+
+
+
+
+
+ UTF-8
+ 1.8
+ 1.8.22
+
-
- UTF-8
- 1.8
- 1.8.22
-
-
diff --git a/spring-jms/pom.xml b/spring-jms/pom.xml
index 5c853a796451..65473271614d 100644
--- a/spring-jms/pom.xml
+++ b/spring-jms/pom.xml
@@ -1,62 +1,62 @@
- 4.0.0
- com.baeldung
- spring-jms
- 0.0.1-SNAPSHOT
- war
- spring-jms
- Introduction to Spring JMS
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ spring-jms
+ 0.0.1-SNAPSHOT
+ war
+ spring-jms
+ Introduction to Spring JMS
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
-
- org.springframework
- spring-jms
- ${springframework.version}
-
-
- commons-logging
- commons-logging
-
-
-
-
-
- org.apache.activemq
- activemq-all
- ${activemq.version}
-
-
+
+
+
+ org.springframework
+ spring-jms
+ ${springframework.version}
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+
+ org.apache.activemq
+ activemq-all
+ ${activemq.version}
+
+
-
-
-
-
- org.apache.maven.plugins
- maven-war-plugin
- ${maven-war-plugin.version}
-
- src/main/webapp
- spring-jms
- false
-
-
-
-
- spring-jms
-
+
+
+
+
+ org.apache.maven.plugins
+ maven-war-plugin
+ ${maven-war-plugin.version}
+
+ src/main/webapp
+ spring-jms
+ false
+
+
+
+
+ spring-jms
+
-
- 4.3.4.RELEASE
- 5.14.1
- 2.6
-
+
+ 4.3.4.RELEASE
+ 5.14.1
+ 2.6
+
diff --git a/spring-jooq/pom.xml b/spring-jooq/pom.xml
index a3dad5802fa4..bd8bc6f404eb 100644
--- a/spring-jooq/pom.xml
+++ b/spring-jooq/pom.xml
@@ -1,5 +1,5 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
spring-jooq
0.0.1-SNAPSHOT
diff --git a/spring-kafka/pom.xml b/spring-kafka/pom.xml
index 444eae076195..3891be1ec35d 100644
--- a/spring-kafka/pom.xml
+++ b/spring-kafka/pom.xml
@@ -1,41 +1,41 @@
- 4.0.0
- com.baeldung
- spring-kafka
- 0.0.1-SNAPSHOT
- spring-kafka
- Intro to Kafka with Spring
-
-
- parent-boot-5
- com.baeldung
- 0.0.1-SNAPSHOT
- ../parent-boot-5
-
-
-
-
-
- org.springframework.boot
- spring-boot-starter
-
-
-
- org.springframework.kafka
- spring-kafka
-
-
-
- com.fasterxml.jackson.core
- jackson-databind
-
-
-
-
-
- 1.1.3.RELEASE
- 2.6.7
-
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ spring-kafka
+ 0.0.1-SNAPSHOT
+ spring-kafka
+ Intro to Kafka with Spring
+
+
+ parent-boot-5
+ com.baeldung
+ 0.0.1-SNAPSHOT
+ ../parent-boot-5
+
+
+
+
+
+ org.springframework.boot
+ spring-boot-starter
+
+
+
+ org.springframework.kafka
+ spring-kafka
+
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+
+
+
+
+
+ 1.1.3.RELEASE
+ 2.6.7
+
\ No newline at end of file
diff --git a/spring-katharsis/pom.xml b/spring-katharsis/pom.xml
index efdd82f7e632..27075de747bb 100644
--- a/spring-katharsis/pom.xml
+++ b/spring-katharsis/pom.xml
@@ -1,140 +1,140 @@
- 4.0.0
- org.springframework.samples
- spring-katharsis
- 0.0.1-SNAPSHOT
- war
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ org.springframework.samples
+ spring-katharsis
+ 0.0.1-SNAPSHOT
+ war
-
- parent-boot-5
- com.baeldung
- 0.0.1-SNAPSHOT
- ../parent-boot-5
-
+
+ parent-boot-5
+ com.baeldung
+ 0.0.1-SNAPSHOT
+ ../parent-boot-5
+
-
-
- org.springframework.boot
- spring-boot-starter-web
-
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+
-
- org.springframework.boot
- spring-boot-starter-data-jpa
-
+
+ org.springframework.boot
+ spring-boot-starter-data-jpa
+
-
- com.h2database
- h2
-
+
+ com.h2database
+ h2
+
-
+
-
- io.katharsis
- katharsis-servlet
- ${katharsis.version}
-
-
- org.apache.commons
- commons-lang3
-
-
-
-
- org.reflections
- reflections
- 0.9.10
-
-
- org.apache.commons
- commons-lang3
- 3.7
-
-
+
+ io.katharsis
+ katharsis-servlet
+ ${katharsis.version}
+
+
+ org.apache.commons
+ commons-lang3
+
+
+
+
+ org.reflections
+ reflections
+ 0.9.10
+
+
+ org.apache.commons
+ commons-lang3
+ 3.7
+
+
-
-
-
- org.codehaus.cargo
- cargo-maven2-plugin
- ${cargo-maven2-plugin.version}
-
- true
-
- tomcat8x
- embedded
-
-
-
-
-
-
- 8082
-
-
-
-
-
-
+
+
+
+ org.codehaus.cargo
+ cargo-maven2-plugin
+ ${cargo-maven2-plugin.version}
+
+ true
+
+ tomcat8x
+ embedded
+
+
+
+
+
+
+ 8082
+
+
+
+
+
+
-
-
- live
-
-
-
- org.codehaus.cargo
- cargo-maven2-plugin
-
-
- start-server
- pre-integration-test
-
- start
-
-
-
- stop-server
- post-integration-test
-
- stop
-
-
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
-
-
- integration-test
-
- test
-
-
-
- none
-
-
- **/*LiveTest.java
-
-
- cargo
-
-
-
-
-
-
-
-
-
+
+
+ live
+
+
+
+ org.codehaus.cargo
+ cargo-maven2-plugin
+
+
+ start-server
+ pre-integration-test
+
+ start
+
+
+
+ stop-server
+ post-integration-test
+
+ stop
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+
+ integration-test
+
+ test
+
+
+
+ none
+
+
+ **/*LiveTest.java
+
+
+ cargo
+
+
+
+
+
+
+
+
+
-
- 3.0.2
- 1.6.1
-
+
+ 3.0.2
+ 1.6.1
+
diff --git a/spring-mobile/pom.xml b/spring-mobile/pom.xml
index 3a129c179e44..6916bb9320ed 100644
--- a/spring-mobile/pom.xml
+++ b/spring-mobile/pom.xml
@@ -1,7 +1,7 @@
- 4.0.0
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ 4.0.0
com.baeldung
spring-mobile
@@ -9,14 +9,14 @@
spring-mobile
war
http://maven.apache.org
-
+
parent-boot-5
com.baeldung
0.0.1-SNAPSHOT
../parent-boot-5
-
+
org.springframework.boot
@@ -27,11 +27,11 @@
spring-mobile-device
- org.springframework.boot
- spring-boot-starter-freemarker
+ org.springframework.boot
+ spring-boot-starter-freemarker
-
+
spring-releases
@@ -39,7 +39,7 @@
https://repo.spring.io/libs-release
-
+
spring-releases
@@ -47,5 +47,5 @@
https://repo.spring.io/libs-release
-
+
diff --git a/spring-mockito/pom.xml b/spring-mockito/pom.xml
index 8e8636edf77f..63a5521c987e 100644
--- a/spring-mockito/pom.xml
+++ b/spring-mockito/pom.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
diff --git a/spring-mvc-email/pom.xml b/spring-mvc-email/pom.xml
index 5f08b710ec80..436b4155faf5 100644
--- a/spring-mvc-email/pom.xml
+++ b/spring-mvc-email/pom.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
org.baeldung.spring
@@ -24,12 +24,12 @@
org.springframework.boot
spring-boot-starter-tomcat
-
+
org.springframework.boot
spring-boot-starter-mail
-
+
javax.servlet
diff --git a/spring-mvc-forms-jsp/pom.xml b/spring-mvc-forms-jsp/pom.xml
index 88b18b16c489..359e186f52fe 100644
--- a/spring-mvc-forms-jsp/pom.xml
+++ b/spring-mvc-forms-jsp/pom.xml
@@ -1,7 +1,7 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+ xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4.0.0
com.baeldung
diff --git a/spring-mvc-forms-thymeleaf/pom.xml b/spring-mvc-forms-thymeleaf/pom.xml
index 923815384740..b6e931eddae1 100644
--- a/spring-mvc-forms-thymeleaf/pom.xml
+++ b/spring-mvc-forms-thymeleaf/pom.xml
@@ -1,73 +1,73 @@
- 4.0.0
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
- com.baeldung
- spring-mvc-forms-thymeleaf
- 0.0.1-SNAPSHOT
- jar
+ com.baeldung
+ spring-mvc-forms-thymeleaf
+ 0.0.1-SNAPSHOT
+ jar
- spring-mvc-forms-thymeleaf
- spring forms examples using thymeleaf
+ spring-mvc-forms-thymeleaf
+ spring forms examples using thymeleaf
-
- org.springframework.boot
- spring-boot-starter-parent
- 2.0.0.RELEASE
-
-
+
+ org.springframework.boot
+ spring-boot-starter-parent
+ 2.0.0.RELEASE
+
+
-
-
- org.springframework.boot
- spring-boot-starter-web
-
-
- org.springframework.boot
- spring-boot-starter-thymeleaf
-
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+
+
+ org.springframework.boot
+ spring-boot-starter-thymeleaf
+
-
-
- org.springframework.boot
- spring-boot-devtools
- runtime
-
-
- org.springframework.boot
- spring-boot-starter-test
- test
-
-
+
+
+ org.springframework.boot
+ spring-boot-devtools
+ runtime
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
+
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
-
- org.apache.maven.plugins
- maven-surefire-plugin
-
- 3
- true
- methods
- true
-
- **/*IntegrationTest.java
- **/*LiveTest.java
-
-
-
-
-
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+ 3
+ true
+ methods
+ true
+
+ **/*IntegrationTest.java
+ **/*LiveTest.java
+
+
+
+
+
-
- UTF-8
- UTF-8
-
+
+ UTF-8
+ UTF-8
+
diff --git a/spring-mvc-java/pom.xml b/spring-mvc-java/pom.xml
index f7eedd556ecb..9a4dc4870d0c 100644
--- a/spring-mvc-java/pom.xml
+++ b/spring-mvc-java/pom.xml
@@ -1,300 +1,300 @@
- 4.0.0
- com.baeldung
- spring-mvc-java
- 0.1-SNAPSHOT
- spring-mvc-java
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ spring-mvc-java
+ 0.1-SNAPSHOT
+ spring-mvc-java
-
- parent-boot-5
- com.baeldung
- 0.0.1-SNAPSHOT
- ../parent-boot-5
-
+
+ parent-boot-5
+ com.baeldung
+ 0.0.1-SNAPSHOT
+ ../parent-boot-5
+
-
-
-
- org.springframework.boot
- spring-boot-starter-thymeleaf
-
-
- org.springframework.boot
- spring-boot-starter-actuator
-
-
- org.springframework.boot
- spring-boot-devtools
-
-
- org.springframework.boot
- spring-boot-test
- test
-
-
- org.springframework.boot
- spring-boot-starter-aop
-
-
- org.springframework.boot
- spring-boot-starter-web
-
-
- org.springframework.boot
- spring-boot-starter-websocket
-
+
+
+
+ org.springframework.boot
+ spring-boot-starter-thymeleaf
+
+
+ org.springframework.boot
+ spring-boot-starter-actuator
+
+
+ org.springframework.boot
+ spring-boot-devtools
+
+
+ org.springframework.boot
+ spring-boot-test
+ test
+
+
+ org.springframework.boot
+ spring-boot-starter-aop
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+
+
+ org.springframework.boot
+ spring-boot-starter-websocket
+
-
-
- com.fasterxml.jackson.core
- jackson-databind
- ${jackson.version}
-
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+ ${jackson.version}
+
-
-
- javax.servlet
- javax.servlet-api
- ${javax.servlet-api.version}
- provided
-
-
- javax.servlet
- jstl
- ${jstl.version}
- runtime
-
+
+
+ javax.servlet
+ javax.servlet-api
+ ${javax.servlet-api.version}
+ provided
+
+
+ javax.servlet
+ jstl
+ ${jstl.version}
+ runtime
+
-
-
- org.aspectj
- aspectjrt
- ${aspectj.version}
-
-
- org.aspectj
- aspectjweaver
- ${aspectj.version}
-
+
+
+ org.aspectj
+ aspectjrt
+ ${aspectj.version}
+
+
+ org.aspectj
+ aspectjweaver
+ ${aspectj.version}
+
-
-
- commons-fileupload
- commons-fileupload
- ${commons-fileupload.version}
-
-
- net.sourceforge.htmlunit
- htmlunit
- ${net.sourceforge.htmlunit}
-
-
- commons-logging
- commons-logging
-
-
-
+
+
+ commons-fileupload
+ commons-fileupload
+ ${commons-fileupload.version}
+
+
+ net.sourceforge.htmlunit
+ htmlunit
+ ${net.sourceforge.htmlunit}
+
+
+ commons-logging
+ commons-logging
+
+
+
-
-
- org.thymeleaf
- thymeleaf-spring4
- ${thymeleaf.version}
-
-
- org.thymeleaf
- thymeleaf
- ${thymeleaf.version}
-
+
+
+ org.thymeleaf
+ thymeleaf-spring4
+ ${thymeleaf.version}
+
+
+ org.thymeleaf
+ thymeleaf
+ ${thymeleaf.version}
+
-
- com.jayway.jsonpath
- json-path
- ${jsonpath.version}
- test
-
-
- org.springframework
- spring-test
- test
-
+
+ com.jayway.jsonpath
+ json-path
+ ${jsonpath.version}
+ test
+
+
+ org.springframework
+ spring-test
+ test
+
-
-
- org.apache.poi
- poi-ooxml
- ${poi.version}
-
+
+
+ org.apache.poi
+ poi-ooxml
+ ${poi.version}
+
-
-
- javax.validation
- validation-api
- 1.1.0.Final
-
-
- org.hibernate
- hibernate-validator
- ${hibernate-validator.version}
-
-
- javax.el
- javax.el-api
- 2.2.4
-
-
- org.glassfish.web
- javax.el
- 2.2.4
-
-
+
+
+ javax.validation
+ validation-api
+ 1.1.0.Final
+
+
+ org.hibernate
+ hibernate-validator
+ ${hibernate-validator.version}
+
+
+ javax.el
+ javax.el-api
+ 2.2.4
+
+
+ org.glassfish.web
+ javax.el
+ 2.2.4
+
+
-
- spring-mvc-java
-
-
- src/main/resources
- true
-
-
+
+ spring-mvc-java
+
+
+ src/main/resources
+ true
+
+
-
+
-
- maven-resources-plugin
- ${maven-resources-plugin.version}
-
+
+ maven-resources-plugin
+ ${maven-resources-plugin.version}
+
-
- org.apache.maven.plugins
- maven-war-plugin
- ${maven-war-plugin.version}
-
- false
-
-
+
+ org.apache.maven.plugins
+ maven-war-plugin
+ ${maven-war-plugin.version}
+
+ false
+
+
-
- org.codehaus.cargo
- cargo-maven2-plugin
- ${cargo-maven2-plugin.version}
-
- true
-
- jetty8x
- embedded
-
-
-
-
-
-
- 8082
-
-
-
-
-
-
+
+ org.codehaus.cargo
+ cargo-maven2-plugin
+ ${cargo-maven2-plugin.version}
+
+ true
+
+ jetty8x
+ embedded
+
+
+
+
+
+
+ 8082
+
+
+
+
+
+
-
+
-
- live
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
-
-
- integration-test
-
- test
-
-
-
- **/*IntegrationTest.java
-
-
- **/*LiveTest.java
-
-
-
-
-
-
- json
-
-
-
-
- org.codehaus.cargo
- cargo-maven2-plugin
-
- false
-
-
-
- start-server
- pre-integration-test
-
- start
-
-
-
- stop-server
- post-integration-test
-
- stop
-
-
-
-
-
+
+ live
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+
+ integration-test
+
+ test
+
+
+
+ **/*IntegrationTest.java
+
+
+ **/*LiveTest.java
+
+
+
+
+
+
+ json
+
+
+
+
+ org.codehaus.cargo
+ cargo-maven2-plugin
+
+ false
+
+
+
+ start-server
+ pre-integration-test
+
+ start
+
+
+
+ stop-server
+ post-integration-test
+
+ stop
+
+
+
+
+
-
-
-
+
+
+
-
-
- 2.1.5.RELEASE
- 2.9.4
+
+
+ 2.1.5.RELEASE
+ 2.9.4
-
- 5.2.5.Final
- 5.1.40
+
+ 5.2.5.Final
+ 5.1.40
-
- 5.4.1.Final
- 3.1.0
- 1.2
+
+ 5.4.1.Final
+ 3.1.0
+ 1.2
-
- 19.0
- 3.5
- 1.3.2
- 2.2.0
+
+ 19.0
+ 3.5
+ 1.3.2
+ 2.2.0
-
- 4.4.5
- 4.5.2
- 3.0.7
- 2.23
+
+ 4.4.5
+ 4.5.2
+ 3.0.7
+ 2.23
-
- 2.6
- 2.7
- 1.6.1
+
+ 2.6
+ 2.7
+ 1.6.1
-
- 1.8.9
+
+ 1.8.9
-
- 3.16-beta1
-
+
+ 3.16-beta1
+
diff --git a/spring-mvc-kotlin/pom.xml b/spring-mvc-kotlin/pom.xml
index 3c35339af511..cc2bd182554d 100644
--- a/spring-mvc-kotlin/pom.xml
+++ b/spring-mvc-kotlin/pom.xml
@@ -1,126 +1,126 @@
- 4.0.0
- spring-mvc-kotlin
- 0.1-SNAPSHOT
- spring-mvc-kotlin
- war
+ xmlns="http://maven.apache.org/POM/4.0.0"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ spring-mvc-kotlin
+ 0.1-SNAPSHOT
+ spring-mvc-kotlin
+ war
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
- org.jetbrains.kotlin
- kotlin-stdlib-jdk8
- ${kotlin.version}
-
+
+
+ org.jetbrains.kotlin
+ kotlin-stdlib-jdk8
+ ${kotlin.version}
+
-
- org.springframework
- spring-web
- ${spring.version}
-
-
- org.springframework
- spring-webmvc
- ${spring.version}
-
-
- org.thymeleaf
- thymeleaf
- ${thymeleaf.version}
-
+
+ org.springframework
+ spring-web
+ ${spring.version}
+
+
+ org.springframework
+ spring-webmvc
+ ${spring.version}
+
+
+ org.thymeleaf
+ thymeleaf
+ ${thymeleaf.version}
+
-
- org.thymeleaf
- thymeleaf-spring4
- ${thymeleaf.version}
-
-
- org.hibernate
- hibernate-core
- ${hibernate.version}
-
-
- org.hibernate
- hibernate-testing
- ${hibernate.version}
- test
-
-
- com.h2database
- h2
- ${h2.version}
- test
-
-
- org.springframework
- spring-test
- ${spring.version}
- test
-
-
+
+ org.thymeleaf
+ thymeleaf-spring4
+ ${thymeleaf.version}
+
+
+ org.hibernate
+ hibernate-core
+ ${hibernate.version}
+
+
+ org.hibernate
+ hibernate-testing
+ ${hibernate.version}
+ test
+
+
+ com.h2database
+ h2
+ ${h2.version}
+ test
+
+
+ org.springframework
+ spring-test
+ ${spring.version}
+ test
+
+
-
- ${project.basedir}/src/main/kotlin
- ${project.basedir}/src/test/kotlin
-
-
- kotlin-maven-plugin
- org.jetbrains.kotlin
- ${kotlin.version}
-
-
- spring
- jpa
-
- 1.8
-
-
-
- compile
- compile
-
- compile
-
-
-
- test-compile
- test-compile
-
- test-compile
-
-
-
-
-
- org.jetbrains.kotlin
- kotlin-maven-allopen
- ${kotlin.version}
-
-
- org.jetbrains.kotlin
- kotlin-maven-noarg
- ${kotlin.version}
-
-
-
-
-
+
+ ${project.basedir}/src/main/kotlin
+ ${project.basedir}/src/test/kotlin
+
+
+ kotlin-maven-plugin
+ org.jetbrains.kotlin
+ ${kotlin.version}
+
+
+ spring
+ jpa
+
+ 1.8
+
+
+
+ compile
+ compile
+
+ compile
+
+
+
+ test-compile
+ test-compile
+
+ test-compile
+
+
+
+
+
+ org.jetbrains.kotlin
+ kotlin-maven-allopen
+ ${kotlin.version}
+
+
+ org.jetbrains.kotlin
+ kotlin-maven-noarg
+ ${kotlin.version}
+
+
+
+
+
-
- UTF-8
- 5.2.15.Final
- 1.2.30
- 4.3.10.RELEASE
- 3.0.7.RELEASE
- 1.4.196
-
+
+ UTF-8
+ 5.2.15.Final
+ 1.2.30
+ 4.3.10.RELEASE
+ 3.0.7.RELEASE
+ 1.4.196
+
\ No newline at end of file
diff --git a/spring-mvc-simple/pom.xml b/spring-mvc-simple/pom.xml
index 4263775c1251..2f2d1e9dca3c 100644
--- a/spring-mvc-simple/pom.xml
+++ b/spring-mvc-simple/pom.xml
@@ -1,193 +1,193 @@
- 4.0.0
- spring-mvc-simple
- war
- 0.0.1-SNAPSHOT
- Spring MVC simple Maven Webapp
- http://maven.apache.org
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ 4.0.0
+ spring-mvc-simple
+ war
+ 0.0.1-SNAPSHOT
+ Spring MVC simple Maven Webapp
+ http://maven.apache.org
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
- org.springframework
- spring-oxm
- ${spring-oxm.version}
-
-
- javax.servlet
- javax.servlet-api
- ${javax.servlet-api.version}
-
-
- javax.servlet.jsp
- javax.servlet.jsp-api
- ${javax.servlet.jsp-api.version}
-
-
- javax.servlet
- jstl
- ${jstl.version}
-
-
- org.hibernate
- hibernate-validator
- ${hibernate-validator.version}
-
-
- commons-fileupload
- commons-fileupload
- ${fileupload.version}
-
-
- org.springframework
- spring-webmvc
- ${springframework.version}
-
+
+
+ org.springframework
+ spring-oxm
+ ${spring-oxm.version}
+
+
+ javax.servlet
+ javax.servlet-api
+ ${javax.servlet-api.version}
+
+
+ javax.servlet.jsp
+ javax.servlet.jsp-api
+ ${javax.servlet.jsp-api.version}
+
+
+ javax.servlet
+ jstl
+ ${jstl.version}
+
+
+ org.hibernate
+ hibernate-validator
+ ${hibernate-validator.version}
+
+
+ commons-fileupload
+ commons-fileupload
+ ${fileupload.version}
+
+
+ org.springframework
+ spring-webmvc
+ ${springframework.version}
+
-
-
- org.thymeleaf
- thymeleaf
- ${org.thymeleaf-version}
-
-
- org.thymeleaf
- thymeleaf-spring4
- ${org.thymeleaf-version}
-
+
+
+ org.thymeleaf
+ thymeleaf
+ ${org.thymeleaf-version}
+
+
+ org.thymeleaf
+ thymeleaf-spring4
+ ${org.thymeleaf-version}
+
-
-
- org.freemarker
- freemarker
- ${freemarker.version}
-
-
- org.springframework
- spring-context-support
- ${springframework.version}
-
+
+
+ org.freemarker
+ freemarker
+ ${freemarker.version}
+
+
+ org.springframework
+ spring-context-support
+ ${springframework.version}
+
-
-
- org.codehaus.groovy
- groovy-templates
- ${groovy.version}
-
+
+
+ org.codehaus.groovy
+ groovy-templates
+ ${groovy.version}
+
-
-
- de.neuland-bfi
- spring-jade4j
- ${jade.version}
-
+
+
+ de.neuland-bfi
+ spring-jade4j
+ ${jade.version}
+
-
-
- org.springframework
- spring-test
- ${springframework.version}
- test
-
-
- org.junit.jupiter
- junit-jupiter-engine
- ${junit.jupiter.version}
- test
-
-
- com.rometools
- rome
- ${rome.version}
-
-
- com.thoughtworks.xstream
- xstream
- ${xstream.version}
-
-
- com.github.scribejava
- scribejava-apis
- ${scribejava.version}
-
-
- org.json
- json
- ${json.version}
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-war-plugin
- ${maven-war-plugin.version}
-
- src/main/webapp
- springMvcSimple
- false
- ${deploy-path}
-
-
-
- maven-surefire-plugin
- ${maven-surefire-plugin.version}
-
-
- default-test
-
- true
-
-
-
-
-
- org.junit.platform
- junit-platform-surefire-provider
- ${junit.platform.version}
-
-
-
-
-
- springMvcSimple
-
+
+
+ org.springframework
+ spring-test
+ ${springframework.version}
+ test
+
+
+ org.junit.jupiter
+ junit-jupiter-engine
+ ${junit.jupiter.version}
+ test
+
+
+ com.rometools
+ rome
+ ${rome.version}
+
+
+ com.thoughtworks.xstream
+ xstream
+ ${xstream.version}
+
+
+ com.github.scribejava
+ scribejava-apis
+ ${scribejava.version}
+
+
+ org.json
+ json
+ ${json.version}
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-war-plugin
+ ${maven-war-plugin.version}
+
+ src/main/webapp
+ springMvcSimple
+ false
+ ${deploy-path}
+
+
+
+ maven-surefire-plugin
+ ${maven-surefire-plugin.version}
+
+
+ default-test
+
+ true
+
+
+
+
+
+ org.junit.platform
+ junit-platform-surefire-provider
+ ${junit.platform.version}
+
+
+
+
+
+ springMvcSimple
+
-
- 1.8
- 1.8
- UTF-8
- 5.0.2.RELEASE
- 3.2.0
- 3.7.0
- 2.21.0
- 1.2
- 2.3.2-b02
- 4.0.0
- 5.4.1.Final
- enter-location-of-server
- 1.3.2
- 1.8
- 3.0.7.RELEASE
- 2.4.12
- 2.3.27-incubating
- 1.2.5
- 5.0.2
- 5.0.2
- 1.0.2
- 1.9.0
- 2.9.4
- 1.4.9
- 5.1.0
- 20180130
- 5.0.2.RELEASE
-
+
+ 1.8
+ 1.8
+ UTF-8
+ 5.0.2.RELEASE
+ 3.2.0
+ 3.7.0
+ 2.21.0
+ 1.2
+ 2.3.2-b02
+ 4.0.0
+ 5.4.1.Final
+ enter-location-of-server
+ 1.3.2
+ 1.8
+ 3.0.7.RELEASE
+ 2.4.12
+ 2.3.27-incubating
+ 1.2.5
+ 5.0.2
+ 5.0.2
+ 1.0.2
+ 1.9.0
+ 2.9.4
+ 1.4.9
+ 5.1.0
+ 20180130
+ 5.0.2.RELEASE
+
diff --git a/spring-mvc-tiles/pom.xml b/spring-mvc-tiles/pom.xml
index d9c9855e3240..a62a92aad816 100644
--- a/spring-mvc-tiles/pom.xml
+++ b/spring-mvc-tiles/pom.xml
@@ -1,93 +1,93 @@
- 4.0.0
- com.baeldung
- spring-mvc-tiles
- 0.0.1-SNAPSHOT
- war
- spring-mvc-tiles
- Integrating Spring MVC with Apache Tiles
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ spring-mvc-tiles
+ 0.0.1-SNAPSHOT
+ war
+ spring-mvc-tiles
+ Integrating Spring MVC with Apache Tiles
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
-
- org.springframework
- spring-core
- ${springframework.version}
-
-
- commons-logging
- commons-logging
-
-
-
-
- org.springframework
- spring-web
- ${springframework.version}
-
-
- org.springframework
- spring-webmvc
- ${springframework.version}
-
-
-
- org.apache.tiles
- tiles-jsp
- ${apache-tiles.version}
-
+
+
+
+ org.springframework
+ spring-core
+ ${springframework.version}
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ org.springframework
+ spring-web
+ ${springframework.version}
+
+
+ org.springframework
+ spring-webmvc
+ ${springframework.version}
+
+
+
+ org.apache.tiles
+ tiles-jsp
+ ${apache-tiles.version}
+
-
-
- javax.servlet
- javax.servlet-api
- ${javax.servlet-api.version}
-
-
- javax.servlet.jsp
- javax.servlet.jsp-api
- ${javax.servlet.jsp-api.version}
-
-
- javax.servlet
- jstl
- ${jstl.version}
-
+
+
+ javax.servlet
+ javax.servlet-api
+ ${javax.servlet-api.version}
+
+
+ javax.servlet.jsp
+ javax.servlet.jsp-api
+ ${javax.servlet.jsp-api.version}
+
+
+ javax.servlet
+ jstl
+ ${jstl.version}
+
-
+
-
-
-
-
- org.apache.maven.plugins
- maven-war-plugin
- ${maven-war-plugin.version}
-
- src/main/webapp
- spring-mvc-tiles
- false
-
-
-
-
- spring-mvc-tiles
-
+
+
+
+
+ org.apache.maven.plugins
+ maven-war-plugin
+ ${maven-war-plugin.version}
+
+ src/main/webapp
+ spring-mvc-tiles
+ false
+
+
+
+
+ spring-mvc-tiles
+
-
- 4.3.4.RELEASE
- 3.0.7
- 3.1.0
- 2.3.1
- 1.2
- 2.6
-
+
+ 4.3.4.RELEASE
+ 3.0.7
+ 3.1.0
+ 2.3.1
+ 1.2
+ 2.6
+
diff --git a/spring-mvc-velocity/pom.xml b/spring-mvc-velocity/pom.xml
index 38edbe0aae58..1a1ee66a1a94 100644
--- a/spring-mvc-velocity/pom.xml
+++ b/spring-mvc-velocity/pom.xml
@@ -1,5 +1,5 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
0.1-SNAPSHOT
diff --git a/spring-mvc-webflow/pom.xml b/spring-mvc-webflow/pom.xml
index a100e5ac6cb1..f0a991912ae4 100644
--- a/spring-mvc-webflow/pom.xml
+++ b/spring-mvc-webflow/pom.xml
@@ -1,5 +1,5 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
0.1-SNAPSHOT
diff --git a/spring-mvc-xml/pom.xml b/spring-mvc-xml/pom.xml
index 581b94e0c83f..8ec2ff10e56c 100644
--- a/spring-mvc-xml/pom.xml
+++ b/spring-mvc-xml/pom.xml
@@ -1,5 +1,5 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
0.1-SNAPSHOT
diff --git a/spring-mybatis/pom.xml b/spring-mybatis/pom.xml
index ce3c83a9e7dd..073c3327051e 100644
--- a/spring-mybatis/pom.xml
+++ b/spring-mybatis/pom.xml
@@ -1,69 +1,69 @@
- 4.0.0
- com.baeldung
- spring-mybatis
- jar
- 0.0.1-SNAPSHOT
- spring-mybatis Maven Webapp
- http://maven.apache.org
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ 4.0.0
+ com.baeldung
+ spring-mybatis
+ jar
+ 0.0.1-SNAPSHOT
+ spring-mybatis Maven Webapp
+ http://maven.apache.org
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
-
-
-
- org.mybatis
- mybatis
- 3.1.1
-
-
- org.mybatis
- mybatis-spring
- 1.1.1
-
-
- org.springframework
- spring-context-support
- 3.1.1.RELEASE
-
-
- org.springframework
- spring-test
- 3.1.1.RELEASE
- test
-
-
- mysql
- mysql-connector-java
- 5.1.40
-
-
- javax.servlet
- jstl
- 1.2
-
-
- org.springframework
- spring-webmvc
- 3.2.4.RELEASE
-
-
- javax.servlet
- servlet-api
- 2.5
-
-
- junit
- junit
- 3.8.1
- test
-
-
-
- spring-mybatis
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
+
+
+
+ org.mybatis
+ mybatis
+ 3.1.1
+
+
+ org.mybatis
+ mybatis-spring
+ 1.1.1
+
+
+ org.springframework
+ spring-context-support
+ 3.1.1.RELEASE
+
+
+ org.springframework
+ spring-test
+ 3.1.1.RELEASE
+ test
+
+
+ mysql
+ mysql-connector-java
+ 5.1.40
+
+
+ javax.servlet
+ jstl
+ 1.2
+
+
+ org.springframework
+ spring-webmvc
+ 3.2.4.RELEASE
+
+
+ javax.servlet
+ servlet-api
+ 2.5
+
+
+ junit
+ junit
+ 3.8.1
+ test
+
+
+
+ spring-mybatis
+
diff --git a/spring-protobuf/pom.xml b/spring-protobuf/pom.xml
index 6f999f795d6a..5081634d9b97 100644
--- a/spring-protobuf/pom.xml
+++ b/spring-protobuf/pom.xml
@@ -1,5 +1,5 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
spring-protobuf
@@ -46,10 +46,10 @@
org.springframework.boot
spring-boot-maven-plugin
-
- true
-
-
-
-
+
+ true
+
+
+
+
diff --git a/spring-quartz/pom.xml b/spring-quartz/pom.xml
index 78beab6e38d2..435e571180c4 100644
--- a/spring-quartz/pom.xml
+++ b/spring-quartz/pom.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
@@ -51,7 +51,7 @@
true
-
+
\ No newline at end of file
diff --git a/spring-reactor/pom.xml b/spring-reactor/pom.xml
index 1a19d9c6d95e..1098f8b60df8 100644
--- a/spring-reactor/pom.xml
+++ b/spring-reactor/pom.xml
@@ -1,5 +1,5 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4.0.0
com.baeldung
spring-reactor
@@ -40,7 +40,7 @@
-
+
spring-releases
diff --git a/spring-remoting/remoting-amqp/pom.xml b/spring-remoting/remoting-amqp/pom.xml
index 6a7d0804dcc7..3ada2337ee2a 100644
--- a/spring-remoting/remoting-amqp/pom.xml
+++ b/spring-remoting/remoting-amqp/pom.xml
@@ -11,7 +11,6 @@
pom
-
remoting-amqp
remoting-amqp-server
diff --git a/spring-remoting/remoting-http/pom.xml b/spring-remoting/remoting-http/pom.xml
index 117d4ec295d3..439f6782ba7f 100644
--- a/spring-remoting/remoting-http/pom.xml
+++ b/spring-remoting/remoting-http/pom.xml
@@ -11,8 +11,8 @@
spring-remoting-http
Parent for all modules related to HTTP Spring Remoting.
pom
-
- server
+
+ server
client
api
diff --git a/spring-remoting/spring-remoting-rmi/remoting-rmi-server/pom.xml b/spring-remoting/spring-remoting-rmi/remoting-rmi-server/pom.xml
index 5ce3f7f94935..f1633e5dc27e 100644
--- a/spring-remoting/spring-remoting-rmi/remoting-rmi-server/pom.xml
+++ b/spring-remoting/spring-remoting-rmi/remoting-rmi-server/pom.xml
@@ -16,16 +16,16 @@
-
- org.springframework.boot
- spring-boot-starter-web
-
-
- org.springframework.boot
- spring-boot-starter-tomcat
-
-
-
+
+ org.springframework.boot
+ spring-boot-starter-web
+
+
+ org.springframework.boot
+ spring-boot-starter-tomcat
+
+
+
com.baeldung
api
diff --git a/spring-rest-angular/pom.xml b/spring-rest-angular/pom.xml
index 34babbcf2c6b..7f3c21801c24 100644
--- a/spring-rest-angular/pom.xml
+++ b/spring-rest-angular/pom.xml
@@ -72,7 +72,7 @@
-
+
19.0
3.5
diff --git a/spring-rest-embedded-tomcat/pom.xml b/spring-rest-embedded-tomcat/pom.xml
index 51ac995f0040..97fc3274afc1 100644
--- a/spring-rest-embedded-tomcat/pom.xml
+++ b/spring-rest-embedded-tomcat/pom.xml
@@ -1,78 +1,78 @@
- 4.0.0
- org.baeldung.embedded
- SpringRestTomcat
- 0.0.1-SNAPSHOT
-
- spring-rest-embedded-tomcat
- war
-
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ org.baeldung.embedded
+ SpringRestTomcat
+ 0.0.1-SNAPSHOT
+
+ spring-rest-embedded-tomcat
+ war
+
com.baeldung
parent-modules
1.0.0-SNAPSHOT
-
-
- junit
- junit
- ${junit.version}
- test
-
+
+
+ junit
+ junit
+ ${junit.version}
+ test
+
+
+
+ org.springframework
+ spring-core
+ ${spring.version}
+
+
+ org.springframework
+ spring-webmvc
+ ${spring.version}
+
-
- org.springframework
- spring-core
- ${spring.version}
-
-
- org.springframework
- spring-webmvc
- ${spring.version}
-
+
+ javax.servlet
+ javax.servlet-api
+ 4.0.0
+
-
- javax.servlet
- javax.servlet-api
- 4.0.0
-
+
+ com.fasterxml.jackson.core
+ jackson-databind
+ ${jackson.library}
+
-
- com.fasterxml.jackson.core
- jackson-databind
- ${jackson.library}
-
+
+ org.apache.tomcat.embed
+ tomcat-embed-core
+ 9.0.1
+ test
+
-
- org.apache.tomcat.embed
- tomcat-embed-core
- 9.0.1
- test
-
-
-
- org.apache.tomcat
- tomcat-jasper
- 9.0.1
- test
-
+
+ org.apache.tomcat
+ tomcat-jasper
+ 9.0.1
+ test
+
-
- org.apache.httpcomponents
- httpclient
- 4.5.3
-
+
+ org.apache.httpcomponents
+ httpclient
+ 4.5.3
+
-
- org.apache.httpcomponents
- httpcore
- 4.4.8
-
+
+ org.apache.httpcomponents
+ httpcore
+ 4.4.8
+
-
+
-
- spring-rest-embedded-tomcat
+
+ spring-rest-embedded-tomcat
org.apache.maven.plugins
@@ -91,16 +91,16 @@
-
+
-
- 5.0.2.RELEASE
+
+ 5.0.2.RELEASE
2.19.1
- 4.12
- 2.9.2
- 1.8
- 1.8
- false
-
+ 4.12
+ 2.9.2
+ 1.8
+ 1.8
+ false
+
\ No newline at end of file
diff --git a/spring-rest-full/pom.xml b/spring-rest-full/pom.xml
index 02cab262d158..fd2c485eaf32 100644
--- a/spring-rest-full/pom.xml
+++ b/spring-rest-full/pom.xml
@@ -1,5 +1,5 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
spring-rest-full
diff --git a/spring-rest-query-language/pom.xml b/spring-rest-query-language/pom.xml
index 1ef3f924adc7..d20a97268be5 100644
--- a/spring-rest-query-language/pom.xml
+++ b/spring-rest-query-language/pom.xml
@@ -1,5 +1,5 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
spring-rest-query-language
diff --git a/spring-rest-simple/pom.xml b/spring-rest-simple/pom.xml
index ac745343287f..1c6c6e1044cd 100644
--- a/spring-rest-simple/pom.xml
+++ b/spring-rest-simple/pom.xml
@@ -1,5 +1,5 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
spring-rest-simple
@@ -184,12 +184,12 @@
kryo
${kryo.version}
-
-
- com.jayway.jsonpath
- json-path
-
-
+
+
+ com.jayway.jsonpath
+ json-path
+
+
@@ -364,8 +364,8 @@
3.4.1
-
- 2.2.0
+
+ 2.2.0
diff --git a/spring-rest/pom.xml b/spring-rest/pom.xml
index 9a2169d46daf..0830381aee9e 100644
--- a/spring-rest/pom.xml
+++ b/spring-rest/pom.xml
@@ -1,336 +1,336 @@
- 4.0.0
- com.baeldung
- spring-rest
- 0.1-SNAPSHOT
- spring-rest
- war
-
-
- parent-boot-5
- com.baeldung
- 0.0.1-SNAPSHOT
- ../parent-boot-5
-
-
-
-
-
-
-
- org.springframework.boot
- spring-boot-starter-thymeleaf
-
-
- org.springframework.boot
- spring-boot-starter-actuator
-
-
- org.springframework.boot
- spring-boot-devtools
-
-
- org.springframework.boot
- spring-boot-test
-
-
-
-
-
- org.springframework
- spring-web
-
-
- commons-logging
- commons-logging
-
-
-
-
- org.springframework
- spring-webmvc
-
-
- org.springframework
- spring-oxm
-
-
-
- commons-fileupload
- commons-fileupload
- ${commons-fileupload.version}
-
-
-
-
- javax.servlet
- javax.servlet-api
- provided
-
-
-
- javax.servlet
- jstl
- runtime
-
-
-
-
-
- com.fasterxml.jackson.core
- jackson-databind
-
-
-
- com.fasterxml.jackson.dataformat
- jackson-dataformat-xml
-
-
-
- com.thoughtworks.xstream
- xstream
- ${xstream.version}
-
-
-
-
-
- com.google.guava
- guava
- ${guava.version}
-
-
-
- org.apache.commons
- commons-lang3
- ${commons-lang3.version}
-
-
-
-
-
- com.squareup.okhttp3
- okhttp
- ${com.squareup.okhttp3.version}
-
-
-
-
-
- org.hamcrest
- hamcrest-core
- test
-
-
- org.hamcrest
- hamcrest-library
- test
-
-
-
- org.mockito
- mockito-core
- test
-
-
-
- org.springframework
- spring-test
-
-
-
-
- com.google.protobuf
- protobuf-java
- ${protobuf-java.version}
-
-
- com.googlecode.protobuf-java-format
- protobuf-java-format
- ${protobuf-java-format.version}
-
-
-
- com.esotericsoftware
- kryo
- ${kryo.version}
-
-
-
- com.jayway.jsonpath
- json-path
-
-
-
-
-
- commons-io
- commons-io
- 2.4
-
-
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ spring-rest
+ 0.1-SNAPSHOT
+ spring-rest
+ war
+
+
+ parent-boot-5
+ com.baeldung
+ 0.0.1-SNAPSHOT
+ ../parent-boot-5
+
+
+
+
+
+
+
+ org.springframework.boot
+ spring-boot-starter-thymeleaf
+
+
+ org.springframework.boot
+ spring-boot-starter-actuator
+
+
+ org.springframework.boot
+ spring-boot-devtools
+
+
+ org.springframework.boot
+ spring-boot-test
+
+
+
+
+
+ org.springframework
+ spring-web
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ org.springframework
+ spring-webmvc
+
+
+ org.springframework
+ spring-oxm
+
+
+
+ commons-fileupload
+ commons-fileupload
+ ${commons-fileupload.version}
+
+
+
+
+ javax.servlet
+ javax.servlet-api
+ provided
+
+
+
+ javax.servlet
+ jstl
+ runtime
+
+
+
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+
+
+
+ com.fasterxml.jackson.dataformat
+ jackson-dataformat-xml
+
+
+
+ com.thoughtworks.xstream
+ xstream
+ ${xstream.version}
+
+
+
+
+
+ com.google.guava
+ guava
+ ${guava.version}
+
+
+
+ org.apache.commons
+ commons-lang3
+ ${commons-lang3.version}
+
+
+
+
+
+ com.squareup.okhttp3
+ okhttp
+ ${com.squareup.okhttp3.version}
+
+
+
+
+
+ org.hamcrest
+ hamcrest-core
+ test
+
+
+ org.hamcrest
+ hamcrest-library
+ test
+
+
+
+ org.mockito
+ mockito-core
+ test
+
+
+
+ org.springframework
+ spring-test
+
+
+
+
+ com.google.protobuf
+ protobuf-java
+ ${protobuf-java.version}
+
+
+ com.googlecode.protobuf-java-format
+ protobuf-java-format
+ ${protobuf-java-format.version}
+
+
+
+ com.esotericsoftware
+ kryo
+ ${kryo.version}
+
+
+
+ com.jayway.jsonpath
+ json-path
+
+
+
+
+
+ commons-io
+ commons-io
+ 2.4
+
+
au.com.dius
pact-jvm-provider-junit_2.11
${pact.version}
-
-
-
- spring-rest
-
-
- src/main/resources
- true
-
-
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
- true
-
-
-
- org.apache.maven.plugins
- maven-war-plugin
-
-
-
- org.codehaus.cargo
- cargo-maven2-plugin
- ${cargo-maven2-plugin.version}
-
-
- tomcat8x
- embedded
-
-
-
-
-
-
- 8082
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-checkstyle-plugin
- ${checkstyle-maven-plugin.version}
-
- checkstyle.xml
-
-
-
-
- check
-
-
-
-
-
-
-
-
-
-
-
- live
-
-
-
- org.codehaus.cargo
- cargo-maven2-plugin
-
-
- start-server
- pre-integration-test
-
- start
-
-
-
- stop-server
- post-integration-test
-
- stop
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
-
-
- integration-test
-
- test
-
-
-
- none
-
-
- **/*LiveTest.java
-
-
- cargo
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-checkstyle-plugin
- ${checkstyle-maven-plugin.version}
-
- checkstyle.xml
-
-
-
-
-
-
- 1.3.2
- 4.0.0
- 1.4
- 3.1.0
- 3.5
- 1.4.9
-
-
- 20.0
-
-
- 1.6.0
- 3.0.4
- 3.0.0
- false
-
- 3.4.1
-
- 2.2.0
-
- 3.5.11
-
+
+
+
+ spring-rest
+
+
+ src/main/resources
+ true
+
+
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+ true
+
+
+
+ org.apache.maven.plugins
+ maven-war-plugin
+
+
+
+ org.codehaus.cargo
+ cargo-maven2-plugin
+ ${cargo-maven2-plugin.version}
+
+
+ tomcat8x
+ embedded
+
+
+
+
+
+
+ 8082
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-checkstyle-plugin
+ ${checkstyle-maven-plugin.version}
+
+ checkstyle.xml
+
+
+
+
+ check
+
+
+
+
+
+
+
+
+
+
+
+ live
+
+
+
+ org.codehaus.cargo
+ cargo-maven2-plugin
+
+
+ start-server
+ pre-integration-test
+
+ start
+
+
+
+ stop-server
+ post-integration-test
+
+ stop
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+
+ integration-test
+
+ test
+
+
+
+ none
+
+
+ **/*LiveTest.java
+
+
+ cargo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-checkstyle-plugin
+ ${checkstyle-maven-plugin.version}
+
+ checkstyle.xml
+
+
+
+
+
+
+ 1.3.2
+ 4.0.0
+ 1.4
+ 3.1.0
+ 3.5
+ 1.4.9
+
+
+ 20.0
+
+
+ 1.6.0
+ 3.0.4
+ 3.0.0
+ false
+
+ 3.4.1
+
+ 2.2.0
+
+ 3.5.11
+
diff --git a/spring-roo/pom.xml b/spring-roo/pom.xml
index acc03953d0d6..5827aba7af9c 100644
--- a/spring-roo/pom.xml
+++ b/spring-roo/pom.xml
@@ -1,139 +1,139 @@
-
-
- io.spring.platform
- platform-bom
- Athens-RELEASE
-
-
- 4.0.0
- com.baeldung
- roo
- 1.0.0.BUILD-SNAPSHOT
- roo
+
+
+ io.spring.platform
+ platform-bom
+ Athens-RELEASE
+
+
+ 4.0.0
+ com.baeldung
+ roo
+ 1.0.0.BUILD-SNAPSHOT
+ roo
- jar
+ jar
-
- 2.0.0.RC1
- 8
- UTF-8
- 1.8
- 1.5.4
- 1.4.1.RELEASE
- 1.8
- 1.2.0.RC1
- 1.1.2
- 3.0.0.RELEASE
- 2.0.0
- 2.0.1
- 5.0.11
- 1.0
- 3.3.6
- 1.10.12
- 1.10.11
- 1.1.2
- 1.1.2
- 2.0.2
- 2.0.2
- 1.1.2
- 1.1.2
- 1.1.2
- 2.0.0
- 2.5.4
- 4.6.2
- 1.12.3
- 3.3.1
- 1.15.0
- 2.13.0
- 4.0.3
- 0.1.0-beta.7
- 1.4.2
- 3.7.3
- 1.0.3
+
+ 2.0.0.RC1
+ 8
+ UTF-8
+ 1.8
+ 1.5.4
+ 1.4.1.RELEASE
+ 1.8
+ 1.2.0.RC1
+ 1.1.2
+ 3.0.0.RELEASE
+ 2.0.0
+ 2.0.1
+ 5.0.11
+ 1.0
+ 3.3.6
+ 1.10.12
+ 1.10.11
+ 1.1.2
+ 1.1.2
+ 2.0.2
+ 2.0.2
+ 1.1.2
+ 1.1.2
+ 1.1.2
+ 2.0.0
+ 2.5.4
+ 4.6.2
+ 1.12.3
+ 3.3.1
+ 1.15.0
+ 2.13.0
+ 4.0.3
+ 0.1.0-beta.7
+ 1.4.2
+ 3.7.3
+ 1.0.3
-
-
-
- maven-snapshot-repository
- Maven Snapshot Repository
- https://oss.sonatype.org/content/repositories/snapshots
-
- false
-
-
- true
-
-
-
-
- spring-roo-repository
- Spring Roo Repository
- http://repo.spring.io/spring-roo
-
-
+
+
+
+ maven-snapshot-repository
+ Maven Snapshot Repository
+ https://oss.sonatype.org/content/repositories/snapshots
+
+ false
+
+
+ true
+
+
+
+
+ spring-roo-repository
+ Spring Roo Repository
+ http://repo.spring.io/spring-roo
+
+
-
-
+
+
-
-
- org.springframework.roo
- org.springframework.roo.annotations
- ${roo.version}
- pom
- provided
-
+
+
+ org.springframework.roo
+ org.springframework.roo.annotations
+ ${roo.version}
+ pom
+ provided
+
-
+
io.springlets
springlets-data-jpa
${springlets.version}
-
+
io.springlets
springlets-data-commons
${springlets.version}
-
+
io.springlets
springlets-context
${springlets.version}
-
+
org.springframework.roo
org.springframework.roo.querydsl.processor
2.0.0.RELEASE
-
+
io.tracee.binding
tracee-springmvc
${tracee.version}
-
+
io.springlets
springlets-boot-starter-web
${springlets.version}
-
+
com.github.mxab.thymeleaf.extras
thymeleaf-extras-data-attribute
${thymeleaf-data-dialect.version}
-
+
ar.com.fdvs
DynamicJasper
${dynamicjasper.version}
-
+
ar.com.fdvs
DynamicJasper-core-fonts
${dynamicjasper-fonts.version}
-
+
org.webjars.bower
bootstrap
${bootstrap.version}
@@ -260,54 +260,54 @@
${bootstrap.ie10-viewport-bug-workaround.version}
-
+
-
-
-
- org.springframework.boot
- spring-boot-starter
-
-
- org.springframework.boot
- spring-boot-starter-test
- test
-
+
+
+
+ org.springframework.boot
+ spring-boot-starter
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
-
- org.springframework.boot
- spring-boot-devtools
- true
-
+
+ org.springframework.boot
+ spring-boot-devtools
+ true
+
-
-
- org.springframework.roo
- org.springframework.roo.annotations
- pom
-
+
+
+ org.springframework.roo
+ org.springframework.roo.annotations
+ pom
+
-
-
- org.aspectj
- aspectjrt
-
+
+
+ org.aspectj
+ aspectjrt
+
-
-
- org.apache.commons
- commons-lang3
-
+
+
+ org.apache.commons
+ commons-lang3
+
-
-
- org.assertj
- assertj-core
-
+
+
+ org.assertj
+ assertj-core
+
-
+
-
+
org.springframework.boot
spring-boot-starter-data-jpa
@@ -321,75 +321,75 @@
hsqldb
provided
-
+
io.springlets
springlets-data-jpa
-
+
io.springlets
springlets-data-commons
-
+
io.springlets
springlets-context
-
+
javax.validation
validation-api
-
+
com.querydsl
querydsl-jpa
-
+
org.springframework.roo
org.springframework.roo.querydsl.processor
-
+
org.springframework.boot
spring-boot-starter-web
-
+
joda-time
joda-time
-
+
io.tracee.binding
tracee-springmvc
-
+
io.springlets
springlets-boot-starter-web
-
+
org.springframework.boot
spring-boot-starter-thymeleaf
-
+
nz.net.ultraq.thymeleaf
thymeleaf-layout-dialect
-
+
com.github.mxab.thymeleaf.extras
thymeleaf-extras-data-attribute
-
+
ar.com.fdvs
DynamicJasper
-
+
ar.com.fdvs
DynamicJasper-core-fonts
-
+
org.apache.poi
poi
-
+
org.springframework
spring-context-support
-
+
org.webjars
webjars-locator
@@ -483,109 +483,109 @@
-
+
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
- ${start-class}
- exec
- true
-
-
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
- 3.7.0
-
-
- ${java.version}
- ${project.build.sourceEncoding}
- false
-
-
-
-
- org.codehaus.mojo
- aspectj-maven-plugin
- ${aspectj.plugin.version}
-
-
- ${java.version}
- ignore
- ${java.version}
- UTF-8
-
-
-
- process-sources
-
- compile
- test-compile
-
-
-
-
-
- org.aspectj
- aspectjtools
- ${aspectj.version}
-
-
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
-
-
- **/*_Roo_*
-
-
-
-
-
- org.apache.maven.plugins
- maven-javadoc-plugin
-
-
- --base-dir ${project.basedir}
- --attribute
- "projectName=${project.name}"
- --attribute
- "projectVersion=${project.version}"
- --attribute "doctype=book"
-
-
- ${project.groupId}:*
-
- org.asciidoctor.Asciidoclet
-
- org.asciidoctor
- asciidoclet
- ${asciidoclet.version}
-
- true
- true
-
- http://docs.oracle.com/javase/${java.version}/docs/api/
- http://docs.oracle.com/javaee/${java.product.version}/api/
- http://docs.spring.io/spring-framework/docs/${spring.version}/javadoc-api/
- http://docs.spring.io/spring-boot/docs/${spring-boot.version}/api/
- http://fasterxml.github.io/jackson-core/javadoc/2.8/
- http://fasterxml.github.io/jackson-databind/javadoc/2.8
- http://cxf.apache.org/javadoc/latest-3.1.x/
-
- src/main/java/overview.adoc
- private
-
-
-
-
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+ ${start-class}
+ exec
+ true
+
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.7.0
+
+
+ ${java.version}
+ ${project.build.sourceEncoding}
+ false
+
+
+
+
+ org.codehaus.mojo
+ aspectj-maven-plugin
+ ${aspectj.plugin.version}
+
+
+ ${java.version}
+ ignore
+ ${java.version}
+ UTF-8
+
+
+
+ process-sources
+
+ compile
+ test-compile
+
+
+
+
+
+ org.aspectj
+ aspectjtools
+ ${aspectj.version}
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+
+ **/*_Roo_*
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+
+
+ --base-dir ${project.basedir}
+ --attribute
+ "projectName=${project.name}"
+ --attribute
+ "projectVersion=${project.version}"
+ --attribute "doctype=book"
+
+
+ ${project.groupId}:*
+
+ org.asciidoctor.Asciidoclet
+
+ org.asciidoctor
+ asciidoclet
+ ${asciidoclet.version}
+
+ true
+ true
+
+ http://docs.oracle.com/javase/${java.version}/docs/api/
+ http://docs.oracle.com/javaee/${java.product.version}/api/
+ http://docs.spring.io/spring-framework/docs/${spring.version}/javadoc-api/
+ http://docs.spring.io/spring-boot/docs/${spring-boot.version}/api/
+ http://fasterxml.github.io/jackson-core/javadoc/2.8/
+ http://fasterxml.github.io/jackson-databind/javadoc/2.8
+ http://cxf.apache.org/javadoc/latest-3.1.x/
+
+ src/main/java/overview.adoc
+ private
+
+
+
+
com.mysema.maven
apt-maven-plugin
1.1.3
@@ -595,12 +595,12 @@
process
- target/generated-sources/java
-
- org.springframework.roo.querydsl.processor.RooAnnotationProcessor
-
-
-
+ target/generated-sources/java
+
+ org.springframework.roo.querydsl.processor.RooAnnotationProcessor
+
+
+
@@ -612,34 +612,34 @@
-
+
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
-
-
- org.codehaus.mojo
- aspectj-maven-plugin
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
-
-
- org.apache.maven.plugins
- maven-javadoc-plugin
-
-
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+
+
+ org.codehaus.mojo
+ aspectj-maven-plugin
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+
+
com.mysema.maven
apt-maven-plugin
-
+
diff --git a/spring-security-acl/pom.xml b/spring-security-acl/pom.xml
index a19a54dd88c7..7ddbf6636531 100644
--- a/spring-security-acl/pom.xml
+++ b/spring-security-acl/pom.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
spring-security-acl
@@ -42,22 +42,22 @@
- org.springframework.security
- spring-security-acl
-
-
- org.springframework.security
- spring-security-config
-
-
- org.springframework
- spring-context-support
-
-
- net.sf.ehcache
- ehcache-core
- 2.6.11
- jar
+ org.springframework.security
+ spring-security-acl
+
+
+ org.springframework.security
+ spring-security-config
+
+
+ org.springframework
+ spring-context-support
+
+
+ net.sf.ehcache
+ ehcache-core
+ 2.6.11
+ jar
diff --git a/spring-security-cache-control/pom.xml b/spring-security-cache-control/pom.xml
index 4ccb83c29b4c..890ff5bd3fae 100644
--- a/spring-security-cache-control/pom.xml
+++ b/spring-security-cache-control/pom.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
diff --git a/spring-security-client/spring-security-jsp-authentication/pom.xml b/spring-security-client/spring-security-jsp-authentication/pom.xml
index 2509b262936e..9b1ebc6fdc0b 100644
--- a/spring-security-client/spring-security-jsp-authentication/pom.xml
+++ b/spring-security-client/spring-security-jsp-authentication/pom.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
diff --git a/spring-security-client/spring-security-jsp-authorize/pom.xml b/spring-security-client/spring-security-jsp-authorize/pom.xml
index bd135209489d..ee8c9bacbdd6 100644
--- a/spring-security-client/spring-security-jsp-authorize/pom.xml
+++ b/spring-security-client/spring-security-jsp-authorize/pom.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
diff --git a/spring-security-client/spring-security-jsp-config/pom.xml b/spring-security-client/spring-security-jsp-config/pom.xml
index 0a4c8fb5be88..0ec72c3527b9 100644
--- a/spring-security-client/spring-security-jsp-config/pom.xml
+++ b/spring-security-client/spring-security-jsp-config/pom.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
diff --git a/spring-security-client/spring-security-mvc/pom.xml b/spring-security-client/spring-security-mvc/pom.xml
index c67bc336f6f5..a6c3065cc884 100644
--- a/spring-security-client/spring-security-mvc/pom.xml
+++ b/spring-security-client/spring-security-mvc/pom.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
@@ -9,7 +9,7 @@
war
spring-security-mvc
- Spring Security MVC
+ Spring Security MVC
parent-boot-5
diff --git a/spring-security-client/spring-security-thymeleaf-authentication/pom.xml b/spring-security-client/spring-security-thymeleaf-authentication/pom.xml
index e42d499b6492..345daa957009 100644
--- a/spring-security-client/spring-security-thymeleaf-authentication/pom.xml
+++ b/spring-security-client/spring-security-thymeleaf-authentication/pom.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
diff --git a/spring-security-client/spring-security-thymeleaf-authorize/pom.xml b/spring-security-client/spring-security-thymeleaf-authorize/pom.xml
index 5fa2016be8ad..3e66e9f613e8 100644
--- a/spring-security-client/spring-security-thymeleaf-authorize/pom.xml
+++ b/spring-security-client/spring-security-thymeleaf-authorize/pom.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
diff --git a/spring-security-client/spring-security-thymeleaf-config/pom.xml b/spring-security-client/spring-security-thymeleaf-config/pom.xml
index 9a00ad00803a..f5d430675460 100644
--- a/spring-security-client/spring-security-thymeleaf-config/pom.xml
+++ b/spring-security-client/spring-security-thymeleaf-config/pom.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
diff --git a/spring-security-core/pom.xml b/spring-security-core/pom.xml
index db8837df460e..27c674179098 100644
--- a/spring-security-core/pom.xml
+++ b/spring-security-core/pom.xml
@@ -1,5 +1,5 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
spring-security-core
diff --git a/spring-security-mvc-boot/pom.xml b/spring-security-mvc-boot/pom.xml
index c3af96ebfc4a..bbc701313a04 100644
--- a/spring-security-mvc-boot/pom.xml
+++ b/spring-security-mvc-boot/pom.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
@@ -121,24 +121,24 @@
jstl-api
${jstl.version}
-
+
+
+ org.springframework.security
+ spring-security-acl
+
+
+ org.springframework.security
+ spring-security-config
+
+
+ org.springframework
+ spring-context-support
+
- org.springframework.security
- spring-security-acl
-
-
- org.springframework.security
- spring-security-config
-
-
- org.springframework
- spring-context-support
-
-
- net.sf.ehcache
- ehcache-core
- 2.6.11
- jar
+ net.sf.ehcache
+ ehcache-core
+ 2.6.11
+ jar
diff --git a/spring-security-mvc-custom/pom.xml b/spring-security-mvc-custom/pom.xml
index 805792b795a1..2ca383bdabd5 100644
--- a/spring-security-mvc-custom/pom.xml
+++ b/spring-security-mvc-custom/pom.xml
@@ -1,5 +1,5 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
spring-security-mvc-custom
@@ -119,33 +119,33 @@
jackson-databind
${jackson-databind.version}
-
+
org.apache.commons
commons-lang3
${commons-lang3.version}
-
+
com.google.guava
guava
${guava.version}
-
+
-
+
org.springframework
spring-test
- ${org.springframework.version}
+ ${org.springframework.version}
test
org.springframework.security
spring-security-test
- ${org.springframework.security.version}
- test
+ ${org.springframework.security.version}
+ test
@@ -209,7 +209,7 @@
19.0
3.5
2.9.1
-
+
4.5.2
4.4.5
diff --git a/spring-security-mvc-digest-auth/pom.xml b/spring-security-mvc-digest-auth/pom.xml
index 202d98da54b9..8ea270cc9d3a 100644
--- a/spring-security-mvc-digest-auth/pom.xml
+++ b/spring-security-mvc-digest-auth/pom.xml
@@ -1,5 +1,5 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
spring-security-mvc-digest-auth
diff --git a/spring-security-mvc-ldap/pom.xml b/spring-security-mvc-ldap/pom.xml
index 4b0b9525e4db..286b189d8773 100644
--- a/spring-security-mvc-ldap/pom.xml
+++ b/spring-security-mvc-ldap/pom.xml
@@ -1,5 +1,5 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
spring-security-mvc-ldap
diff --git a/spring-security-mvc-login/pom.xml b/spring-security-mvc-login/pom.xml
index 27e7239ee6d2..e391bdfb6034 100644
--- a/spring-security-mvc-login/pom.xml
+++ b/spring-security-mvc-login/pom.xml
@@ -1,5 +1,5 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
spring-security-mvc-login
diff --git a/spring-security-mvc-persisted-remember-me/pom.xml b/spring-security-mvc-persisted-remember-me/pom.xml
index 0bb654d96a5c..e5c5e78bd4ab 100644
--- a/spring-security-mvc-persisted-remember-me/pom.xml
+++ b/spring-security-mvc-persisted-remember-me/pom.xml
@@ -1,5 +1,5 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
spring-security-mvc-persisted-remember-me
diff --git a/spring-security-mvc-session/pom.xml b/spring-security-mvc-session/pom.xml
index 413a0c67baab..995f089d37fc 100644
--- a/spring-security-mvc-session/pom.xml
+++ b/spring-security-mvc-session/pom.xml
@@ -1,5 +1,5 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
spring-security-mvc-session
diff --git a/spring-security-mvc-socket/pom.xml b/spring-security-mvc-socket/pom.xml
index d6b9ae850ab0..931528811a0c 100644
--- a/spring-security-mvc-socket/pom.xml
+++ b/spring-security-mvc-socket/pom.xml
@@ -7,13 +7,13 @@
1.0.0
spring-security-mvc-socket
war
-
-
+
+
com.baeldung
parent-modules
1.0.0-SNAPSHOT
-
+
@@ -171,16 +171,16 @@
spring-security-mvc-socket
-
-
+
+
4.3.8.RELEASE
4.2.3.RELEASE
2.8.7
1.7.25
- 5.2.10.Final
- 1.11.3.RELEASE
- 1.4.196
- 1.2.3
+ 5.2.10.Final
+ 1.11.3.RELEASE
+ 1.4.196
+ 1.2.3
-
+
\ No newline at end of file
diff --git a/spring-security-openid/pom.xml b/spring-security-openid/pom.xml
index 5cfa97f856b9..89e0977c059f 100644
--- a/spring-security-openid/pom.xml
+++ b/spring-security-openid/pom.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
@@ -11,12 +11,12 @@
spring-security-openid
Spring OpenID sample project
-
- org.springframework.boot
- spring-boot-starter-parent
- 2.0.0.M7
-
-
+
+ org.springframework.boot
+ spring-boot-starter-parent
+ 2.0.0.M7
+
+
@@ -44,7 +44,7 @@
spring-security-jwt
${spring-security-jwt.version}
-
+
com.auth0
jwks-rsa
@@ -72,11 +72,11 @@
-
-
+
+
2.2.1.RELEASE
- 1.0.9.RELEASE
- 0.3.0
+ 1.0.9.RELEASE
+ 0.3.0
diff --git a/spring-security-rest-basic-auth/pom.xml b/spring-security-rest-basic-auth/pom.xml
index 3039b1004017..bfa8c1c7b9be 100644
--- a/spring-security-rest-basic-auth/pom.xml
+++ b/spring-security-rest-basic-auth/pom.xml
@@ -1,5 +1,5 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
spring-security-rest-basic-auth
diff --git a/spring-security-rest-custom/pom.xml b/spring-security-rest-custom/pom.xml
index 746ddb6615e5..cfa3ad4b9937 100644
--- a/spring-security-rest-custom/pom.xml
+++ b/spring-security-rest-custom/pom.xml
@@ -1,5 +1,5 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
spring-security-rest-custom
@@ -78,7 +78,7 @@
commons-logging
${commons-logging.version}
-
+
@@ -159,10 +159,10 @@
org.springframework.boot
spring-boot-maven-plugin
-
- true
-
-
+
+ true
+
+
org.apache.maven.plugins
maven-war-plugin
diff --git a/spring-security-rest/pom.xml b/spring-security-rest/pom.xml
index e4bb071a6aad..242b104c4a62 100644
--- a/spring-security-rest/pom.xml
+++ b/spring-security-rest/pom.xml
@@ -1,5 +1,5 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
spring-security-rest
@@ -28,7 +28,7 @@
spring-security-config
${org.springframework.security.version}
-
+
diff --git a/spring-security-sso/pom.xml b/spring-security-sso/pom.xml
index 7438cede16fb..938636ff184d 100644
--- a/spring-security-sso/pom.xml
+++ b/spring-security-sso/pom.xml
@@ -1,5 +1,5 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
org.baeldung
spring-security-sso
@@ -20,7 +20,7 @@
spring-security-sso-ui
spring-security-sso-ui-2
-
+
3.0.1
diff --git a/spring-security-sso/spring-security-sso-auth-server/pom.xml b/spring-security-sso/spring-security-sso-auth-server/pom.xml
index c7b23249f9d8..0d0086beb0c7 100644
--- a/spring-security-sso/spring-security-sso-auth-server/pom.xml
+++ b/spring-security-sso/spring-security-sso-auth-server/pom.xml
@@ -17,7 +17,7 @@
org.springframework.boot
spring-boot-starter-web
-
+
org.springframework.security.oauth
spring-security-oauth2
diff --git a/spring-security-sso/spring-security-sso-ui-2/pom.xml b/spring-security-sso/spring-security-sso-ui-2/pom.xml
index 6a8dc5385bf1..a2323a044d3b 100644
--- a/spring-security-sso/spring-security-sso-ui-2/pom.xml
+++ b/spring-security-sso/spring-security-sso-ui-2/pom.xml
@@ -1,5 +1,5 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
spring-security-sso-ui-2
@@ -23,12 +23,12 @@
org.springframework.boot
spring-boot-starter-security
-
+
org.springframework.security.oauth
spring-security-oauth2
-
+
org.springframework.boot
spring-boot-starter-thymeleaf
diff --git a/spring-security-sso/spring-security-sso-ui/pom.xml b/spring-security-sso/spring-security-sso-ui/pom.xml
index fe1cd56a768f..dbb167b61cb8 100644
--- a/spring-security-sso/spring-security-sso-ui/pom.xml
+++ b/spring-security-sso/spring-security-sso-ui/pom.xml
@@ -1,5 +1,5 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
spring-security-sso-ui
@@ -23,12 +23,12 @@
org.springframework.boot
spring-boot-starter-security
-
+
org.springframework.security.oauth
spring-security-oauth2
-
+
org.springframework.boot
spring-boot-starter-thymeleaf
diff --git a/spring-security-stormpath/pom.xml b/spring-security-stormpath/pom.xml
index 3174cd62e3af..17973165ea2d 100644
--- a/spring-security-stormpath/pom.xml
+++ b/spring-security-stormpath/pom.xml
@@ -1,12 +1,12 @@
- 4.0.0
- com.baeldung
- spring-security-stormpath
- war
- 1.0-SNAPSHOT
- spring-security-stormpath
- http://maven.apache.org
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ 4.0.0
+ com.baeldung
+ spring-security-stormpath
+ war
+ 1.0-SNAPSHOT
+ spring-security-stormpath
+ http://maven.apache.org
parent-boot-5
@@ -14,7 +14,7 @@
0.0.1-SNAPSHOT
../parent-boot-5
-
+
abhinabkanrar@gmail.com
@@ -52,27 +52,27 @@
-
- org.springframework.boot
- spring-boot-maven-plugin
-
- true
-
-
-
-
- repackage
-
-
-
-
-
-
-
-
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+ true
+
+
+
+
+ repackage
+
+
+
+
+
+
+
+
UTF-8
- UTF-8
- 1.8
+ UTF-8
+ 1.8
diff --git a/spring-security-thymeleaf/pom.xml b/spring-security-thymeleaf/pom.xml
index 7afd4251102d..aa36e5f59af5 100644
--- a/spring-security-thymeleaf/pom.xml
+++ b/spring-security-thymeleaf/pom.xml
@@ -1,64 +1,64 @@
- 4.0.0
- com.baeldung
- spring-security-thymeleaf
- 0.0.1-SNAPSHOT
- jar
- spring-security-thymeleaf
- Spring Security with Thymeleaf tutorial
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ spring-security-thymeleaf
+ 0.0.1-SNAPSHOT
+ jar
+ spring-security-thymeleaf
+ Spring Security with Thymeleaf tutorial
-
- parent-boot-5
- com.baeldung
- 0.0.1-SNAPSHOT
- ../parent-boot-5
-
+
+ parent-boot-5
+ com.baeldung
+ 0.0.1-SNAPSHOT
+ ../parent-boot-5
+
-
-
- org.springframework.boot
- spring-boot-starter-security
-
-
- org.springframework.boot
- spring-boot-starter-thymeleaf
-
-
- org.springframework.boot
- spring-boot-starter-web
-
+
+
+ org.springframework.boot
+ spring-boot-starter-security
+
+
+ org.springframework.boot
+ spring-boot-starter-thymeleaf
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+
-
- org.springframework.boot
- spring-boot-starter-test
- test
-
-
- org.springframework.security
- spring-security-test
- test
-
-
- org.thymeleaf.extras
- thymeleaf-extras-springsecurity4
-
-
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
+
+ org.springframework.security
+ spring-security-test
+ test
+
+
+ org.thymeleaf.extras
+ thymeleaf-extras-springsecurity4
+
+
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
-
-
-
-
- UTF-8
- UTF-8
- 1.8
-
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+
+
+
+ UTF-8
+ UTF-8
+ 1.8
+
diff --git a/spring-security-x509/pom.xml b/spring-security-x509/pom.xml
index 96935a16fe16..89fed3992072 100644
--- a/spring-security-x509/pom.xml
+++ b/spring-security-x509/pom.xml
@@ -1,7 +1,7 @@
+ xmlns="http://maven.apache.org/POM/4.0.0"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
spring-security-x509
@@ -14,7 +14,7 @@
0.0.1-SNAPSHOT
../parent-boot-5
-
+
spring-security-x509-basic-auth
spring-security-x509-client-auth
@@ -34,5 +34,5 @@
spring-boot-starter-thymeleaf
-
+
diff --git a/spring-security-x509/spring-security-x509-basic-auth/pom.xml b/spring-security-x509/spring-security-x509-basic-auth/pom.xml
index a166c46a5021..67a7e29e6f15 100644
--- a/spring-security-x509/spring-security-x509-basic-auth/pom.xml
+++ b/spring-security-x509/spring-security-x509-basic-auth/pom.xml
@@ -1,40 +1,40 @@
- 4.0.0
+ xmlns="http://maven.apache.org/POM/4.0.0"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
- basic-secured-server
- 0.0.1-SNAPSHOT
- jar
+ basic-secured-server
+ 0.0.1-SNAPSHOT
+ jar
- basic-secured-server
- Spring x.509 Authentication Demo
+ basic-secured-server
+ Spring x.509 Authentication Demo
-
- com.baeldung
- spring-security-x509
- 0.0.1-SNAPSHOT
-
+
+ com.baeldung
+ spring-security-x509
+ 0.0.1-SNAPSHOT
+
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
-
- org.apache.maven.plugins
- maven-surefire-plugin
-
-
- **/*IntegrationTest.java
- **/*LiveTest.java
-
-
-
-
-
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+
+ **/*IntegrationTest.java
+ **/*LiveTest.java
+
+
+
+
+
diff --git a/spring-security-x509/spring-security-x509-client-auth/pom.xml b/spring-security-x509/spring-security-x509-client-auth/pom.xml
index e3074fe9612c..7dd919973d7e 100644
--- a/spring-security-x509/spring-security-x509-client-auth/pom.xml
+++ b/spring-security-x509/spring-security-x509-client-auth/pom.xml
@@ -1,74 +1,74 @@
- 4.0.0
+ xmlns="http://maven.apache.org/POM/4.0.0"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
- client-auth-server
- 0.0.1-SNAPSHOT
- jar
+ client-auth-server
+ 0.0.1-SNAPSHOT
+ jar
- client-auth-server
- Spring x.509 Client Authentication Demo
+ client-auth-server
+ Spring x.509 Client Authentication Demo
-
- com.baeldung
- spring-security-x509
- 0.0.1-SNAPSHOT
-
+
+ com.baeldung
+ spring-security-x509
+ 0.0.1-SNAPSHOT
+
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
-
- org.apache.maven.plugins
- maven-surefire-plugin
-
-
- **/*IntegrationTest.java
- **/*LiveTest.java
-
-
-
-
-
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+
+ **/*IntegrationTest.java
+ **/*LiveTest.java
+
+
+
+
+
-
-
- integration
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
-
-
- integration-test
-
- test
-
-
-
- **/*LiveTest.java
-
-
- **/*IntegrationTest.java
-
-
-
-
-
-
- json
-
-
-
-
-
-
-
+
+
+ integration
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+
+ integration-test
+
+ test
+
+
+
+ **/*LiveTest.java
+
+
+ **/*IntegrationTest.java
+
+
+
+
+
+
+ json
+
+
+
+
+
+
+
diff --git a/spring-session/pom.xml b/spring-session/pom.xml
index f669e2ec95eb..c1c872ca7421 100644
--- a/spring-session/pom.xml
+++ b/spring-session/pom.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
spring-session
1.0.0-SNAPSHOT
diff --git a/spring-sleuth/pom.xml b/spring-sleuth/pom.xml
index 64cb2f7386fe..2fee474dbebf 100644
--- a/spring-sleuth/pom.xml
+++ b/spring-sleuth/pom.xml
@@ -1,13 +1,13 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
spring-sleuth
1.0.0-SNAPSHOT
jar
-
-
+
+
parent-boot-5
com.baeldung
0.0.1-SNAPSHOT
@@ -26,30 +26,30 @@
-
-
- org.springframework.cloud
- spring-cloud-sleuth
- ${spring-cloud-sleuth.version}
- pom
- import
-
-
-
-
-
-
- spring-milestones
- Spring Milestones
- https://repo.spring.io/libs-milestone
-
- false
-
-
+
+
+ org.springframework.cloud
+ spring-cloud-sleuth
+ ${spring-cloud-sleuth.version}
+ pom
+ import
+
+
+
+
+
+
+ spring-milestones
+ Spring Milestones
+ https://repo.spring.io/libs-milestone
+
+ false
+
+
-
-
- 2.0.0.M7
-
+
+
+ 2.0.0.M7
+
diff --git a/spring-social-login/pom.xml b/spring-social-login/pom.xml
index 4d4fe14ac952..d2e9497bcf0f 100644
--- a/spring-social-login/pom.xml
+++ b/spring-social-login/pom.xml
@@ -1,5 +1,5 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
spring-social-login
spring-social-login
diff --git a/spring-spel/pom.xml b/spring-spel/pom.xml
index 9724f3a94a7e..8e805ed6ac99 100644
--- a/spring-spel/pom.xml
+++ b/spring-spel/pom.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
spel
@@ -29,5 +29,5 @@
4.3.4.RELEASE
-
+
\ No newline at end of file
diff --git a/spring-state-machine/pom.xml b/spring-state-machine/pom.xml
index 76f2aa1e6b90..2755b6e45ab5 100644
--- a/spring-state-machine/pom.xml
+++ b/spring-state-machine/pom.xml
@@ -1,9 +1,9 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
spring-state-machine
-
+
parent-modules
com.baeldung
@@ -28,11 +28,11 @@
test
-
-
+
+
1.2.3.RELEASE
- 4.3.7.RELEASE
- 1.7.0
+ 4.3.7.RELEASE
+ 1.7.0
\ No newline at end of file
diff --git a/spring-swagger-codegen/pom.xml b/spring-swagger-codegen/pom.xml
index 43b35c738314..09b7b6115634 100644
--- a/spring-swagger-codegen/pom.xml
+++ b/spring-swagger-codegen/pom.xml
@@ -1,20 +1,20 @@
- 4.0.0
- com.baeldung
- spring-swagger-codegen
- 0.0.1-SNAPSHOT
- pom
-
-
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ spring-swagger-codegen
+ 0.0.1-SNAPSHOT
+ pom
+
+
com.baeldung
parent-modules
1.0.0-SNAPSHOT
-
-
- spring-swagger-codegen-api-client
- spring-swagger-codegen-app
-
-
+
+
+ spring-swagger-codegen-api-client
+ spring-swagger-codegen-app
+
+
diff --git a/spring-swagger-codegen/spring-swagger-codegen-api-client/pom.xml b/spring-swagger-codegen/spring-swagger-codegen-api-client/pom.xml
index 265ca1ec2684..f0f58b86b855 100644
--- a/spring-swagger-codegen/spring-swagger-codegen-api-client/pom.xml
+++ b/spring-swagger-codegen/spring-swagger-codegen-api-client/pom.xml
@@ -1,239 +1,239 @@
- 4.0.0
- com.baeldung
- spring-swagger-codegen-api-client
- jar
- spring-swagger-codegen-api-client
- 0.0.1-SNAPSHOT
- https://github.com/swagger-api/swagger-codegen
- Swagger Java
-
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ 4.0.0
+ com.baeldung
+ spring-swagger-codegen-api-client
+ jar
+ spring-swagger-codegen-api-client
+ 0.0.1-SNAPSHOT
+ https://github.com/swagger-api/swagger-codegen
+ Swagger Java
+
com.baeldung
- spring-swagger-codegen
- 0.0.1-SNAPSHOT
+ spring-swagger-codegen
+ 0.0.1-SNAPSHOT
-
- scm:git:git@github.com:swagger-api/swagger-codegen.git
- scm:git:git@github.com:swagger-api/swagger-codegen.git
- https://github.com/swagger-api/swagger-codegen
-
-
- 2.2.0
-
+
+ scm:git:git@github.com:swagger-api/swagger-codegen.git
+ scm:git:git@github.com:swagger-api/swagger-codegen.git
+ https://github.com/swagger-api/swagger-codegen
+
+
+ 2.2.0
+
-
-
- Unlicense
- http://www.apache.org/licenses/LICENSE-2.0.html
- repo
-
-
+
+
+ Unlicense
+ http://www.apache.org/licenses/LICENSE-2.0.html
+ repo
+
+
-
-
- Swagger
- apiteam@swagger.io
- Swagger
- http://swagger.io
-
-
+
+
+ Swagger
+ apiteam@swagger.io
+ Swagger
+ http://swagger.io
+
+
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
- 2.12
-
-
-
- loggerPath
- conf/log4j.properties
-
-
- -Xms512m -Xmx1500m
- methods
- pertest
-
-
-
- maven-dependency-plugin
-
-
- package
-
- copy-dependencies
-
-
- ${project.build.directory}/lib
-
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-jar-plugin
- 2.2
-
-
-
- jar
- test-jar
-
-
-
-
-
-
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ 2.12
+
+
+
+ loggerPath
+ conf/log4j.properties
+
+
+ -Xms512m -Xmx1500m
+ methods
+ pertest
+
+
+
+ maven-dependency-plugin
+
+
+ package
+
+ copy-dependencies
+
+
+ ${project.build.directory}/lib
+
+
+
+
-
- org.codehaus.mojo
- build-helper-maven-plugin
- 1.10
-
-
- add_sources
- generate-sources
-
- add-source
-
-
-
-
-
-
-
-
- add_test_sources
- generate-test-sources
-
- add-test-source
-
-
-
-
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-javadoc-plugin
- 2.10.4
-
-
- attach-javadocs
-
- jar
-
-
-
-
-
- org.apache.maven.plugins
- maven-source-plugin
- 2.2.1
-
-
- attach-sources
-
- jar-no-fork
-
-
-
-
-
-
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+ 2.2
+
+
+
+ jar
+ test-jar
+
+
+
+
+
+
-
-
- sign-artifacts
-
-
-
- org.apache.maven.plugins
- maven-gpg-plugin
- 1.5
-
-
- sign-artifacts
- verify
-
- sign
-
-
-
-
+
+ org.codehaus.mojo
+ build-helper-maven-plugin
+ 1.10
+
+
+ add_sources
+ generate-sources
+
+ add-source
+
+
+
+
+
+
+
+
+ add_test_sources
+ generate-test-sources
+
+ add-test-source
+
+
+
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 2.10.4
+
+
+ attach-javadocs
+
+ jar
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ 2.2.1
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+
-
-
-
+
+
+
+
+ sign-artifacts
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ 1.5
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+
+
+
+
+
+
+
+
+
+ io.swagger
+ swagger-annotations
+ ${swagger-annotations-version}
+
-
-
- io.swagger
- swagger-annotations
- ${swagger-annotations-version}
-
+
+
+ org.springframework
+ spring-web
+ ${spring-web-version}
+
-
-
- org.springframework
- spring-web
- ${spring-web-version}
-
-
-
-
- com.fasterxml.jackson.core
- jackson-core
- ${jackson-version}
-
-
- com.fasterxml.jackson.core
- jackson-annotations
- ${jackson-version}
-
-
- com.fasterxml.jackson.core
- jackson-databind
- ${jackson-version}
-
-
- com.fasterxml.jackson.jaxrs
- jackson-jaxrs-json-provider
- ${jackson-version}
-
-
- com.fasterxml.jackson.datatype
- jackson-datatype-joda
- ${jackson-version}
-
-
- joda-time
- joda-time
- ${jodatime-version}
-
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ ${jackson-version}
+
+
+ com.fasterxml.jackson.core
+ jackson-annotations
+ ${jackson-version}
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+ ${jackson-version}
+
+
+ com.fasterxml.jackson.jaxrs
+ jackson-jaxrs-json-provider
+ ${jackson-version}
+
+
+ com.fasterxml.jackson.datatype
+ jackson-datatype-joda
+ ${jackson-version}
+
+
+ joda-time
+ joda-time
+ ${jodatime-version}
+
-
-
- junit
- junit
- ${junit-version}
- test
-
-
-
- UTF-8
- 1.5.15
- 4.3.9.RELEASE
- 2.8.9
- 2.9.9
- 1.0.0
- 4.12
-
+
+
+ junit
+ junit
+ ${junit-version}
+ test
+
+
+
+ UTF-8
+ 1.5.15
+ 4.3.9.RELEASE
+ 2.8.9
+ 2.9.9
+ 1.0.0
+ 4.12
+
diff --git a/spring-swagger-codegen/spring-swagger-codegen-app/pom.xml b/spring-swagger-codegen/spring-swagger-codegen-app/pom.xml
index b7b898237fcd..c9e0f5e27fb5 100644
--- a/spring-swagger-codegen/spring-swagger-codegen-app/pom.xml
+++ b/spring-swagger-codegen/spring-swagger-codegen-app/pom.xml
@@ -1,5 +1,5 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
diff --git a/spring-thymeleaf/pom.xml b/spring-thymeleaf/pom.xml
index c37a6f3a69e2..d13356b3d799 100644
--- a/spring-thymeleaf/pom.xml
+++ b/spring-thymeleaf/pom.xml
@@ -1,5 +1,5 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
spring-thymeleaf
@@ -151,8 +151,8 @@
-
-
+
+
1.8
4.3.4.RELEASE
@@ -172,5 +172,5 @@
1.6.1
2.2
-
+
\ No newline at end of file
diff --git a/spring-userservice/pom.xml b/spring-userservice/pom.xml
index 67acd386f12a..9cbc3d7ed246 100644
--- a/spring-userservice/pom.xml
+++ b/spring-userservice/pom.xml
@@ -1,5 +1,5 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
spring-userservice
spring-userservice
diff --git a/spring-vertx/pom.xml b/spring-vertx/pom.xml
index ab554a74b429..0d535f79e436 100644
--- a/spring-vertx/pom.xml
+++ b/spring-vertx/pom.xml
@@ -76,8 +76,8 @@
-
-
+
+
UTF-8
UTF-8
1.8
diff --git a/spring-zuul/pom.xml b/spring-zuul/pom.xml
index cca4fdade6bc..b1036c9a8ab7 100644
--- a/spring-zuul/pom.xml
+++ b/spring-zuul/pom.xml
@@ -1,5 +1,5 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
spring-zuul
diff --git a/spring-zuul/spring-zuul-foos-resource/pom.xml b/spring-zuul/spring-zuul-foos-resource/pom.xml
index 68c3df683dfd..58274c523a88 100644
--- a/spring-zuul/spring-zuul-foos-resource/pom.xml
+++ b/spring-zuul/spring-zuul-foos-resource/pom.xml
@@ -1,5 +1,5 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
spring-zuul-foos-resource
spring-zuul-foos-resource
diff --git a/spring-zuul/spring-zuul-ui/pom.xml b/spring-zuul/spring-zuul-ui/pom.xml
index 8bd09cf74ffd..42c18a46c7f6 100644
--- a/spring-zuul/spring-zuul-ui/pom.xml
+++ b/spring-zuul/spring-zuul-ui/pom.xml
@@ -1,5 +1,5 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
spring-zuul-ui
@@ -13,7 +13,6 @@
-
org.springframework.cloud
diff --git a/static-analysis/pom.xml b/static-analysis/pom.xml
index eb519427d244..93d071714e23 100644
--- a/static-analysis/pom.xml
+++ b/static-analysis/pom.xml
@@ -11,8 +11,8 @@
com.baeldung
parent-modules
1.0.0-SNAPSHOT
-
-
+
+
diff --git a/struts-2/pom.xml b/struts-2/pom.xml
index 8ccd9529bdf2..44cb6dae3d13 100644
--- a/struts-2/pom.xml
+++ b/struts-2/pom.xml
@@ -1,5 +1,5 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
struts
diff --git a/testing-modules/gatling/pom.xml b/testing-modules/gatling/pom.xml
index e15eb34954c5..10df52835abc 100644
--- a/testing-modules/gatling/pom.xml
+++ b/testing-modules/gatling/pom.xml
@@ -1,11 +1,11 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
org.baeldung
gatling
1.0-SNAPSHOT
-
+
com.baeldung
parent-modules
1.0.0-SNAPSHOT
@@ -105,7 +105,9 @@
test
- execute
+
+ execute
+
diff --git a/testing-modules/groovy-spock/pom.xml b/testing-modules/groovy-spock/pom.xml
index 1d1d3753712e..84b27187eb96 100644
--- a/testing-modules/groovy-spock/pom.xml
+++ b/testing-modules/groovy-spock/pom.xml
@@ -1,58 +1,58 @@
- 4.0.0
- org.spockframework
- groovy-spock
- 1.0-SNAPSHOT
- jar
- Spock Framework - Example Project
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ 4.0.0
+ org.spockframework
+ groovy-spock
+ 1.0-SNAPSHOT
+ jar
+ Spock Framework - Example Project
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
- ../../
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+ ../../
+
-
-
-
- org.codehaus.gmavenplus
- gmavenplus-plugin
- ${gmavenplus-plugin.version}
-
-
-
- compile
- testCompile
-
-
-
-
-
-
+
+
+
+ org.codehaus.gmavenplus
+ gmavenplus-plugin
+ ${gmavenplus-plugin.version}
+
+
+
+ compile
+ testCompile
+
+
+
+
+
+
-
-
- org.spockframework
- spock-core
- ${spock-core.version}
- test
-
-
- org.codehaus.groovy
- groovy-all
- ${groovy-all.version}
-
-
+
+
+ org.spockframework
+ spock-core
+ ${spock-core.version}
+ test
+
+
+ org.codehaus.groovy
+ groovy-all
+ ${groovy-all.version}
+
+
-
- UTF-8
- UTF-8
- 1.0-groovy-2.4
- 2.4.7
- 1.5
-
+
+ UTF-8
+ UTF-8
+ 1.0-groovy-2.4
+ 2.4.7
+ 1.5
+
\ No newline at end of file
diff --git a/testing-modules/junit-5/pom.xml b/testing-modules/junit-5/pom.xml
index 87e424e0da45..dd1486be1da2 100644
--- a/testing-modules/junit-5/pom.xml
+++ b/testing-modules/junit-5/pom.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
@@ -9,12 +9,12 @@
junit-5
Intro to JUnit 5
-
+
com.baeldung
parent-modules
1.0.0-SNAPSHOT
- ../../
+ ../../
@@ -99,7 +99,7 @@
h2
${h2.version}
-
+
junit
junit
${junit4.version}
@@ -116,7 +116,7 @@
spring-context
${spring.version}
-
+
-
+
diff --git a/testing-modules/mockito-2/pom.xml b/testing-modules/mockito-2/pom.xml
index 455f7b24a7c2..f51919858f64 100644
--- a/testing-modules/mockito-2/pom.xml
+++ b/testing-modules/mockito-2/pom.xml
@@ -1,23 +1,23 @@
- 4.0.0
- com.baeldung
- mockito-2
- 0.0.1-SNAPSHOT
- jar
- mockito-2-with-java8
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ mockito-2
+ 0.0.1-SNAPSHOT
+ jar
+ mockito-2-with-java8
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
- ../../
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+ ../../
+
-
- UTF-8
+
+ UTF-8
-
- 2.8.9
-
+
+ 2.8.9
+
diff --git a/testing-modules/mockito/pom.xml b/testing-modules/mockito/pom.xml
index a27d475e5a1b..3ba9fd038501 100644
--- a/testing-modules/mockito/pom.xml
+++ b/testing-modules/mockito/pom.xml
@@ -1,79 +1,79 @@
- 4.0.0
- org.baeldung
- mockito
- 0.1-SNAPSHOT
- mockito
-
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
- ../../
-
-
-
-
-
-
-
- com.google.guava
- guava
- ${guava.version}
-
-
-
- org.apache.commons
- commons-lang3
- ${commons-lang3.version}
-
-
-
-
-
-
-
- org.powermock
- powermock-module-junit4
- ${powermock.version}
- test
-
-
- org.powermock
- powermock-api-mockito2
- ${powermock.version}
- test
-
-
-
- org.hamcrest
- java-hamcrest
- ${hamcrest.version}
-
-
-
-
-
- mockito
-
-
- src/main/resources
- true
-
-
-
-
-
-
-
- 19.0
- 3.5
-
-
- 1.7.0
- 2.0.0.0
-
-
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ org.baeldung
+ mockito
+ 0.1-SNAPSHOT
+ mockito
+
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+ ../../
+
+
+
+
+
+
+
+ com.google.guava
+ guava
+ ${guava.version}
+
+
+
+ org.apache.commons
+ commons-lang3
+ ${commons-lang3.version}
+
+
+
+
+
+
+
+ org.powermock
+ powermock-module-junit4
+ ${powermock.version}
+ test
+
+
+ org.powermock
+ powermock-api-mockito2
+ ${powermock.version}
+ test
+
+
+
+ org.hamcrest
+ java-hamcrest
+ ${hamcrest.version}
+
+
+
+
+
+ mockito
+
+
+ src/main/resources
+ true
+
+
+
+
+
+
+
+ 19.0
+ 3.5
+
+
+ 1.7.0
+ 2.0.0.0
+
+
\ No newline at end of file
diff --git a/testing-modules/mocks/jmockit/pom.xml b/testing-modules/mocks/jmockit/pom.xml
index bf131095e080..0ce0818ca305 100644
--- a/testing-modules/mocks/jmockit/pom.xml
+++ b/testing-modules/mocks/jmockit/pom.xml
@@ -1,38 +1,38 @@
- 4.0.0
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
-
- com.baeldung
- mocks
- 1.0.0-SNAPSHOT
- ../
-
+
+ com.baeldung
+ mocks
+ 1.0.0-SNAPSHOT
+ ../
+
- jmockit
- jmockit
+ jmockit
+ jmockit
-
- 1.24
-
+
+ 1.24
+
-
-
- org.jmockit
- jmockit
- ${jmockit.version}
- test
-
-
+
+
+ org.jmockit
+ jmockit
+ ${jmockit.version}
+ test
+
+
-
- jmockit
-
-
- src/main/resources
- true
-
-
-
+
+ jmockit
+
+
+ src/main/resources
+ true
+
+
+
\ No newline at end of file
diff --git a/testing-modules/mocks/mock-comparisons/pom.xml b/testing-modules/mocks/mock-comparisons/pom.xml
index 8ac3304d944c..9328639ad8eb 100644
--- a/testing-modules/mocks/mock-comparisons/pom.xml
+++ b/testing-modules/mocks/mock-comparisons/pom.xml
@@ -1,55 +1,55 @@
- 4.0.0
- mock-comparisons
- mock-comparisons
-
-
- com.baeldung
- mocks
- 1.0.0-SNAPSHOT
- ../
-
-
-
-
- org.mockito
- mockito-core
- ${mockito.version}
- test
-
-
-
- org.easymock
- easymock
- ${easymock.version}
- test
-
-
-
- org.jmockit
- jmockit
- ${jmockit.version}
- test
-
-
-
-
-
- mock-comparisons
-
-
- src/main/resources
- true
-
-
-
-
-
- 2.9.0
- 3.5.1
- 1.34
- UTF-8
-
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ mock-comparisons
+ mock-comparisons
+
+
+ com.baeldung
+ mocks
+ 1.0.0-SNAPSHOT
+ ../
+
+
+
+
+ org.mockito
+ mockito-core
+ ${mockito.version}
+ test
+
+
+
+ org.easymock
+ easymock
+ ${easymock.version}
+ test
+
+
+
+ org.jmockit
+ jmockit
+ ${jmockit.version}
+ test
+
+
+
+
+
+ mock-comparisons
+
+
+ src/main/resources
+ true
+
+
+
+
+
+ 2.9.0
+ 3.5.1
+ 1.34
+ UTF-8
+
\ No newline at end of file
diff --git a/testing-modules/mocks/pom.xml b/testing-modules/mocks/pom.xml
index 5f8122b202c6..b0051644131c 100644
--- a/testing-modules/mocks/pom.xml
+++ b/testing-modules/mocks/pom.xml
@@ -1,21 +1,21 @@
- 4.0.0
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
- ../../
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+ ../../
+
- mocks
- mocks
- pom
+ mocks
+ mocks
+ pom
-
- mock-comparisons
- jmockit
-
+
+ mock-comparisons
+ jmockit
+
diff --git a/testing-modules/mockserver/pom.xml b/testing-modules/mockserver/pom.xml
index ef4d5b05092f..96c86a23d785 100644
--- a/testing-modules/mockserver/pom.xml
+++ b/testing-modules/mockserver/pom.xml
@@ -6,12 +6,12 @@
com.baeldung
mockserver
1.0.0-SNAPSHOT
-
-
+
+
com.baeldung
parent-modules
1.0.0-SNAPSHOT
- ../../
+ ../../
@@ -38,10 +38,10 @@
${apche-http-version}
-
+
3.10.8
4.4.1
-
+
\ No newline at end of file
diff --git a/testing-modules/rest-assured/pom.xml b/testing-modules/rest-assured/pom.xml
index b0d8c591fd8e..dc577b647b25 100644
--- a/testing-modules/rest-assured/pom.xml
+++ b/testing-modules/rest-assured/pom.xml
@@ -1,5 +1,5 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4.0.0
com.baeldung
rest-assured
diff --git a/testing-modules/rest-testing/pom.xml b/testing-modules/rest-testing/pom.xml
index b888cfa3295b..f9866496a4fc 100644
--- a/testing-modules/rest-testing/pom.xml
+++ b/testing-modules/rest-testing/pom.xml
@@ -1,5 +1,5 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
rest-testing
@@ -11,7 +11,7 @@
com.baeldung
parent-modules
1.0.0-SNAPSHOT
- ../../
+ ../../
diff --git a/testing-modules/selenium-junit-testng/pom.xml b/testing-modules/selenium-junit-testng/pom.xml
index 418dd495a4f7..194871b58e74 100644
--- a/testing-modules/selenium-junit-testng/pom.xml
+++ b/testing-modules/selenium-junit-testng/pom.xml
@@ -1,5 +1,5 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
selenium-junit-testng
@@ -9,7 +9,7 @@
com.baeldung
parent-modules
1.0.0-SNAPSHOT
- ../../
+ ../../
diff --git a/testing-modules/testing/pom.xml b/testing-modules/testing/pom.xml
index 91792a46819c..ecef105b01f2 100644
--- a/testing-modules/testing/pom.xml
+++ b/testing-modules/testing/pom.xml
@@ -1,5 +1,5 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
testing
@@ -64,7 +64,7 @@
${pitest.version}
pom
-
+
com.google.truth
truth
@@ -87,7 +87,7 @@
jgotesting
${jgotesting.version}
test
-
+
org.jukito
jukito
diff --git a/testing-modules/testng/pom.xml b/testing-modules/testng/pom.xml
index 7aed1837e5b1..e50f3bb56365 100644
--- a/testing-modules/testng/pom.xml
+++ b/testing-modules/testng/pom.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
testng
0.1.0-SNAPSHOT
diff --git a/undertow/pom.xml b/undertow/pom.xml
index 7d454048248a..35ea2b3348ff 100644
--- a/undertow/pom.xml
+++ b/undertow/pom.xml
@@ -1,57 +1,57 @@
- 4.0.0
- com.baeldung.undertow
- undertow
- jar
- 1.0-SNAPSHOT
- undertow
- http://maven.apache.org
-
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ 4.0.0
+ com.baeldung.undertow
+ undertow
+ jar
+ 1.0-SNAPSHOT
+ undertow
+ http://maven.apache.org
+
com.baeldung
parent-modules
1.0.0-SNAPSHOT
-
- 1.8
- 1.8
-
+
+ 1.8
+ 1.8
+
-
-
- io.undertow
- undertow-servlet
- 1.4.18.Final
-
-
+
+
+ io.undertow
+ undertow-servlet
+ 1.4.18.Final
+
+
-
- ${project.artifactId}
-
-
- org.apache.maven.plugins
- maven-shade-plugin
-
-
- package
-
- shade
-
-
-
-
-
- org.apache.maven.plugins
- maven-jar-plugin
-
-
-
- com.baeldung.undertow.SimpleServer
-
-
-
-
-
-
+
+ ${project.artifactId}
+
+
+ org.apache.maven.plugins
+ maven-shade-plugin
+
+
+ package
+
+ shade
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+
+
+
+ com.baeldung.undertow.SimpleServer
+
+
+
+
+
+
\ No newline at end of file
diff --git a/vaadin/pom.xml b/vaadin/pom.xml
index 114656a69200..6fdf033c226a 100644
--- a/vaadin/pom.xml
+++ b/vaadin/pom.xml
@@ -1,177 +1,177 @@
- 4.0.0
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
- org.test
- vaadin-app
- war
- 1.0-SNAPSHOT
- vaadin-app
+ org.test
+ vaadin-app
+ war
+ 1.0-SNAPSHOT
+ vaadin-app
-
- 3
-
-
+
+ 3
+
+
com.baeldung
parent-modules
1.0.0-SNAPSHOT
-
- 7.7.10
- 8.0.6
- 9.3.9.v20160517
- UTF-8
- 1.8
- 1.8
- local
+
+ 7.7.10
+ 8.0.6
+ 9.3.9.v20160517
+ UTF-8
+ 1.8
+ 1.8
+ local
mytheme
-
+
-
-
- vaadin-addons
- http://maven.vaadin.com/vaadin-addons
-
-
+
+
+ vaadin-addons
+ http://maven.vaadin.com/vaadin-addons
+
+
-
-
-
- com.vaadin
- vaadin-bom
- ${vaadin.version}
- pom
- import
-
-
-
+
+
+
+ com.vaadin
+ vaadin-bom
+ ${vaadin.version}
+ pom
+ import
+
+
+
-
-
- javax.servlet
- javax.servlet-api
- 3.0.1
- provided
-
-
- com.vaadin
- vaadin-server
-
-
- com.vaadin
- vaadin-push
-
-
- com.vaadin
- vaadin-client-compiled
-
-
- com.vaadin
- vaadin-themes
-
-
+
+
+ javax.servlet
+ javax.servlet-api
+ 3.0.1
+ provided
+
+
+ com.vaadin
+ vaadin-server
+
+
+ com.vaadin
+ vaadin-push
+
+
+ com.vaadin
+ vaadin-client-compiled
+
+
+ com.vaadin
+ vaadin-themes
+
+
-
-
-
- org.apache.maven.plugins
- maven-war-plugin
- 3.0.0
-
- false
-
- WEB-INF/classes/VAADIN/widgetsets/WEB-INF/**
-
-
-
- com.vaadin
- vaadin-maven-plugin
- ${vaadin.plugin.version}
-
-
-
- update-theme
- update-widgetset
- compile
-
- compile-theme
-
-
-
-
-
- org.apache.maven.plugins
- maven-clean-plugin
- 3.0.0
-
-
-
-
- src/main/webapp/VAADIN/themes
-
- **/styles.css
- **/styles.scss.cache
-
-
-
-
-
+
+
+
+ org.apache.maven.plugins
+ maven-war-plugin
+ 3.0.0
+
+ false
+
+ WEB-INF/classes/VAADIN/widgetsets/WEB-INF/**
+
+
+
+ com.vaadin
+ vaadin-maven-plugin
+ ${vaadin.plugin.version}
+
+
+
+ update-theme
+ update-widgetset
+ compile
+
+ compile-theme
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-clean-plugin
+ 3.0.0
+
+
+
+
+ src/main/webapp/VAADIN/themes
+
+ **/styles.css
+ **/styles.scss.cache
+
+
+
+
+
-
-
- org.eclipse.jetty
- jetty-maven-plugin
- ${jetty.plugin.version}
-
- 2
-
-
-
-
+
+
+ org.eclipse.jetty
+ jetty-maven-plugin
+ ${jetty.plugin.version}
+
+ 2
+
+
+
+
-
-
-
- vaadin-prerelease
-
- false
-
+
+
+
+ vaadin-prerelease
+
+ false
+
-
-
- vaadin-prereleases
- http://maven.vaadin.com/vaadin-prereleases
-
-
- vaadin-snapshots
- https://oss.sonatype.org/content/repositories/vaadin-snapshots/
-
- false
-
-
- true
-
-
-
-
-
- vaadin-prereleases
- http://maven.vaadin.com/vaadin-prereleases
-
-
- vaadin-snapshots
- https://oss.sonatype.org/content/repositories/vaadin-snapshots/
-
- false
-
-
- true
-
-
-
-
-
+
+
+ vaadin-prereleases
+ http://maven.vaadin.com/vaadin-prereleases
+
+
+ vaadin-snapshots
+ https://oss.sonatype.org/content/repositories/vaadin-snapshots/
+
+ false
+
+
+ true
+
+
+
+
+
+ vaadin-prereleases
+ http://maven.vaadin.com/vaadin-prereleases
+
+
+ vaadin-snapshots
+ https://oss.sonatype.org/content/repositories/vaadin-snapshots/
+
+ false
+
+
+ true
+
+
+
+
+
diff --git a/vavr/pom.xml b/vavr/pom.xml
index f6733d229cb0..411748afdf85 100644
--- a/vavr/pom.xml
+++ b/vavr/pom.xml
@@ -5,7 +5,7 @@
1.0
vavr
-
+
parent-boot-5
com.baeldung
0.0.1-SNAPSHOT
@@ -65,7 +65,7 @@
http://repo.spring.io/snapshot
-
+
1.8
0.9.1
diff --git a/vertx-and-rxjava/pom.xml b/vertx-and-rxjava/pom.xml
index 067b88c41064..b0668c34a648 100644
--- a/vertx-and-rxjava/pom.xml
+++ b/vertx-and-rxjava/pom.xml
@@ -17,7 +17,7 @@
org.apache.maven.plugins
maven-compiler-plugin
- 3.7.0
+ 3.7.0
1.8
diff --git a/vertx/pom.xml b/vertx/pom.xml
index 0498c6ad60bb..b5ca43b1f423 100644
--- a/vertx/pom.xml
+++ b/vertx/pom.xml
@@ -1,7 +1,7 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+ xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4.0.0
com.baeldung
@@ -50,14 +50,14 @@
+ implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
io.vertx.core.Starter
com.baeldung.SimpleServerVerticle
-
+
${project.build.directory}/${project.artifactId}-${project.version}-app.jar
diff --git a/video-tutorials/jackson-annotations/pom.xml b/video-tutorials/jackson-annotations/pom.xml
index 941c3f61dd25..59e14810dd26 100644
--- a/video-tutorials/jackson-annotations/pom.xml
+++ b/video-tutorials/jackson-annotations/pom.xml
@@ -1,176 +1,176 @@
- 4.0.0
- com.baeldung
- jackson-annotations
- 1.0.0-SNAPSHOT
- jacksonannotation
-
-
- com.baeldung
- video-tutorials
- 1.0.0-SNAPSHOT
-
-
-
-
-
-
- com.google.guava
- guava
- ${guava.version}
-
-
-
- commons-io
- commons-io
- ${commons-io.version}
-
-
-
-
- com.fasterxml.jackson.dataformat
- jackson-dataformat-xml
- ${jackson.version}
-
-
-
- org.apache.commons
- commons-collections4
- ${commons-collections4.version}
-
-
-
- org.apache.commons
- commons-lang3
- ${commons-lang3.version}
-
-
-
-
-
-
-
- com.fasterxml.jackson.core
- jackson-databind
- ${jackson.version}
-
-
-
- com.fasterxml.jackson.datatype
- jackson-datatype-jsr310
- ${jackson.version}
-
-
-
- com.fasterxml.jackson.datatype
- jackson-datatype-joda
- ${jackson.version}
-
-
-
- com.fasterxml.jackson.module
- jackson-module-jsonSchema
- ${jackson.version}
-
-
-
- joda-time
- joda-time
- ${joda-time.version}
-
-
-
- com.google.code.gson
- gson
- ${gson.version}
-
-
-
-
- io.rest-assured
- rest-assured
- 3.0.1
- test
-
-
- commons-logging
- commons-logging
-
-
-
-
-
-
- io.rest-assured
- json-schema-validator
- 3.0.0
- test
-
-
-
- io.rest-assured
- json-path
- ${json-path.version}
- test
-
-
-
- com.github.fge
- json-schema-validator
- ${json-schema-validator.version}
- test
-
-
-
- org.assertj
- assertj-core
- ${assertj-core.version}
- test
-
-
-
-
-
- jackson-annotations
-
-
- src/main/resources
- true
-
-
-
-
-
-
-
- 4.3.11.Final
- 5.1.38
-
-
- 2.8.5
-
-
- 5.1.3.Final
- 2.9.6
- 2.8.0
- 4.1
-
-
- 20.0
- 3.5
- 2.5
-
-
- 2.8.9
- 4.4.1
- 4.5
- 2.9.0
- 3.6.1
- 2.2.6
- 3.0.1
-
-
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ jackson-annotations
+ 1.0.0-SNAPSHOT
+ jacksonannotation
+
+
+ com.baeldung
+ video-tutorials
+ 1.0.0-SNAPSHOT
+
+
+
+
+
+
+ com.google.guava
+ guava
+ ${guava.version}
+
+
+
+ commons-io
+ commons-io
+ ${commons-io.version}
+
+
+
+
+ com.fasterxml.jackson.dataformat
+ jackson-dataformat-xml
+ ${jackson.version}
+
+
+
+ org.apache.commons
+ commons-collections4
+ ${commons-collections4.version}
+
+
+
+ org.apache.commons
+ commons-lang3
+ ${commons-lang3.version}
+
+
+
+
+
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+ ${jackson.version}
+
+
+
+ com.fasterxml.jackson.datatype
+ jackson-datatype-jsr310
+ ${jackson.version}
+
+
+
+ com.fasterxml.jackson.datatype
+ jackson-datatype-joda
+ ${jackson.version}
+
+
+
+ com.fasterxml.jackson.module
+ jackson-module-jsonSchema
+ ${jackson.version}
+
+
+
+ joda-time
+ joda-time
+ ${joda-time.version}
+
+
+
+ com.google.code.gson
+ gson
+ ${gson.version}
+
+
+
+
+ io.rest-assured
+ rest-assured
+ 3.0.1
+ test
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+
+
+ io.rest-assured
+ json-schema-validator
+ 3.0.0
+ test
+
+
+
+ io.rest-assured
+ json-path
+ ${json-path.version}
+ test
+
+
+
+ com.github.fge
+ json-schema-validator
+ ${json-schema-validator.version}
+ test
+
+
+
+ org.assertj
+ assertj-core
+ ${assertj-core.version}
+ test
+
+
+
+
+
+ jackson-annotations
+
+
+ src/main/resources
+ true
+
+
+
+
+
+
+
+ 4.3.11.Final
+ 5.1.38
+
+
+ 2.8.5
+
+
+ 5.1.3.Final
+ 2.9.6
+ 2.8.0
+ 4.1
+
+
+ 20.0
+ 3.5
+ 2.5
+
+
+ 2.8.9
+ 4.4.1
+ 4.5
+ 2.9.0
+ 3.6.1
+ 2.2.6
+ 3.0.1
+
+
diff --git a/video-tutorials/pom.xml b/video-tutorials/pom.xml
index a1c01cd5f28c..ceabfa6a3bce 100644
--- a/video-tutorials/pom.xml
+++ b/video-tutorials/pom.xml
@@ -1,5 +1,5 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.baeldung
video-tutorials
diff --git a/vraptor/pom.xml b/vraptor/pom.xml
index 59e5eb645c1a..c5978173ab14 100644
--- a/vraptor/pom.xml
+++ b/vraptor/pom.xml
@@ -1,129 +1,129 @@
- 4.0.0
+ 4.0.0
- com.baeldung
- vraptor
- 1.0.0
- war
+ com.baeldung
+ vraptor
+ 1.0.0
+ war
- A demo project to start using VRaptor 4
-
+ A demo project to start using VRaptor 4
+
com.baeldung
parent-modules
1.0.0-SNAPSHOT
-
- UTF-8
- 2.1.2.Final
-
-
-
-
- br.com.caelum
- vraptor
- 4.2.0.Final
-
-
-
- org.jboss.weld.servlet
- weld-servlet-core
- 2.1.2.Final
-
-
- org.jboss.spec.javax.el
- jboss-el-api_3.0_spec
-
-
-
-
+
+ UTF-8
+ 2.1.2.Final
+
+
+
+
+ br.com.caelum
+ vraptor
+ 4.2.0.Final
+
+
+
+ org.jboss.weld.servlet
+ weld-servlet-core
+ 2.1.2.Final
+
+
+ org.jboss.spec.javax.el
+ jboss-el-api_3.0_spec
+
+
+
+
org.jboss.weld
weld-core-impl
2.1.2.Final
-
-
- org.jboss.spec.javax.el
- jboss-el-api_3.0_spec
-
-
+
+
+ org.jboss.spec.javax.el
+ jboss-el-api_3.0_spec
+
+
+
+
+
+ javax.el
+ el-api
+ 2.2
+ provided
+
+
+
+ org.hibernate
+ hibernate-validator-cdi
+ 5.1.1.Final
+
+
+
+ javax.servlet
+ jstl
+ 1.2
+
+
+
+ javax.servlet
+ javax.servlet-api
+ 3.1.0
+ provided
-
- javax.el
- el-api
- 2.2
- provided
-
-
-
- org.hibernate
- hibernate-validator-cdi
- 5.1.1.Final
-
-
-
- javax.servlet
- jstl
- 1.2
-
-
-
- javax.servlet
- javax.servlet-api
- 3.1.0
- provided
-
-
-
- org.slf4j
- slf4j-log4j12
- 1.7.5
-
-
-
- br.com.caelum.vraptor
- vraptor-freemarker
- 4.1.0-RC3
-
-
-
- br.com.caelum.vraptor
- vraptor-hibernate
- 4.0.4
-
-
-
- mysql
- mysql-connector-java
- 8.0.8-dmr
-
-
-
- org.mindrot
- jbcrypt
- 0.4
-
-
-
- org.freemarker
- freemarker
- 2.3.27-incubating
-
-
-
-
-
- vraptor
- src/main/webapp/WEB-INF/classes
-
-
- org.apache.tomcat.maven
- tomcat7-maven-plugin
- 2.1
-
- /
-
-
-
-
+
+ org.slf4j
+ slf4j-log4j12
+ 1.7.5
+
+
+
+ br.com.caelum.vraptor
+ vraptor-freemarker
+ 4.1.0-RC3
+
+
+
+ br.com.caelum.vraptor
+ vraptor-hibernate
+ 4.0.4
+
+
+
+ mysql
+ mysql-connector-java
+ 8.0.8-dmr
+
+
+
+ org.mindrot
+ jbcrypt
+ 0.4
+
+
+
+ org.freemarker
+ freemarker
+ 2.3.27-incubating
+
+
+
+
+
+ vraptor
+ src/main/webapp/WEB-INF/classes
+
+
+ org.apache.tomcat.maven
+ tomcat7-maven-plugin
+ 2.1
+
+ /
+
+
+
+
diff --git a/wicket/pom.xml b/wicket/pom.xml
index 2927e79c4858..d3cb3199028a 100644
--- a/wicket/pom.xml
+++ b/wicket/pom.xml
@@ -13,8 +13,8 @@
com.baeldung
parent-modules
1.0.0-SNAPSHOT
-
-
+
+
7.5.0
9.2.13.v20150730
diff --git a/xml/pom.xml b/xml/pom.xml
index 2cd643a76f8f..c417ceb15d3e 100644
--- a/xml/pom.xml
+++ b/xml/pom.xml
@@ -1,293 +1,292 @@
- 4.0.0
- com.baeldung
- xml
- 0.1-SNAPSHOT
- xml
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ xml
+ 0.1-SNAPSHOT
+ xml
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
- jibx.sf.net
- JiBX repository
- http://jibx.sf.net/maven2
-
- never
-
-
- false
-
-
-
-
-
- jibx.sf.net
- JiBX repository
- http://jibx.sf.net/maven2
-
- never
-
-
- false
-
-
-
-
-
-
- dom4j
- dom4j
- ${dom4j.version}
-
-
- jaxen
- jaxen
- ${jaxen.version}
-
+
+
+ jibx.sf.net
+ JiBX repository
+ http://jibx.sf.net/maven2
+
+ never
+
+
+ false
+
+
+
+
+
+ jibx.sf.net
+ JiBX repository
+ http://jibx.sf.net/maven2
+
+ never
+
+
+ false
+
+
+
+
+
+
+ dom4j
+ dom4j
+ ${dom4j.version}
+
+
+ jaxen
+ jaxen
+ ${jaxen.version}
+
-
- org.jdom
- jdom2
- ${jdom2.version}
-
+
+ org.jdom
+ jdom2
+ ${jdom2.version}
+
-
-
- commons-io
- commons-io
- ${commons-io.version}
-
+
+
+ commons-io
+ commons-io
+ ${commons-io.version}
+
-
- org.apache.commons
- commons-collections4
- ${commons-collections4.version}
-
+
+ org.apache.commons
+ commons-collections4
+ ${commons-collections4.version}
+
-
- org.apache.commons
- commons-lang3
- ${commons-lang3.version}
-
+
+ org.apache.commons
+ commons-lang3
+ ${commons-lang3.version}
+
-
- org.jibx
- jibx-run
- ${jibx-version}
-
-
- commons-lang
- commons-lang
- ${commons-lang.version}
-
+
+ org.jibx
+ jibx-run
+ ${jibx-version}
+
+
+ commons-lang
+ commons-lang
+ ${commons-lang.version}
+
-
+
-
- xml
-
-
- src/main/resources
- true
-
-
-
+
+ xml
+
+
+ src/main/resources
+ true
+
+
+
-
-
- schemaGen
-
-
-
- org.jibx
- maven-jibx-plugin
- ${maven-jibx-plugin.version}
-
-
- generate-java-code-from-schema
-
- schema-codegen
-
-
- src/main/resources
-
- Order.xsd
-
- true
-
-
-
- compile-binding
-
- bind
-
-
- target/generated-sources
- true
- true
-
- true
-
-
-
- generate-test-code-from-schema
- generate-test-sources
-
- test-schema-codegen
-
-
-
- compile-test-binding
- process-test-classes
-
- test-bind
-
-
- target/generated-test-sources
-
-
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
- ${maven-surefire-plugin.version}
-
-
- CustomerTest.java
-
-
-
-
+
+
+ schemaGen
+
+
+
+ org.jibx
+ maven-jibx-plugin
+ ${maven-jibx-plugin.version}
+
+
+ generate-java-code-from-schema
+
+ schema-codegen
+
+
+ src/main/resources
+
+ Order.xsd
+
+ true
+
+
+
+ compile-binding
+
+ bind
+
+
+ target/generated-sources
+ true
+ true
+
+ true
+
+
+
+ generate-test-code-from-schema
+ generate-test-sources
+
+ test-schema-codegen
+
+
+
+ compile-test-binding
+ process-test-classes
+
+ test-bind
+
+
+ target/generated-test-sources
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${maven-surefire-plugin.version}
+
+
+ CustomerTest.java
+
+
+
+
-
-
+
+
-
- bindGen
-
-
-
-
- org.jibx
- maven-jibx-plugin
-
-
-
-
-
- org.jibx
- maven-jibx-plugin
- ${maven-jibx-plugin.version}
-
- src/main/resources
-
- *-binding.xml
-
-
- template-binding.xml
-
- true
-
-
-
- process-classes
-
- bind
-
-
-
-
-
- org.jibx
- maven-jibx-plugin
- 1.3.1
-
- src/main/resources
-
- *-binding.xml
-
- true
-
-
-
- process-test-classes
-
- test-bind
-
-
-
-
+
+ bindGen
+
+
+
+
+ org.jibx
+ maven-jibx-plugin
+
+
+
+
+
+ org.jibx
+ maven-jibx-plugin
+ ${maven-jibx-plugin.version}
+
+ src/main/resources
+
+ *-binding.xml
+
+
+ template-binding.xml
+
+ true
+
+
+
+ process-classes
+
+ bind
+
+
+
+
+
+ org.jibx
+ maven-jibx-plugin
+ 1.3.1
+
+ src/main/resources
+
+ *-binding.xml
+
+ true
+
+
+
+ process-test-classes
+
+ test-bind
+
+
+
+
-
- org.apache.maven.plugins
- maven-compiler-plugin
-
-
- ${java-version}
-
-
-
-
- maven-assembly-plugin
-
- ${project.basedir}
-
-
- jar-with-dependencies
-
-
-
-
-
- com.baeldung.xml.jibx.JiBXDemoApplication
-
-
-
-
-
-
- make-assembly
- package
-
- attached
-
-
-
-
-
-
-
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+
+
+ ${java-version}
+
+
+
+
+ maven-assembly-plugin
+
+ ${project.basedir}
+
+
+ jar-with-dependencies
+
+
+
+
+
+ com.baeldung.xml.jibx.JiBXDemoApplication
+
+
+
+
+
+
+ make-assembly
+ package
+
+ attached
+
+
+
+
+
+
+
-
-
- 1.6.1
- 1.1.6
- 2.0.6
- 2.5
- 4.1
- 1.2.4.5
+
+
+ 1.6.1
+ 1.1.6
+ 2.0.6
+ 2.5
+ 4.1
+ 1.2.4.5
-
- 3.5
- 2.4
- 1.8
+
+ 3.5
+ 2.4
+ 1.8
+
+ 1.3.1
-
- 1.3.1
-
-
+
diff --git a/xmlunit-2/pom.xml b/xmlunit-2/pom.xml
index a44f5361e53f..171f3de03c47 100644
--- a/xmlunit-2/pom.xml
+++ b/xmlunit-2/pom.xml
@@ -1,36 +1,36 @@
- 4.0.0
- com.baeldung
- xmlunit-2
- 1.0
- XMLUnit-2
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ 4.0.0
+ com.baeldung
+ xmlunit-2
+ 1.0
+ XMLUnit-2
-
- com.baeldung
- parent-modules
- 1.0.0-SNAPSHOT
-
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
-
-
- org.xmlunit
- xmlunit-matchers
- ${xmlunit.version}
-
+
+
+ org.xmlunit
+ xmlunit-matchers
+ ${xmlunit.version}
+
-
- org.xmlunit
- xmlunit-core
- ${xmlunit.version}
-
+
+ org.xmlunit
+ xmlunit-core
+ ${xmlunit.version}
+
-
+
-
+
-
- 2.3.0
-
+
+ 2.3.0
+
diff --git a/xstream/pom.xml b/xstream/pom.xml
index 5d41bc47b2f0..b8462ac34d5f 100644
--- a/xstream/pom.xml
+++ b/xstream/pom.xml
@@ -11,8 +11,8 @@
com.baeldung
parent-modules
1.0.0-SNAPSHOT
-
-
+
+
com.thoughtworks.xstream