Revision 23f8a87b
Added by Andreas Müller 5 months ago
eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF | ||
---|---|---|
559 | 559 |
org.eclipse.swt |
560 | 560 |
Bundle-ClassPath: ., |
561 | 561 |
lib/apache-log4j-extras-1.2.17.jar, |
562 |
lib/aspectjrt-1.9.6.jar,
|
|
562 |
lib/aspectjrt-1.9.7.jar,
|
|
563 | 563 |
lib/cdmlib-commons-5.29.0-SNAPSHOT.jar, |
564 | 564 |
lib/cdmlib-ext-5.29.0-SNAPSHOT.jar, |
565 | 565 |
lib/cdmlib-io-5.29.0-SNAPSHOT.jar, |
eu.etaxonomy.taxeditor.cdmlib/build.properties | ||
---|---|---|
1 | 1 |
bin.includes = META-INF/,\ |
2 | 2 |
.,\ |
3 | 3 |
lib/apache-log4j-extras-1.2.17.jar,\ |
4 |
lib/aspectjrt-1.9.6.jar,\
|
|
5 |
lib/aspectjweaver-1.9.6.jar,\
|
|
4 |
lib/aspectjrt-1.9.7.jar,\
|
|
5 |
lib/aspectjweaver-1.9.7.jar,\
|
|
6 | 6 |
lib/cdmlib-commons-5.29.0-SNAPSHOT.jar,\ |
7 | 7 |
lib/cdmlib-ext-5.29.0-SNAPSHOT.jar,\ |
8 | 8 |
lib/cdmlib-io-5.29.0-SNAPSHOT.jar,\ |
eu.etaxonomy.taxeditor.cdmlib/pom.xml | ||
---|---|---|
16 | 16 |
<lucene.version>5.4.1</lucene.version> |
17 | 17 |
<spring.version>4.3.30.RELEASE</spring.version> <!-- checked 2021-12, further upgrade possible --> |
18 | 18 |
<spring-security.version>4.2.20.RELEASE</spring-security.version> <!-- checked 2021-12, further upgrade possible --> |
19 |
<aspectj.version>1.9.7</aspectj.version> |
|
19 | 20 |
</properties> |
20 | 21 |
<name>CDM Library Dependencies Plugin</name> |
21 | 22 |
<description>CDM Library and dependencies as a plugin</description> |
... | ... | |
477 | 478 |
<dependency> |
478 | 479 |
<groupId>org.aspectj</groupId> |
479 | 480 |
<artifactId>aspectjweaver</artifactId> |
480 |
<version>1.9.6</version>
|
|
481 |
<version>${aspectj.version}</version>
|
|
481 | 482 |
</dependency> |
482 | 483 |
<dependency> |
483 | 484 |
<groupId>org.aspectj</groupId> |
484 | 485 |
<artifactId>aspectjrt</artifactId> |
485 |
<version>1.9.6</version>
|
|
486 |
<version>${aspectj.version}</version>
|
|
486 | 487 |
</dependency> |
487 | 488 |
<dependency> |
488 | 489 |
<groupId>org.hibernate.javax.persistence</groupId> |
Also available in: Unified diff
ref #9359 update aspectj in taxeditor