File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
43 <parent >
54 <groupId >org.sonatype.oss</groupId >
65 <artifactId >oss-parent</artifactId >
109 <groupId >com.ning</groupId >
1110 <artifactId >async-http-client</artifactId >
1211 <name >Asynchronous Http Client</name >
13- <version >1.7.0-SNAPSHOT </version >
12+ <version >1.7.0-RC1 </version >
1413 <packaging >jar</packaging >
1514 <description >
1615 Async Http Client library purpose is to allow Java applications to easily execute HTTP requests and
389388 </excludes >
390389 </artifactSet >
391390 <transformers >
392- <transformer
393- implementation =" org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
394- <transformer
395- implementation =" org.apache.maven.plugins.shade.resource.ComponentsXmlResourceTransformer" />
396- <transformer
397- implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" />
391+ <transformer implementation =" org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
392+ <transformer implementation =" org.apache.maven.plugins.shade.resource.ComponentsXmlResourceTransformer" />
393+ <transformer implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" />
398394 </transformers >
399395 </configuration >
400396 </execution >
You can’t perform that action at this time.
0 commit comments