Skip to content

Commit

Permalink
Update versions remove travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pfreitag authored May 21, 2024
1 parent f66d2e7 commit 16f2f01
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 25 deletions.
22 changes: 0 additions & 22 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# FuseLess

[![Build Status](https://travis-ci.org/foundeo/fuseless.svg?branch=master)](https://travis-ci.org/foundeo/fuseless)
![Build Status](https://github.com/foundeo/fuseless/actions/workflows/ci.yml/badge.svg)


FuseLess is a set of tools and code for running CFML applications on serverless computing platforms (such as AWS Lambda).
Expand Down
2 changes: 1 addition & 1 deletion java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {

dependencies {
implementation (
'com.amazonaws.serverless:aws-serverless-java-container-core:1.9.4',
'com.amazonaws.serverless:aws-serverless-java-container-core:1.8.2',
'javax.servlet.jsp:javax.servlet.jsp-api:2.3.1',
'javax.el:javax.el-api:3.0.0',
'com.amazonaws:aws-xray-recorder-sdk-core:2.15.3',
Expand Down
2 changes: 1 addition & 1 deletion test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repositories {

dependencies {
implementation (
'com.amazonaws.serverless:aws-serverless-java-container-core:1.9.4',
'com.amazonaws.serverless:aws-serverless-java-container-core:1.8.2',
'javax.servlet.jsp:javax.servlet.jsp-api:2.3.1',
'javax.el:javax.el-api:3.0.0',
'com.amazonaws:aws-lambda-java-core:1.2.3',
Expand Down

0 comments on commit 16f2f01

Please sign in to comment.