|
20 | 20 | <dependency> |
21 | 21 | <groupId>mysql</groupId> |
22 | 22 | <artifactId>mysql-connector-java</artifactId> |
23 | | - <version>5.1.23</version> |
| 23 | + <version>5.1.38</version> |
24 | 24 | </dependency> |
25 | 25 |
|
26 | 26 | <!-- This adds automatic compression of JavaScript and CSS when in production mode. --> |
| 27 | + <!-- This currently breaks the resin deployment |
| 28 | + (see https://github.com/TechEmpower/FrameworkBenchmarks/pull/1816#issuecomment-167749791) |
27 | 29 | <dependency> |
28 | 30 | <groupId>org.apache.tapestry</groupId> |
29 | | - <artifactId>tapestry-yuicompressor</artifactId> |
| 31 | + <artifactId>tapestry-webresources</artifactId> |
30 | 32 | <version>${tapestry-release-version}</version> |
31 | 33 | </dependency> |
| 34 | + --> |
32 | 35 |
|
33 | 36 | <!-- Uncomment this to add support for file uploads: |
34 | 37 |
|
@@ -83,7 +86,7 @@ of testing facilities designed for use with TestNG (http://testng.org/), so it's |
83 | 86 | <dependency> |
84 | 87 | <groupId>com.fasterxml.jackson.core</groupId> |
85 | 88 | <artifactId>jackson-databind</artifactId> |
86 | | - <version>2.3.0</version> |
| 89 | + <version>2.6.4</version> |
87 | 90 | </dependency> |
88 | 91 |
|
89 | 92 | </dependencies> |
@@ -133,16 +136,23 @@ of testing facilities designed for use with TestNG (http://testng.org/), so it's |
133 | 136 |
|
134 | 137 | <repositories> |
135 | 138 |
|
136 | | - <!-- This repository is only needed when the Tapestry version is a preview release, rather |
137 | | - than a final release. --> |
138 | 139 | <repository> |
139 | | - <id>apache-staging</id> |
140 | | - <url>https://repository.apache.org/content/groups/staging/</url> |
| 140 | + <id>maven-central</id> |
| 141 | + <url>https://repo1.maven.org/maven2</url> |
| 142 | + <snapshots> |
| 143 | + <enabled>false</enabled> |
| 144 | + </snapshots> |
141 | 145 | </repository> |
| 146 | + <!-- This repository is only needed when the Tapestry version is a preview release, rather |
| 147 | + than a final release. --> |
| 148 | +<!-- <repository> --> |
| 149 | +<!-- <id>apache-staging</id> --> |
| 150 | +<!-- <url>https://repository.apache.org/content/groups/staging/</url> --> |
| 151 | +<!-- </repository> --> |
142 | 152 | </repositories> |
143 | 153 |
|
144 | 154 | <properties> |
145 | | - <tapestry-release-version>5.3.6</tapestry-release-version> |
| 155 | + <tapestry-release-version>5.4.0</tapestry-release-version> |
146 | 156 | <servlet-api-release-version>2.5</servlet-api-release-version> |
147 | 157 | <testng-release-version>5.14.10</testng-release-version> |
148 | 158 | <easymock-release-version>3.0</easymock-release-version> |
|
0 commit comments