diff --git a/orcid-api-common/pom.xml b/orcid-api-common/pom.xml index bdc91839e11..9d5b0375c1f 100644 --- a/orcid-api-common/pom.xml +++ b/orcid-api-common/pom.xml @@ -103,8 +103,7 @@ javax.servlet - javax.servlet-api - ${servlets.version} + javax.servlet-api provided @@ -116,11 +115,7 @@ org.aspectj aspectjweaver - - - javax.servlet - javax.servlet-api - + javax.validation validation-api diff --git a/orcid-api-web/pom.xml b/orcid-api-web/pom.xml index 20e5aeff5ba..a9d484efaaf 100644 --- a/orcid-api-web/pom.xml +++ b/orcid-api-web/pom.xml @@ -17,19 +17,7 @@ - - - ${project.parent.groupId} - orcid-core - ${project.parent.version} - - - ${project.groupId} - orcid-api-common - ${project.parent.version} - - - + org.springframework.security spring-security-core @@ -54,38 +42,39 @@ org.springframework.security.oauth spring-security-oauth2 - + + - com.google.guava - guava + ${project.groupId} + orcid-core + ${project.parent.version} - - - javax.servlet - javax.servlet-api + ${project.groupId} + orcid-api-common + ${project.parent.version} + + + com.google.guava + guava + + + - org.orcid - orcid-test - test - ${project.version} + org.togglz + togglz-junit + 2.4.1.Final + test - org.seleniumhq.selenium - selenium-java + ${project.groupId} + orcid-test + ${project.parent.version} test - - - org.togglz - togglz-junit - 2.4.1.Final - test - - ${project.artifactId} diff --git a/orcid-core/pom.xml b/orcid-core/pom.xml index 3eec7c8a2a5..ace9ebf2507 100644 --- a/orcid-core/pom.xml +++ b/orcid-core/pom.xml @@ -316,8 +316,7 @@ javax.ws.rs - javax.ws.rs-api - 2.1 + javax.ws.rs-api