Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
<dependency>
   <groupId>org.apache.cxf</groupId>
   <artifactId>cxf-bundle</artifactId>
   <version>2.4.0</version>
</dependency>

Wiki Markup
\[INFO\] Unable to find resource 'javax.jws:jsr181-api:jar:1.0' in repository central (http://repo1.maven.org/maven2)
@StreamingAttachment annotation (for setting the MTOM threshold) depends on&nbsp;[http://mvnrepository.com/artifact/com.sun.xml/jaxws-rt/2.0EA3|http://mvnrepository.com/artifact/com.sun.xml/jaxws-rt/2.0EA3]&nbsp;which depends on&nbsp;[http://mvnrepository.com/artifact/javax.jws/jsr181-api/1.0-MR1|http://mvnrepository.com/artifact/javax.jws/jsr181-api/1.0-MR1]&nbsp;which is not in maven central.

Unable to find resource 'javax.jws:jsr181-api:jar:1.0' in repository central (http://repo1.maven.org/maven2Image Removed)

However I was able to download it from 

http://repo1.maven.org/maven2/javax/jws/jsr181-api/1.0-MR1/jsr181-api-1.0-MR1.jarImage Removed  (which is maven central)

and install it by 

mvn install:install-file -DgroupId=javax.jws -DartifactId=jsr181-api -Dversion=1.0 -Dpackaging=jar -Dfile=../Downloads/jsr181-api-1.0-MR1.jar

Thats strange.

Candidates for removal

ReadOnlyContext.getSoapContext()

...