diff --git a/jbpm/jbpm-flow-builder/src/main/java/org/jbpm/weaver/DRFWeaverService.java b/jbpm/jbpm-flow-builder/src/main/java/org/jbpm/weaver/DRFWeaverService.java deleted file mode 100755 index 881ee35e49a..00000000000 --- a/jbpm/jbpm-flow-builder/src/main/java/org/jbpm/weaver/DRFWeaverService.java +++ /dev/null @@ -1,30 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package org.jbpm.weaver; - -import org.kie.api.io.ResourceType; - -public class DRFWeaverService extends AbstractWeaverService { - - @Override - public ResourceType getResourceType() { - return ResourceType.DRF; - } - -} diff --git a/jbpm/jbpm-flow-builder/src/main/resources/META-INF/services/org.kie.api.internal.weaver.KieWeaverService b/jbpm/jbpm-flow-builder/src/main/resources/META-INF/services/org.kie.api.internal.weaver.KieWeaverService index 94f5d1e8679..5e46d1c110b 100644 --- a/jbpm/jbpm-flow-builder/src/main/resources/META-INF/services/org.kie.api.internal.weaver.KieWeaverService +++ b/jbpm/jbpm-flow-builder/src/main/resources/META-INF/services/org.kie.api.internal.weaver.KieWeaverService @@ -17,5 +17,4 @@ # under the License. # -org.jbpm.weaver.BPMN2WeaverService -org.jbpm.weaver.DRFWeaverService \ No newline at end of file +org.jbpm.weaver.BPMN2WeaverService \ No newline at end of file