You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2019/05/21 16:54:31 UTC

[qpid-broker-j] 01/02: QPID-8315: update csv handling dep to new version, available from maven central

This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git

commit b3e77760f2a4d9e5b8afd07a335a4384acabe969
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Tue May 21 17:32:18 2019 +0100

    QPID-8315: update csv handling dep to new version, available from maven central
---
 perftests/visualisation-jfc/pom.xml | 14 --------------
 pom.xml                             |  2 +-
 2 files changed, 1 insertion(+), 15 deletions(-)

diff --git a/perftests/visualisation-jfc/pom.xml b/perftests/visualisation-jfc/pom.xml
index cb6ed9f..4b4fad7 100644
--- a/perftests/visualisation-jfc/pom.xml
+++ b/perftests/visualisation-jfc/pom.xml
@@ -175,18 +175,4 @@
       </plugin>
     </plugins>
   </build>
-
-  <repositories>
-    <repository>
-      <id>csvjdbc.releases</id>
-      <url>http://csvjdbc.sourceforge.net/maven2</url>
-      <layout>default</layout>
-      <releases>
-        <enabled>true</enabled>
-      </releases>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-    </repository>
-  </repositories>
 </project>
diff --git a/pom.xml b/pom.xml
index 22ba7b1..341e91e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -119,7 +119,7 @@
 
     <velocity-version>1.4</velocity-version>
     <jython-version>2.5.3</jython-version>
-    <csvjdbc-version>1.0.8</csvjdbc-version>
+    <csvjdbc-version>1.0.35</csvjdbc-version>
     <jfreechart-version>1.0.13</jfreechart-version>
 
     <dojo-version>1.14.0</dojo-version>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org