mirror of
https://github.com/apache/activemq.git
synced 2025-02-10 03:56:21 +00:00
Updating to taglibs 1.2.3 (cherry picked from commit c6f470266e88b01db6286e72546dcf396919566a)
This commit is contained in:
parent
3e3cddc97e
commit
0702888830
@ -275,6 +275,18 @@
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- Tag Libs -->
|
||||
<dependency>
|
||||
<groupId>org.apache.taglibs</groupId>
|
||||
<artifactId>taglibs-standard-spec</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.taglibs</groupId>
|
||||
<artifactId>taglibs-standard-impl</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- used for testing -->
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
|
14
pom.xml
14
pom.xml
@ -117,6 +117,7 @@
|
||||
<spring-version>4.1.9.RELEASE</spring-version>
|
||||
<spring-osgi-version>1.2.1</spring-osgi-version>
|
||||
<stax2-api-version>3.0.2</stax2-api-version>
|
||||
<taglibs-version>1.2.3</taglibs-version>
|
||||
<velocity-version>1.7</velocity-version>
|
||||
<woodstox-core-asl-version>4.2.0</woodstox-core-asl-version>
|
||||
<xalan-version>2.7.2</xalan-version>
|
||||
@ -976,6 +977,19 @@
|
||||
<version>${httpcore-version}</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
<!-- Tag Libs -->
|
||||
<dependency>
|
||||
<groupId>org.apache.taglibs</groupId>
|
||||
<artifactId>taglibs-standard-spec</artifactId>
|
||||
<version>${taglibs-version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.taglibs</groupId>
|
||||
<artifactId>taglibs-standard-impl</artifactId>
|
||||
<version>${taglibs-version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>aopalliance</groupId>
|
||||
<artifactId>aopalliance</artifactId>
|
||||
|
Loading…
x
Reference in New Issue
Block a user