|
|
@@ -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>
|