-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from ElectronicChartCentre/add-httpservices
test adding httpServices 4.6.15
- Loading branch information
Showing
10 changed files
with
68 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 added
BIN
+37.8 KB
releases/edu/ucar/httpservices/4.6.15/httpservices-4.6.15-sources.jar
Binary file not shown.
7 changes: 7 additions & 0 deletions
7
releases/edu/ucar/httpservices/4.6.15/httpservices-4.6.15-sources.jar.lastUpdated
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
1 change: 1 addition & 0 deletions
1
releases/edu/ucar/httpservices/4.6.15/httpservices-4.6.15-sources.jar.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
b8c7eeaa06cefd359694da30cd694037a09f06f7 |
Binary file not shown.
7 changes: 7 additions & 0 deletions
7
releases/edu/ucar/httpservices/4.6.15/httpservices-4.6.15.jar.lastUpdated
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
1 change: 1 addition & 0 deletions
1
releases/edu/ucar/httpservices/4.6.15/httpservices-4.6.15.jar.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
043cfed0c362c2d3d6e2a81eb5d0e3724e2e540b |
39 changes: 39 additions & 0 deletions
39
releases/edu/ucar/httpservices/4.6.15/httpservices-4.6.15.pom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
7 changes: 7 additions & 0 deletions
7
releases/edu/ucar/httpservices/4.6.15/httpservices-4.6.15.pom.lastUpdated
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
1 change: 1 addition & 0 deletions
1
releases/edu/ucar/httpservices/4.6.15/httpservices-4.6.15.pom.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
281dc3ced2737817f0fa2fbe8e98fdc09ab664c7 |