Skip to content

Commit

Permalink
Merge pull request #4 from ElectronicChartCentre/add-httpservices
Browse files Browse the repository at this point in the history
test adding httpServices 4.6.15
  • Loading branch information
halset authored Jan 11, 2024
2 parents e99ce07 + 6a235d5 commit 9a61561
Show file tree
Hide file tree
Showing 10 changed files with 68 additions and 0 deletions.
5 changes: 5 additions & 0 deletions releases/edu/ucar/httpservices/4.6.15/_remote.repositories
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Mon Jun 05 09:31:11 CEST 2023
httpservices-4.6.15-sources.jar>osgeo=
httpservices-4.6.15.jar>osgeo=
httpservices-4.6.15.pom>osgeo=
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Mon Jun 05 09:31:11 CEST 2023
https\://maven.ecc.no/releases/.error=
https\://maven.ecc.no/releases/.lastUpdated=1685950270352
https\://repo.maven.apache.org/maven2/.error=
https\://repo.maven.apache.org/maven2/.lastUpdated=1685950270247
https\://repo.osgeo.org/repository/release/.lastUpdated=1685950271104
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b8c7eeaa06cefd359694da30cd694037a09f06f7
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Fri Dec 09 11:42:51 CET 2022
@default-ECC\ Repository-https\://ecc-mvn.ams3.digitaloceanspaces.com/releases/.lastUpdated=1670582532712
https\://ecc-mvn.ams3.digitaloceanspaces.com/releases/.error=Could not transfer artifact edu.ucar\:httpservices\:jar\:4.6.15 from/to ECC Repository (https\://ecc-mvn.ams3.digitaloceanspaces.com/releases)\: authorization failed for https\://ecc-mvn.ams3.digitaloceanspaces.com/releases/edu/ucar/httpservices/4.6.15/httpservices-4.6.15.jar, status\: 403 Forbidden
https\://repo.maven.apache.org/maven2/.error=
https\://repo.maven.apache.org/maven2/.lastUpdated=1670582521573
https\://repo.osgeo.org/repository/release/.lastUpdated=1670582571517
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
043cfed0c362c2d3d6e2a81eb5d0e3724e2e540b
39 changes: 39 additions & 0 deletions releases/edu/ucar/httpservices/4.6.15/httpservices-4.6.15.pom
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>edu.ucar</groupId>
<artifactId>httpservices</artifactId>
<version>4.6.15</version>
<dependencies>
<dependency>
<groupId>net.jcip</groupId>
<artifactId>jcip-annotations</artifactId>
<version>1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<version>4.5.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.22</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Fri Dec 09 11:41:18 CET 2022
@default-ECC\ Repository-https\://ecc-mvn.ams3.digitaloceanspaces.com/releases/.lastUpdated=1670582477940
https\://ecc-mvn.ams3.digitaloceanspaces.com/releases/.error=Could not transfer artifact edu.ucar\:httpservices\:pom\:4.6.15 from/to ECC Repository (https\://ecc-mvn.ams3.digitaloceanspaces.com/releases)\: authorization failed for https\://ecc-mvn.ams3.digitaloceanspaces.com/releases/edu/ucar/httpservices/4.6.15/httpservices-4.6.15.pom, status\: 403 Forbidden
https\://repo.maven.apache.org/maven2/.error=
https\://repo.maven.apache.org/maven2/.lastUpdated=1670582477889
https\://repo.osgeo.org/repository/release/.lastUpdated=1670582478327
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
281dc3ced2737817f0fa2fbe8e98fdc09ab664c7

0 comments on commit 9a61561

Please sign in to comment.