From 735e3456d6b4720c2ecdc662b596059d499ce234 Mon Sep 17 00:00:00 2001 From: Olivier Maury <Olivier.Maury@inrae.fr> Date: Tue, 17 Oct 2023 17:55:10 +0200 Subject: [PATCH] =?UTF-8?q?Passage=20=C3=A0=20Domino-ui-1.0.3.=20fixes=20#?= =?UTF-8?q?9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 2575832..b15dd4b 100644 --- a/pom.xml +++ b/pom.xml @@ -40,9 +40,8 @@ </ciManagement> <properties> <!-- Dependencies versions --> - <domino.history.version>1.0.0</domino.history.version> <domino.rest.version>1.0.0</domino.rest.version> - <domino.ui.version>1.0.1</domino.ui.version> + <domino.ui.version>1.0.3</domino.ui.version> <domino.jackson.version>1.0.0</domino.jackson.version> <domino.mvp.version>1.0.0</domino.mvp.version> <gwt.version>2.10.0</gwt.version> @@ -171,11 +170,6 @@ <version>${domino.rest.version}</version> <scope>provided</scope> </dependency> - <dependency> - <groupId>org.dominokit</groupId> - <artifactId>domino-history-shared</artifactId> - <version>${domino.history.version}</version> - </dependency> </dependencies> </dependencyManagement> -- GitLab