|
4 | 4 | <artifactId>logicaldoc-parent-pom</artifactId> |
5 | 5 | <name>logicaldoc-parent-pom</name> |
6 | 6 | <packaging>pom</packaging> |
7 | | - <version>96</version> |
| 7 | + <version>97</version> |
8 | 8 | <description>Parent pom definition</description> |
9 | 9 | <scm> |
10 | 10 | <connection>scm:svn:https://logicaldoc.svn.sourceforge.net/svnroot/logicaldoc/build/poms/trunk</connection> |
|
92 | 92 | <solr.version>8.5.1</solr.version> |
93 | 93 | <gwt.version>2.8.2</gwt.version> |
94 | 94 | <smartgwt.version>12.1p</smartgwt.version> |
95 | | - <cxf.version>3.1.18</cxf.version> |
96 | | - <slf4j.version>1.7.7</slf4j.version> |
| 95 | + <cxf.version>3.2.14</cxf.version> |
| 96 | + <slf4j.version>1.7.30</slf4j.version> |
97 | 97 | <ant.version>1.8.2</ant.version> |
98 | 98 | <httpclient.version>4.5.2</httpclient.version> |
99 | | - <jackson.version>2.6.5</jackson.version> |
| 99 | + <jackson.version>2.11.4</jackson.version> |
100 | 100 | <poi.version>3.16</poi.version> |
101 | 101 | <jaxb.version>2.2.11</jaxb.version> |
102 | 102 | </properties> |
|
110 | 110 | <dependency> |
111 | 111 | <groupId>javax.ws.rs</groupId> |
112 | 112 | <artifactId>javax.ws.rs-api</artifactId> |
113 | | - <version>2.0.1</version> |
| 113 | + <version>2.1.1</version> |
114 | 114 | </dependency> |
115 | 115 | <dependency> |
116 | 116 | <groupId>org.glassfish</groupId> |
|
224 | 224 | <dependency> |
225 | 225 | <groupId>commons-fileupload</groupId> |
226 | 226 | <artifactId>commons-fileupload</artifactId> |
227 | | - <version>1.2.2</version> |
| 227 | + <version>1.3.3</version> |
228 | 228 | <type>jar</type> |
229 | 229 | </dependency> |
230 | 230 | <dependency> |
|
271 | 271 | <dependency> |
272 | 272 | <groupId>org.apache.commons</groupId> |
273 | 273 | <artifactId>commons-lang3</artifactId> |
274 | | - <version>3.4</version> |
| 274 | + <version>3.5</version> |
275 | 275 | </dependency> |
276 | 276 | <dependency> |
277 | 277 | <groupId>org.apache.commons</groupId> |
|
314 | 314 | <artifactId>commons-net</artifactId> |
315 | 315 | <version>3.6</version> |
316 | 316 | </dependency> |
| 317 | + <dependency> |
| 318 | + <groupId>org.apache.commons</groupId> |
| 319 | + <artifactId>commons-imaging</artifactId> |
| 320 | + <version>1.0-alpha1</version> |
| 321 | + </dependency> |
317 | 322 | <dependency> |
318 | 323 | <groupId>org.apache.xmlgraphics</groupId> |
319 | 324 | <artifactId>fop</artifactId> |
|
711 | 716 | <groupId>org.apache.cxf</groupId> |
712 | 717 | <artifactId>cxf-tools-common</artifactId> |
713 | 718 | <version>${cxf.version}</version> |
714 | | - </dependency> |
715 | | - <dependency> |
716 | | - <groupId>org.apache.cxf</groupId> |
717 | | - <artifactId>cxf-rt-transports-http</artifactId> |
718 | | - <version>${cxf.version}</version> |
719 | | - </dependency> |
720 | | - |
| 719 | + </dependency> |
| 720 | + <dependency> |
| 721 | + <groupId>org.apache.cxf</groupId> |
| 722 | + <artifactId>cxf-rt-transports-http</artifactId> |
| 723 | + <version>${cxf.version}</version> |
| 724 | + </dependency> |
721 | 725 | <!-- Javax Media image processing --> |
722 | 726 | <dependency> |
723 | 727 | <groupId>javax.media</groupId> |
|
826 | 830 | <dependency> |
827 | 831 | <groupId>com.thoughtworks.xstream</groupId> |
828 | 832 | <artifactId>xstream</artifactId> |
829 | | - <version>1.4.10</version> |
| 833 | + <version>1.4.15</version> |
830 | 834 | </dependency> |
831 | 835 | <dependency> |
832 | 836 | <groupId>com.hierynomus</groupId> |
|
838 | 842 | <artifactId>jcifs-ng</artifactId> |
839 | 843 | <version>2.1.2</version> |
840 | 844 | </dependency> |
| 845 | + <dependency> |
| 846 | + <groupId>io.swagger.core.v3</groupId> |
| 847 | + <artifactId>swagger-annotations</artifactId> |
| 848 | + <version>2.1.6</version> |
| 849 | + </dependency> |
841 | 850 | </dependencies> |
842 | 851 | </dependencyManagement> |
843 | 852 | <repositories> |
844 | | - <repository> |
845 | | - <id>central</id> |
846 | | - <url>https://repo.maven.apache.org/maven2/</url> |
847 | | - </repository> |
848 | | - <repository> |
849 | | - <id>central1</id> |
850 | | - <url>https://repo1.maven.org/maven2/</url> |
851 | | - </repository> |
| 853 | + <repository> |
| 854 | + <id>central</id> |
| 855 | + <name>Central Repository</name> |
| 856 | + <url>https://repo1.maven.org/maven2/</url> |
| 857 | + </repository> |
| 858 | + <repository> |
| 859 | + <id>eclipse-releases</id> |
| 860 | + <name>Eclipse Releases</name> |
| 861 | + <url>https://repo.eclipse.org/content/groups/releases/</url> |
| 862 | + </repository> |
852 | 863 | <repository> |
853 | 864 | <id>logicaldoc</id> |
854 | 865 | <name>LogicalDOC Repository</name> |
855 | 866 | <url>http://logicaldoc.sourceforge.net/maven</url> |
856 | 867 | </repository> |
857 | | - <repository> |
858 | | - <id>maven2-repository.dev.java.net</id> |
859 | | - <name>Java.net Repository for Maven</name> |
860 | | - <url>http://download.java.net/maven/2/</url> |
861 | | - <layout>default</layout> |
862 | | - </repository> |
863 | 868 | <repository> |
864 | 869 | <id>smartgwt</id> |
865 | 870 | <url>http://www.smartclient.com/maven2</url> |
866 | 871 | </repository> |
867 | | - <repository> |
868 | | - <id>gwtupload</id> |
869 | | - <name>GWT Upload repository at googlecode</name> |
870 | | - <url>http://gwtupload.googlecode.com/svn/mavenrepo</url> |
871 | | - </repository> |
872 | | - <repository> |
873 | | - <id>gwtchismes</id> |
874 | | - <url>http://gwtchismes.googlecode.com/svn/mavenrepo/</url> |
875 | | - </repository> |
876 | 872 | <repository> |
877 | 873 | <id>gwt-image-loader-repo</id> |
878 | 874 | <url>http://gwt-image-loader.googlecode.com/svn/repo</url> |
|
0 commit comments