@@ -24,7 +24,6 @@
.mtj.tmp/
# Package Files #
-*.jar
*.war
*.ear
*.zip
@@ -78,6 +78,13 @@
<artifactId>commons-collections</artifactId>
<version>3.2.2</version>
</dependency>
+ <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>
+ </dependency>
</dependencies>
<build>