Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2012-01-31 22:21:58 +0000
committerJoakim Erdfelt2012-01-31 22:21:58 +0000
commitfdaad62b633f9a5a534f7468715a0e26f9770c9f (patch)
tree0bccddf09c0b435dd4cb9d62b2891ab63089e2c6 /jetty-client
parent6e3bd75d9989716c582a428066158902f9d2acf6 (diff)
downloadorg.eclipse.jetty.project-fdaad62b633f9a5a534f7468715a0e26f9770c9f.tar.gz
org.eclipse.jetty.project-fdaad62b633f9a5a534f7468715a0e26f9770c9f.tar.xz
org.eclipse.jetty.project-fdaad62b633f9a5a534f7468715a0e26f9770c9f.zip
Migrating old javax.* deps to new org.eclipse.jetty.orbit deps
+ Removed old deps in javax.*, geronimo, and asm in favor of new org.eclipse.jetty.orbit deps + Added enforcer rule to prevent reintroducing the old deps.
Diffstat (limited to 'jetty-client')
-rw-r--r--jetty-client/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-client/pom.xml b/jetty-client/pom.xml
index a273af541a..4efb47517f 100644
--- a/jetty-client/pom.xml
+++ b/jetty-client/pom.xml
@@ -68,7 +68,7 @@
<artifactItem>
<groupId>org.eclipse.jetty.toolchain</groupId>
<artifactId>jetty-test-policy</artifactId>
- <version>${jetty.test.policy}</version>
+ <version>${jetty-test-policy-version}</version>
<type>jar</type>
<overWrite>true</overWrite>
<includes>**/*.keystore,**/*.pem</includes>

Back to the top