Skip to content

Commit

Permalink
Integration Tests for Everything Operation don't run. #2131
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
  • Loading branch information
prb112 committed Mar 24, 2021
1 parent ec9d4c4 commit 2b8cb29
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion build/docker/copy-test-operations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@ mkdir -p $USERLIB
echo "Copying test artifacts to install location..."
find ${WORKSPACE}/conformance -iname 'fhir-ig*.jar' -not -iname 'fhir*-tests.jar' -not -iname 'fhir*-test-*.jar' -exec cp -f {} ${USERLIB} \;
cp -pr ${WORKSPACE}/operation/fhir-operation-test/target/fhir-operation-*-tests.jar ${USERLIB}
cp -pr ${WORKSPACE}/operation/fhir-operation-everything/target/fhir-operation-*.jar ${USERLIB}

echo "Finished copying test operations."
2 changes: 0 additions & 2 deletions fhir-server-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@
<groupId>${project.groupId}</groupId>
<artifactId>fhir-operation-everything</artifactId>
<version>${project.version}</version>
<!-- temporarily set to provided scope to avoid packaging it in 4.6.1 -->
<scope>provided</scope>
</dependency>
<dependency>
<groupId>jakarta.servlet</groupId>
Expand Down

0 comments on commit 2b8cb29

Please sign in to comment.