Skip to content

Commit 0737428

Browse files
committed
Use payara micro adapter in payara sample app
1 parent 1e9d192 commit 0737428

3 files changed

Lines changed: 1 addition & 6 deletions

File tree

sample-apps/liberty-app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ plugins {
55
dependencies {
66
providedCompile 'javax:javaee-api:8.0.1'
77
providedCompile 'org.eclipse.microprofile:microprofile:3.0'
8-
testCompile project(':microshed-testing-testcontainers')
98
testCompile project(':microshed-testing-liberty')
109
testCompile group: 'org.slf4j', name: 'slf4j-log4j12', version: '1.7.29'
1110
testImplementation 'org.junit.jupiter:junit-jupiter:5.5.2'

sample-apps/payara-app/Dockerfile

Lines changed: 0 additions & 4 deletions
This file was deleted.

sample-apps/payara-app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
dependencies {
66
providedCompile 'javax:javaee-api:8.0.1'
77
providedCompile 'org.eclipse.microprofile:microprofile:2.1'
8-
testCompile project(':microshed-testing-testcontainers')
8+
testCompile project(':microshed-testing-payara-server')
99
testCompile group: 'org.slf4j', name: 'slf4j-log4j12', version: '1.7.29'
1010
testImplementation 'org.junit.jupiter:junit-jupiter:5.5.2'
1111
}

0 commit comments

Comments
 (0)