This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch ISIS-2222 in repository https://gitbox.apache.org/repos/asf/isis.git
commit d5e92b4d418a07a76ba8e9d668ca554d9ca7c34a Author: danhaywood <[email protected]> AuthorDate: Sun Aug 30 12:11:30 2020 +0100 ISIS-2222: fixes dependencies --- valuetypes/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/valuetypes/pom.xml b/valuetypes/pom.xml index cd7add4..f21a495 100644 --- a/valuetypes/pom.xml +++ b/valuetypes/pom.xml @@ -89,11 +89,6 @@ <dependency> <groupId>org.apache.isis.valuetypes</groupId> - <artifactId>isis-valuetypes-markdown-metamodel</artifactId> - <version>2.0.0-SNAPSHOT</version> - </dependency> - <dependency> - <groupId>org.apache.isis.valuetypes</groupId> <artifactId>isis-valuetypes-markdown-applib</artifactId> <version>2.0.0-SNAPSHOT</version> </dependency>
