Allow compilation to work for all but netrexx (tests don't work yet)

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bsf/trunk@1186272 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index e648a66..b89113e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -154,7 +154,7 @@
                 <configuration>
                     <!-- engine dependencies have not yet been sorted -->
                     <excludes>
-                        <exclude>org/apache/bsf/engines/**</exclude>
+                        <exclude>org/apache/bsf/engines/netrexx/**</exclude>
                     </excludes>
                 </configuration>
             </plugin>
@@ -173,9 +173,6 @@
                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
-                    <includes>
-                        <include>**/*TestCase.java</include>
-                    </includes>
                     <excludes>
                         <exclude>**/Abstract*</exclude>
                     </excludes>
@@ -214,6 +211,36 @@
             <version>3.8.2</version>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>commons-jexl</groupId>
+            <artifactId>commons-jexl</artifactId>
+            <version>1.1</version>
+        </dependency>
+        <dependency>
+            <groupId>rhino</groupId>
+            <artifactId>js</artifactId>
+            <version>1.7R2</version>
+        </dependency>
+        <dependency>
+            <groupId>jython</groupId>
+            <artifactId>jython</artifactId>
+            <version>2.1</version>
+        </dependency>
+        <dependency>
+            <groupId>xalan</groupId>
+            <artifactId>xalan</artifactId>
+            <version>2.7.0</version>
+        </dependency>
+        <dependency>
+            <groupId>jacl</groupId>
+            <artifactId>jacl</artifactId>
+            <version>1.2.6</version>
+        </dependency>
+        <dependency>
+            <groupId>jacl</groupId>
+            <artifactId>tcljava</artifactId>
+            <version>1.2.6</version>
+        </dependency>
     </dependencies>
 
 </project>