Removed unnecessary comment blocks
Original commit: elastic/x-pack-elasticsearch@fc38cc1c30
This commit is contained in:
parent
c5a74df643
commit
f3befde555
|
@ -39,21 +39,6 @@
|
|||
</resources>
|
||||
|
||||
<plugins>
|
||||
|
||||
<!-- <plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>for-plugin</id>
|
||||
<phase>prepare-package</phase>
|
||||
<goals>
|
||||
<goal>jar</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>-->
|
||||
|
||||
<plugin>
|
||||
<groupId>com.carrotsearch.randomizedtesting</groupId>
|
||||
<artifactId>junit4-maven-plugin</artifactId>
|
||||
|
|
|
@ -11,7 +11,6 @@ import org.elasticsearch.license.core.License;
|
|||
import java.util.Collection;
|
||||
|
||||
|
||||
//@ImplementedBy(LicensesService.class)
|
||||
public interface LicensesClientService {
|
||||
|
||||
public interface Listener {
|
||||
|
|
Loading…
Reference in New Issue