Skip to content

Commit

Permalink
Update dependencies, add download link
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanCoding committed Oct 16, 2020
1 parent d31a0b2 commit 0515e9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -40,7 +40,8 @@ If you do not use Maven:
FritzCerts requires [Apache HttpClients](https://hc.apache.org/httpcomponents-client-ga/index.html) as well as [Apache HttpMime](https://hc.apache.org/httpcomponents-client-ga/httpmime/summary.html) in a recent version and Java 7 or higher to compile.

# Download
A precompiled version of this program is currently not available, but I'm working on it.
You can download an up to date pre-compiled version of this program here (Compiled with Java 8):
https://build.germancoding.com/job/FritzCerts/lastSuccessfulBuild/artifact/target/FritzCerts-0.0.1-SNAPSHOT.jar

# Additional notes
The program is not fully finished at the moment. There's no pretty status printing yet, instead full HTML pages are printed to the console. Additionally, password protected files should be supported and some other improvements are planed too.
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -8,12 +8,12 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.10</version>
<version>4.5.13</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<version>4.5.10</version>
<version>4.5.13</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit 0515e9d

Please sign in to comment.