Rework LeafRefValidation
[yangtools.git] / yang / yang-data-impl / pom.xml
index 2c094a4531f6cbd0413cb46f6ca32bb6290fc001..1b0856bc7f94d47c0c2ba8a020bb561c64166a86 100644 (file)
     <description>${project.artifactId}</description>
 
     <properties>
-        <!-- FIXME: antlr-generated code does not pass SB -->
+        <!-- FIXME: fixup/suppress remaining bugs and remove this -->
         <odlparent.spotbugs.enforce>false</odlparent.spotbugs.enforce>
     </properties>
 
     <build>
         <plugins>
-            <plugin>
-                <groupId>org.antlr</groupId>
-                <artifactId>antlr4-maven-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>antlr4</goal>
-                        </goals>
-                    </execution>
-                </executions>
-                <configuration>
-                    <visitor>true</visitor>
-                    <listener>true</listener>
-                </configuration>
-            </plugin>
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.antlr</groupId>
-            <artifactId>antlr4-runtime</artifactId>
-        </dependency>
         <dependency>
             <groupId>javax.xml.bind</groupId>
             <artifactId>jaxb-api</artifactId>