|
15 | 15 | <version>2.1.9-SNAPSHOT</version> |
16 | 16 | <packaging>bundle</packaging> |
17 | 17 | <name>Handy URI Templates</name> |
18 | | - <description>Handy URI Templates is a RFC6570 compliant URI template processor. The library allows clients to |
| 18 | + |
| 19 | + <description> |
| 20 | + Handy URI Templates is a RFC6570 compliant URI template processor. The library allows clients to |
19 | 21 | utilize templatized URIs and inject replacement variables to expand the template into a URI. The library sports |
20 | 22 | a fluent API, ability to plugin custom object renderers, and supports all levels of URI templates. |
21 | 23 | </description> |
22 | 24 |
|
23 | 25 | <properties> |
24 | 26 | <java.version>11</java.version> |
25 | | - <http.client>4.5.12</http.client> |
26 | 27 | <jackson.version>2.11.0</jackson.version> |
27 | | - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
28 | | - <spotbugs.plugin>4.0.0</spotbugs.plugin> |
29 | | - <jacoco.version>0.8.5</jacoco.version> |
30 | | - <javadoc.plugin>3.2.0</javadoc.plugin> |
31 | | - <joda.version>2.10.6</joda.version> |
32 | 28 | </properties> |
33 | 29 |
|
34 | 30 | <url>https://github.com/wcm-io-caravan/Handy-URI-Templates</url> |
|
146 | 142 | <dependency> |
147 | 143 | <groupId>org.apache.httpcomponents</groupId> |
148 | 144 | <artifactId>httpclient</artifactId> |
149 | | - <version>${http.client}</version> |
| 145 | + <version>4.5.12</version> |
150 | 146 | <scope>test</scope> |
151 | 147 | </dependency> |
152 | 148 |
|
153 | 149 | <!-- Date/Time Utilities --> |
154 | 150 | <dependency> |
155 | 151 | <groupId>joda-time</groupId> |
156 | 152 | <artifactId>joda-time</artifactId> |
157 | | - <version>${joda.version}</version> |
| 153 | + <version>2.10.6</version> |
158 | 154 | <scope>compile</scope> |
159 | 155 | </dependency> |
160 | 156 |
|
|
0 commit comments