summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2020-12-16 17:51:32 +0100
committerThomas Lenz <thomas.lenz@egiz.gv.at>2020-12-16 17:51:32 +0100
commit167d50a81758bd9235eae6755495d5fa68e1c697 (patch)
treefcbf89c6ed0e90708f04fc58e71f74fdaf5565cc
parentcc82abf0ea17011dc37eed5def9796ff6ef109f5 (diff)
downloadegovutils-167d50a81758bd9235eae6755495d5fa68e1c697.tar.gz
egovutils-167d50a81758bd9235eae6755495d5fa68e1c697.tar.bz2
egovutils-167d50a81758bd9235eae6755495d5fa68e1c697.zip
update third-party libs
-rw-r--r--.gitignore42
-rw-r--r--pom.xml12
2 files changed, 47 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore
index ef1ce5d..45aad1b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,45 @@
-target
+.DS_Store
+
+# Compiled class file
+*.class
+
+# Mobile Tools for Java (J2ME)
+.mtj.tmp/
+
+# Package Files #
+*.jar
+*.war
+*.ear
+
+# Eclipse
+.metadata
+.classpath
+.project
.settings
+.springBeans
+target
+Servers
+logs
+generated
+MANIFEST.MF
+test-output
+.factorypath
+
+# NetBeans
+nbproject/private/
+build/
+nbbuild/
+dist/
+nbdist/
+nbactions.xml
+.nb-gradle/
+
+# Intelij
+*.iml
+.idea
+out
+
+
.svn
wsdlsources
/src/test/java/at/gv/util/demo/Clienttests.java
diff --git a/pom.xml b/pom.xml
index 1068dcd..2b6731c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,19 +12,19 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
- <cxf.version>3.3.3</cxf.version>
- <org.slf4j.version>1.7.28</org.slf4j.version>
+ <cxf.version>3.4.1</cxf.version>
+ <org.slf4j.version>1.7.30</org.slf4j.version>
- <org.apache.httpcomponents.httpclient.version>4.5.10</org.apache.httpcomponents.httpclient.version>
+ <org.apache.httpcomponents.httpclient.version>4.5.13</org.apache.httpcomponents.httpclient.version>
<commons-collections.version>3.2.2</commons-collections.version>
<commons-lang.version>2.6</commons-lang.version>
- <commons-codec.version>1.13</commons-codec.version>
+ <commons-codec.version>1.15</commons-codec.version>
<commons-beanutils.version>1.9.4</commons-beanutils.version>
- <commons-validator.version>1.6</commons-validator.version>
+ <commons-validator.version>1.7</commons-validator.version>
<javax.xml.bind.jaxb-api.version>2.3.0</javax.xml.bind.jaxb-api.version>
<xalan.version>2.7.1</xalan.version>
- <xerces.xercesImpl.version>2.11.0</xerces.xercesImpl.version>
+ <xerces.xercesImpl.version>2.12.0</xerces.xercesImpl.version>
<javax.servlet-api.version>2.5</javax.servlet-api.version>