| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 149a704 commit ef4b6fb
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -31,10 +31,6 @@ | |||
| 31 | 31 | <description>Java Sample Code to be used in examples (in blog, etc)</description> | |
| 32 | 32 | <inceptionYear>2015</inceptionYear> | |
| 33 | 33 | ||
| 34 | - <prerequisites> | ||
| 35 | - <maven>3.0</maven> | ||
| 36 | - </prerequisites> | ||
| 37 | - | ||
| 38 | 34 | <licenses> | |
| 39 | 35 | <license> | |
| 40 | 36 | <name>The Apache Software License, Version 2.0</name> | |
@@ -199,10 +195,17 @@ | |||
| 199 | 195 | </profile> | |
| 200 | 196 | </profiles> | |
| 201 | 197 | ||
| 198 | + <repositories> | ||
| 199 | + <repository> | ||
| 200 | + <id>jcenter</id> | ||
| 201 | + <url>https://jcenter.bintray.com/</url> | ||
| 202 | + </repository> | ||
| 203 | + </repositories> | ||
| 204 | + | ||
| 202 | 205 | <properties> | |
| 203 | 206 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |
| 204 | 207 | <junit.version>4.12</junit.version> | |
| 205 | - <jcommander.version>1.64</jcommander.version> | ||
| 208 | + <jcommander.version>1.71</jcommander.version> | ||
| 206 | 209 | <metrics.version>3.2.2</metrics.version> | |
| 207 | 210 | <slf4j.version>1.7.25</slf4j.version> | |
| 208 | 211 | <log4j.version>1.2.17</log4j.version> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments