diff options
Diffstat (limited to 'aai-core/pom.xml')
-rw-r--r-- | aai-core/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/aai-core/pom.xml b/aai-core/pom.xml index 047e3af4..86ae0971 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -365,6 +365,12 @@ limitations under the License. <groupId>org.skyscreamer</groupId> <artifactId>jsonassert</artifactId> <scope>test</scope> + <exclusions> + <exclusion> + <groupId>com.vaadin.external.google</groupId> + <artifactId>android-json</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> |