This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch spring6
in repository https://gitbox.apache.org/repos/asf/isis.git
The following commit(s) were added to refs/heads/spring6 by this push:
new 02da122d7a ISIS-3275: move json parser dependency to
causeway-viewer-restfulobjects-client
02da122d7a is described below
commit 02da122d7a896bc538f29942f1e9eab2b2e98c39
Author: Andi Huber <[email protected]>
AuthorDate: Mon Nov 28 08:42:08 2022 +0100
ISIS-3275: move json parser dependency to
causeway-viewer-restfulobjects-client
---
regressiontests/stable-rest/pom.xml | 7 -------
viewers/restfulobjects/client/pom.xml | 7 +++++++
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/regressiontests/stable-rest/pom.xml
b/regressiontests/stable-rest/pom.xml
index 50e52fcf21..55afb57814 100644
--- a/regressiontests/stable-rest/pom.xml
+++ b/regressiontests/stable-rest/pom.xml
@@ -68,13 +68,6 @@
<artifactId>causeway-extensions-cors-impl</artifactId>
<scope>test</scope>
</dependency>
-
- <dependency>
- <groupId>org.eclipse.parsson</groupId>
- <artifactId>parsson</artifactId>
- <version>1.1.1</version>
- <scope>test</scope>
- </dependency>
</dependencies>
</project>
diff --git a/viewers/restfulobjects/client/pom.xml
b/viewers/restfulobjects/client/pom.xml
index 1f856d74f4..bbafbca024 100644
--- a/viewers/restfulobjects/client/pom.xml
+++ b/viewers/restfulobjects/client/pom.xml
@@ -46,6 +46,13 @@
<artifactId>spring-context</artifactId>
<scope>compile</scope>
</dependency>
+
+ <dependency>
+ <!-- json parsing -->
+ <groupId>org.eclipse.parsson</groupId>
+ <artifactId>parsson</artifactId>
+ <version>1.1.1</version>
+ </dependency>
<!-- TEST DEPENDENCIES -->