mirror of
https://github.com/pcvolkmer/onkostar-plugin-dnpm.git
synced 2025-07-02 01:02:55 +00:00
Issue #19: Integration des ATC-Codes-Plugins in dieses Plugin
closes #19
This commit is contained in:
7
pom.xml
7
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>
|
||||
|
Reference in New Issue
Block a user