File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed
Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 11# as2-lib
22
3- [ ![ javadoc] ( https://javadoc.io/badge2/com.helger.as2/as2-lib/javadoc.svg )] ( https://javadoc.io/doc/com.helger.as2/as2-lib )
43[ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/com.helger.as2/as2-lib-parent-pom/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/com.helger.as2/as2-lib-parent-pom )
4+ [ ![ javadoc] ( https://javadoc.io/badge2/com.helger.as2/as2-lib/javadoc.svg )] ( https://javadoc.io/doc/com.helger.as2/as2-lib )
5+ [ ![ CodeCov] ( https://codecov.io/gh/phax/ph-as2/branch/master/graph/badge.svg )] ( https://codecov.io/gh/phax/ph-as2 )
56
67AS2 is a transport protocol specified in [ RFC 4130] ( http://www.ietf.org/rfc/rfc4130.txt ) .
78AS2 version 1.1 adding compression is specified in [ RFC 5402] ( http://www.ietf.org/rfc/rfc5402.txt ) .
Original file line number Diff line number Diff line change 9191 <artifactId >httpclient5</artifactId >
9292 </dependency >
9393
94+ <dependency >
95+ <groupId >com.github.spotbugs</groupId >
96+ <artifactId >spotbugs-annotations</artifactId >
97+ <scope >compile</scope >
98+ <optional >true</optional >
99+ </dependency >
100+
94101 <dependency >
95102 <groupId >org.slf4j</groupId >
96103 <artifactId >slf4j-simple</artifactId >
Original file line number Diff line number Diff line change 7777 <dependency >
7878 <groupId >com.helger.commons</groupId >
7979 <artifactId >ph-commons-parent-pom</artifactId >
80- <version >11.0.6 </version >
80+ <version >11.1.0 </version >
8181 <type >pom</type >
8282 <scope >import</scope >
8383 </dependency >
8484 <dependency >
8585 <groupId >com.helger</groupId >
8686 <artifactId >ph-css-parent-pom</artifactId >
87- <version >7.0.0 </version >
87+ <version >7.0.1 </version >
8888 <type >pom</type >
8989 <scope >import</scope >
9090 </dependency >
9191 <dependency >
9292 <groupId >com.helger.web</groupId >
9393 <artifactId >ph-web-parent-pom</artifactId >
94- <version >10.1.3 </version >
94+ <version >10.1.4 </version >
9595 <type >pom</type >
9696 <scope >import</scope >
9797 </dependency >
9898 <dependency >
9999 <groupId >com.helger.photon</groupId >
100100 <artifactId >ph-oton-parent-pom</artifactId >
101- <version >9.1.2 </version >
101+ <version >9.1.3 </version >
102102 <type >pom</type >
103103 <scope >import</scope >
104104 </dependency >
You can’t perform that action at this time.
0 commit comments