This rule checks that batch layer does not depend on service layer. Allowed dependencies from the batch layer:
package com.devonfw.ide.sonarqube.batch.api;
import com.devonfw.ide.sonarqube.service.api.Bar;
public class MyClass {}