BAEL-1112 - Apache Tapestry - PR review fixes
This commit is contained in:
parent
90da38847e
commit
e7f1074006
|
@ -22,8 +22,7 @@
|
||||||
<artifactId>slf4j-log4j12</artifactId>
|
<artifactId>slf4j-log4j12</artifactId>
|
||||||
<version>${slf4j-release-version}</version>
|
<version>${slf4j-release-version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.tapestry</groupId>
|
<groupId>org.apache.tapestry</groupId>
|
||||||
<artifactId>tapestry-webresources</artifactId>
|
<artifactId>tapestry-webresources</artifactId>
|
||||||
|
@ -82,8 +81,8 @@ of testing facilities designed for use with TestNG (http://testng.org/), so it's
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
<version>2.3.2</version>
|
<version>2.3.2</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<source>1.6</source>
|
<source>1.8</source>
|
||||||
<target>1.6</target>
|
<target>1.8</target>
|
||||||
<optimize>true</optimize>
|
<optimize>true</optimize>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
@ -125,8 +124,7 @@ of testing facilities designed for use with TestNG (http://testng.org/), so it's
|
||||||
<reporting/>
|
<reporting/>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
|
<repository>
|
||||||
<repository>
|
|
||||||
<id>jboss</id>
|
<id>jboss</id>
|
||||||
<url>http://repository.jboss.org/nexus/content/groups/public/</url>
|
<url>http://repository.jboss.org/nexus/content/groups/public/</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
<t:body />
|
<t:body />
|
||||||
<hr />
|
<hr />
|
||||||
<footer>
|
<footer>
|
||||||
<p>© Your Company 2015</p>
|
<p>© Your Company</p>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in New Issue