HP Integrity NonStop J-Series User Manual

Page 142

Advertising
background image

Changes to the Pom.xml file

The following modifications were made to the POM.xml file:

The Spring-version property in the properties section of the pom.xml file was modified to 3.0.3.
Before the change:

<properties>

<spring.version>3.0.0.BUILD-SNAPSHOT</spring.version>

<tiles.version>2.2.0</tiles.version>
<hsqldb.version>1.8.0.7</hsqldb.version>
.
.
.
</properties>

After the change:

<properties>

<spring.version>3.0.3.RELEASE</spring.version>

<tiles.version>2.2.0</tiles.version>
<hsqldb.version>1.8.0.7</hsqldb.version>
.
.
.
</properties>

The slf4j logging APIs were added.

<!-- Logging -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${org.slf4j-version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<version>${org.slf4j-version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>${org.slf4j-version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.16</version>
<scope>runtime</scope>
</dependency>

The following properties were added for the slf4j logging APIs.
Before the change:

<properties>
<spring.version>3.0.0.BUILD-SNAPSHOT</spring.version>
<tiles.version>2.2.0</tiles.version>
<hsqldb.version>1.8.0.7</hsqldb.version>
<commons-fileupload.version>1.2.1</commons-fileupload.version>
<struts.version>1.2.9</struts.version>
<xml-rpc.version>1.1.0</xml-rpc.version>
<dbcp.version>1.2.2.osgi</dbcp.version>
<junit.version>4.6</junit.version>
<commons-io.version>1.3.2</commons-io.version>
<urlrewrite.version>3.1.0</urlrewrite.version>

142

Customizing Sample Applications

Advertising
This manual is related to the following products: