Merge branch 'master' into pmd/7.0.x
This commit is contained in:
@@ -81,10 +81,6 @@
|
||||
</plugins>
|
||||
</build>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>net.java.dev.javacc</groupId>
|
||||
<artifactId>javacc</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.sourceforge.pmd</groupId>
|
||||
<artifactId>pmd-core</artifactId>
|
||||
@@ -93,21 +89,12 @@
|
||||
<groupId>commons-io</groupId>
|
||||
<artifactId>commons-io</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.sourceforge.saxon</groupId>
|
||||
<artifactId>saxon</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.junit.vintage</groupId>
|
||||
<artifactId>junit-vintage-engine</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.sourceforge.pmd</groupId>
|
||||
<artifactId>pmd-test</artifactId>
|
||||
|
@@ -16,7 +16,7 @@ public class PLSQLLanguageModule extends BaseLanguageModule {
|
||||
|
||||
public PLSQLLanguageModule() {
|
||||
super(NAME, null, TERSE_NAME,
|
||||
"sql",
|
||||
"sql",
|
||||
"trg", // Triggers
|
||||
"prc", "fnc", // Standalone Procedures and Functions
|
||||
"pld", // Oracle*Forms
|
||||
|
Reference in New Issue
Block a user