Skip to content

Commit

Permalink
get FITS jar from Maven Central, not local_lib #9808
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Aug 28, 2023
1 parent 7f24353 commit c5b7da0
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 30 deletions.
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions local_lib/nom/tam/fits/fits/maven-metadata.xml

This file was deleted.

1 change: 0 additions & 1 deletion local_lib/nom/tam/fits/fits/maven-metadata.xml.md5

This file was deleted.

1 change: 0 additions & 1 deletion local_lib/nom/tam/fits/fits/maven-metadata.xml.sha1

This file was deleted.

8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -290,11 +290,11 @@
<artifactId>colt</artifactId>
<version>1.2.0</version>
</dependency>
<!-- fits.jar, not available from network repos, supplied in local_lib -->
<!-- FITS -->
<dependency>
<groupId>nom.tam.fits</groupId>
<artifactId>fits</artifactId>
<version>2012-10-25-generated</version>
<groupId>gov.nasa.gsfc.heasarc</groupId>
<artifactId>nom-tam-fits</artifactId>
<version>1.18.0</version>
</dependency>
<dependency>
<groupId>net.handle</groupId>
Expand Down

0 comments on commit c5b7da0

Please sign in to comment.