Skip to content

Commit

Permalink
PAYARA-1402-Upgrade-HK2-to-2.5.0
Browse files Browse the repository at this point in the history
upgrade on hk2 version
  • Loading branch information
Mert ÇALIŞKAN committed Feb 28, 2017
1 parent 7c79dad commit 46231f6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions appserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -847,6 +847,12 @@
<groupId>org.glassfish.fighterfish</groupId>
<artifactId>osgi-javaee-base</artifactId>
<version>1.0.7</version>
<exclusions>
<exclusion>
<groupId>org.glassfish.hk2.external</groupId>
<artifactId>bean-validator</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.glassfish.fighterfish</groupId>
Expand Down
4 changes: 2 additions & 2 deletions nucleus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@
<servlet-api.version>3.1.0</servlet-api.version>
<grizzly.version>2.3.27</grizzly.version>
<saaj-api.version>1.3.4</saaj-api.version>
<hk2.version>2.5.0-b33</hk2.version>
<hk2.plugin.version>2.5.0-b33</hk2.plugin.version>
<hk2.version>2.5.0-b35</hk2.version>
<hk2.plugin.version>2.5.0-b35</hk2.plugin.version>
<hibernate.validator.version>5.2.4.Final</hibernate.validator.version>
<javax.validation.version>1.1.0.Final</javax.validation.version>
<classmate.version>1.3.3</classmate.version>
Expand Down

0 comments on commit 46231f6

Please sign in to comment.