|
|
@@ -11,6 +11,13 @@
|
|
|
<artifactId>crystal-replace-view</artifactId>
|
|
|
<packaging>jar</packaging>
|
|
|
|
|
|
+ <repositories>
|
|
|
+ <repository>
|
|
|
+ <id>lib</id>
|
|
|
+ <url>file://${project.basedir}/lib</url>
|
|
|
+ </repository>
|
|
|
+ </repositories>
|
|
|
+
|
|
|
<dependencies>
|
|
|
<dependency>
|
|
|
<groupId>junit</groupId>
|
|
|
@@ -27,43 +34,31 @@
|
|
|
<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.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>
|
|
|
<version>1.0.0</version>
|
|
|
- <scope>system</scope>
|
|
|
- <systemPath>${project.basedir}/lib/logging.jar</systemPath>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
- <groupId>com.crystaldecision.common</groupId>
|
|
|
+ <groupId>com.crystaldecisions</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>
|
|
|
@@ -87,9 +82,7 @@
|
|
|
<dependency>
|
|
|
<groupId>com.azalea.ufl</groupId>
|
|
|
<artifactId>barcode</artifactId>
|
|
|
- <version>1.0</version>
|
|
|
- <scope>system</scope>
|
|
|
- <systemPath>${project.basedir}/lib/com.azalea.ufl.barcode.1.0.jar</systemPath>
|
|
|
+ <version>1.0.0</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.lowagie</groupId>
|