Browse Source

import dependency: DatabaseConnectors.jar

sunyj 8 years ago
parent
commit
547c0e5e83
2 changed files with 7 additions and 0 deletions
  1. BIN
      crystal-replace-view/lib/DatabaseConnectors.jar
  2. 7 0
      crystal-replace-view/pom.xml

BIN
crystal-replace-view/lib/DatabaseConnectors.jar


+ 7 - 0
crystal-replace-view/pom.xml

@@ -37,6 +37,13 @@
             <scope>system</scope>
             <systemPath>${project.basedir}/lib/CrystalCommon2.jar</systemPath>
         </dependency>
+        <dependency>
+            <groupId>com.crystaldecisions</groupId>
+            <artifactId>DatabaseConnectors</artifactId>
+            <version>1.0.0</version>
+            <scope>system</scope>
+            <systemPath>${project.basedir}/lib/DatabaseConnectors.jar</systemPath>
+        </dependency>
         <dependency>
             <groupId>com.businessobjects.foundation</groupId>
             <artifactId>logging</artifactId>