This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-maven-enforcer-rules.git


The following commit(s) were added to refs/heads/master by this push:
     new 1df3096  fix IT after rephrasing error message
1df3096 is described below

commit 1df309614b278156f6fbb386ea27e73920dd0b1f
Author: Konrad Windszus <[email protected]>
AuthorDate: Wed Jun 8 14:40:04 2022 +0200

    fix IT after rephrasing error message
---
 src/it/require-provided-deps-in-runtime-classpath/verify.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/it/require-provided-deps-in-runtime-classpath/verify.groovy 
b/src/it/require-provided-deps-in-runtime-classpath/verify.groovy
index 522204a..c00b952 100644
--- a/src/it/require-provided-deps-in-runtime-classpath/verify.groovy
+++ b/src/it/require-provided-deps-in-runtime-classpath/verify.groovy
@@ -17,7 +17,7 @@
  * under the License.
  */
 File buildLog = new File(basedir, 'build.log')
-assert buildLog.text.contains('Found 16 missing runtime dependencies:')
+assert buildLog.text.contains('Found 16 missing runtime dependencies')
 assert buildLog.text.contains('Provided dependency 
org.osgi:org.osgi.framework:jar:1.8.0 (via 
org.apache.jackrabbit.vault:vault-cli:jar:3.6.0 -> 
org.apache.jackrabbit.vault:org.apache.jackrabbit.vault:jar:3.6.0) not found as 
runtime dependency!')
 assert buildLog.text.contains('Provided dependency 
com.google.code.findbugs:jsr305:jar:3.0.2 (direct) not found as runtime 
dependency!')
 assert true
\ No newline at end of file

Reply via email to