From da56e9efc9a2c3ae8053592198543393b56e694b Mon Sep 17 00:00:00 2001
From: Marco Molinaro <molinaro@oats.inaf.it>
Date: Tue, 23 Jan 2018 08:24:19 +0100
Subject: [PATCH] webapp pom.xml - Jetty profile - set tasman-core version to
 1.3.2

---
 TASMAN-webapp/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/TASMAN-webapp/pom.xml b/TASMAN-webapp/pom.xml
index 5e07fba..1781721 100644
--- a/TASMAN-webapp/pom.xml
+++ b/TASMAN-webapp/pom.xml
@@ -107,7 +107,7 @@
                 <dependency>
                     <groupId>it.inaf.ia2.tap</groupId>
                     <artifactId>tasman-core</artifactId>
-                    <version>1.3.1</version>
+                    <version>1.3.2</version>
                     <exclusions>
                         <!-- exclusion due to tomcat-jdbc dependency conflicting with Jetty -->
                         <exclusion>
-- 
GitLab