Skip to content

Commit ed92e2a

Browse files
committed
Drop OSGI crap until some proper community contribution
1 parent 10a538c commit ed92e2a

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

pom.xml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -98,28 +98,6 @@
9898
</redirectTestOutputToFile>
9999
</configuration>
100100
</plugin>
101-
<plugin>
102-
<groupId>org.apache.felix</groupId>
103-
<artifactId>maven-bundle-plugin</artifactId>
104-
<version>3.0.1</version>
105-
<extensions>true</extensions>
106-
<configuration>
107-
<manifestLocation>META-INF</manifestLocation>
108-
<instructions>
109-
<Bundle-Version>$(replace;$(project.version);-SNAPSHOT;.$(tstamp;yyyyMMdd-HHmm))</Bundle-Version>
110-
<Bundle-Vendor>The AsyncHttpClient Project</Bundle-Vendor>
111-
</instructions>
112-
</configuration>
113-
<executions>
114-
<execution>
115-
<id>osgi-bundle</id>
116-
<phase>package</phase>
117-
<goals>
118-
<goal>bundle</goal>
119-
</goals>
120-
</execution>
121-
</executions>
122-
</plugin>
123101
<plugin>
124102
<artifactId>maven-enforcer-plugin</artifactId>
125103
<version>1.4.1</version>

0 commit comments

Comments
 (0)