|
|
@@ -22,6 +22,62 @@
|
|
|
<artifactId>report-common</artifactId>
|
|
|
<version>${report.common.version}</version>
|
|
|
</dependency>
|
|
|
+
|
|
|
+ <!-- crystal reports dependencies -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.crystaldecisions</groupId>
|
|
|
+ <artifactId>CrystalReportsRuntime</artifactId>
|
|
|
+ <version>1.0.0</version>
|
|
|
+ <scope>system</scope>
|
|
|
+ <systemPath>${project.basedir}/lib/CrystalReportsRuntime.jar</systemPath>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.crystaldecisions</groupId>
|
|
|
+ <artifactId>CrystalCommon2</artifactId>
|
|
|
+ <version>1.0.0</version>
|
|
|
+ <scope>system</scope>
|
|
|
+ <systemPath>${project.basedir}/lib/CrystalCommon2.jar</systemPath>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.businessobjects.foundation</groupId>
|
|
|
+ <artifactId>logging</artifactId>
|
|
|
+ <version>1.0.0</version>
|
|
|
+ <scope>system</scope>
|
|
|
+ <systemPath>${project.basedir}/lib/logging.jar</systemPath>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.crystaldecision.common</groupId>
|
|
|
+ <artifactId>keycodeDecoder</artifactId>
|
|
|
+ <version>1.0.0</version>
|
|
|
+ <scope>system</scope>
|
|
|
+ <systemPath>${project.basedir}/lib/keycodeDecoder.jar</systemPath>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.businessobjects.reports</groupId>
|
|
|
+ <artifactId>JDBInterface</artifactId>
|
|
|
+ <version>1.0.0</version>
|
|
|
+ <scope>system</scope>
|
|
|
+ <systemPath>${project.basedir}/lib/JDBInterface.jar</systemPath>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.slf4j</groupId>
|
|
|
+ <artifactId>log4j-over-slf4j</artifactId>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>commons-configuration</groupId>
|
|
|
+ <artifactId>commons-configuration</artifactId>
|
|
|
+ <version>1.10</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.ibm.icu</groupId>
|
|
|
+ <artifactId>icu4j</artifactId>
|
|
|
+ <version>60.2</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>commons-collections</groupId>
|
|
|
+ <artifactId>commons-collections</artifactId>
|
|
|
+ <version>3.2.2</version>
|
|
|
+ </dependency>
|
|
|
</dependencies>
|
|
|
|
|
|
<build>
|