summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index e634ce3..cd7d802 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,9 +29,9 @@
<dependency>
<groupId>de.ukw</groupId>
<artifactId>onkostar-plugin-atccodes</artifactId>
- <version>0.4.0</version>
+ <version>0.5.0</version>
<scope>system</scope>
- <systemPath>${project.basedir}/libs/onkostar-plugin-atccodes-0.4.0.jar</systemPath>
+ <systemPath>${project.basedir}/libs/onkostar-plugin-atccodes-0.5.0.jar</systemPath>
</dependency>
<!-- Hibernate -->
@@ -159,7 +159,8 @@
${project.build.directory}/classes/
</outputDirectory>
<includes>
- de/ukw/ccc/**/*.class
+ de/ukw/ccc/**/*.class,
+ de/ukw/ccc/**/*.js
</includes>
<excludeTransitive>true</excludeTransitive>
<includeScope>system</includeScope>