Skip to content

Commit

Permalink
removing of unneeded dependency in weblogic pom
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Dec 18, 2018
1 parent e025c91 commit 921e648
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions weblogic-build/pom.xml
Expand Up @@ -55,17 +55,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-sse</artifactId>
<version>2.27</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.abdera</groupId>
<artifactId>abdera-i18n</artifactId>
Expand Down Expand Up @@ -190,11 +179,6 @@
<artifactId>cache-ri-impl</artifactId>
<bundleDir>/APP-INF/lib/</bundleDir>
</jarModule>
<jarModule>
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-sse</artifactId>
<bundleDir>/APP-INF/lib/</bundleDir>
</jarModule>
</modules>
</configuration>
</plugin>
Expand Down

0 comments on commit 921e648

Please sign in to comment.