diff --git a/.project b/.project new file mode 100644 index 000000000000..2d04570bfee8 --- /dev/null +++ b/.project @@ -0,0 +1,11 @@ + + + parent + + + + + + + + diff --git a/guava/pom.xml b/guava/pom.xml index 349eaa5c7db5..f15b011ce8e2 100644 --- a/guava/pom.xml +++ b/guava/pom.xml @@ -1,10 +1,10 @@ 4.0.0 org.baeldung - spring-rest + guava 0.1-SNAPSHOT - spring-rest + guava @@ -62,7 +62,7 @@ - spring-rest + guava src/main/resources diff --git a/mockito/pom.xml b/mockito/pom.xml index 475ad51d6689..b5aeb6be8df9 100644 --- a/mockito/pom.xml +++ b/mockito/pom.xml @@ -2,10 +2,10 @@ 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-rest + mockito 0.1-SNAPSHOT - spring-rest + mockito @@ -57,7 +57,7 @@ - spring-rest + mockito src/main/resources diff --git a/pom.xml b/pom.xml new file mode 100644 index 000000000000..aa8bc53c5f02 --- /dev/null +++ b/pom.xml @@ -0,0 +1,39 @@ + + 4.0.0 + org.baeldung + parent + 0.1-SNAPSHOT + parent + pom + + + core-java + experiments + guava + httpclient + jackson + mockito + rest-testing + sandbox + spring-all + spring-exceptions + spring-hibernate3 + spring-hibernate4 + spring-jpa + spring-mvc-java + spring-mvc-no-xml + spring-mvc-xml + spring-rest + spring-security-basic-auth + spring-security-mvc-custom + spring-security-mvc-digest-auth + spring-security-mvc-login + spring-security-mvc-session + spring-security-rest + spring-security-rest-basic-auth + spring-security-rest-custom + spring-security-rest-digest-auth + spring-security-rest-full + + + \ No newline at end of file diff --git a/sandbox/pom.xml b/sandbox/pom.xml index d0bd1aae3108..2028a4b44295 100644 --- a/sandbox/pom.xml +++ b/sandbox/pom.xml @@ -1,10 +1,10 @@ 4.0.0 org.baeldung - spring-rest + sandbox 0.1-SNAPSHOT - spring-rest + sandbox