Updated to address TCK classpath
This commit is contained in:
@@ -15,7 +15,6 @@
|
|||||||
</parent>
|
</parent>
|
||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<spring.framework.version>4.0.2.RELEASE</spring.framework.version>
|
|
||||||
<jsr352.tck.libs.dir>${env.JSR_352_TCK_LIBS}</jsr352.tck.libs.dir>
|
<jsr352.tck.libs.dir>${env.JSR_352_TCK_LIBS}</jsr352.tck.libs.dir>
|
||||||
<jsr352.tck.home.dir>${env.JSR_352_TCK_HOME}</jsr352.tck.home.dir>
|
<jsr352.tck.home.dir>${env.JSR_352_TCK_HOME}</jsr352.tck.home.dir>
|
||||||
</properties>
|
</properties>
|
||||||
|
|||||||
@@ -60,7 +60,9 @@
|
|||||||
<id>central</id>
|
<id>central</id>
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<snapshotRepository>
|
<snapshotRepository>
|
||||||
<id>sonatype-nexus-snapshots</id>
|
<id>
|
||||||
|
|
||||||
|
sonatype-nexus-snapshots</id>
|
||||||
<name>Sonatype Nexus Snapshots</name>
|
<name>Sonatype Nexus Snapshots</name>
|
||||||
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
|
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
|
||||||
</snapshotRepository>
|
</snapshotRepository>
|
||||||
|
|||||||
Reference in New Issue
Block a user