JAVA-5975 Fixed repository download issues (#10959)
* JAVA-5975 Fixed repository download issues * JAVA-5975 Fixed repository download issues
This commit is contained in:
parent
44165b93d4
commit
a7d529ea22
|
@ -36,9 +36,9 @@
|
|||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>osgeo</id>
|
||||
<name>Open Source Geospatial Foundation Repository</name>
|
||||
<url>http://download.osgeo.org/webdav/geotools/</url>
|
||||
<id>osgeo-release</id>
|
||||
<name>OSGeo Repository</name>
|
||||
<url>https://repo.osgeo.org/repository/release/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
|
|
|
@ -130,9 +130,9 @@
|
|||
<mesos.library.version>0.28.3</mesos.library.version>
|
||||
<parallel-collectors.version>1.1.0</parallel-collectors.version>
|
||||
<handlebars.version>4.1.2</handlebars.version>
|
||||
<jasperreports.version>6.6.0</jasperreports.version>
|
||||
<jasperreports.version>6.17.0</jasperreports.version>
|
||||
<spring.version>5.1.9.RELEASE</spring.version>
|
||||
<hsqldb.version>2.5.0</hsqldb.version>
|
||||
</properties>
|
||||
|
||||
</project>
|
||||
</project>
|
||||
|
|
|
@ -26,6 +26,17 @@
|
|||
<groupId>com.haulmont.yarg</groupId>
|
||||
<artifactId>yarg</artifactId>
|
||||
<version>${yarg.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.olap4j</groupId>
|
||||
<artifactId>olap4j</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.olap4j</groupId>
|
||||
<artifactId>olap4j</artifactId>
|
||||
<version>${olap4j.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.engio</groupId>
|
||||
|
@ -112,6 +123,7 @@
|
|||
<streamex.version>0.6.5</streamex.version>
|
||||
<javax.el.version>3.0.0</javax.el.version>
|
||||
<glassfish.web.version>2.2.4</glassfish.web.version>
|
||||
<olap4j.version>1.2.0</olap4j.version>
|
||||
</properties>
|
||||
|
||||
</project>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue