Skip to content

Commit

Permalink
add back mysql at top of pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
rayhondo committed Nov 20, 2023
1 parent 1b6663a commit 5a60077
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -324,10 +324,6 @@
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>tabular-releases</id>
<url>https://tabular-repository-public.s3.amazonaws.com/releases</url>
</repository>
<repository>
<!--
This is used as a fallback when the first try fails.
Expand Down Expand Up @@ -442,6 +438,11 @@
<artifactId>iceberg-aws-bundle</artifactId>
<version>1.4.2</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.27</version>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion python/pyspark/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__: str = "2815!3.3.2+affirm.dev18"
__version__: str = "2815!3.3.2+affirm.dev19"

0 comments on commit 5a60077

Please sign in to comment.