Skip to content

Commit

Permalink
Update cdi and weld to 2.0 spec and update jenkins builder label
Browse files Browse the repository at this point in the history
  • Loading branch information
ligangty committed Nov 28, 2022
1 parent c5aa35d commit c9dac89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pipeline {
agent { label 'maven' }
agent { label 'maven-36-jdk11' }
stages {
stage('Prepare') {
steps {
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
<httpcoreVersion>4.4.15</httpcoreVersion>
<httpclientVersion>4.5.13</httpclientVersion>
<resteasy-version>3.0.12.Final</resteasy-version>
<weld-version>2.4.8.Final</weld-version>
<cdi-version>1.2</cdi-version>
<weld-version>3.1.9.Final</weld-version>
<cdi-version>2.0</cdi-version>
<logback-version>1.2.11</logback-version>
<enforceBestPractices>false</enforceBestPractices>
<enforceStandards>false</enforceStandards>
Expand Down Expand Up @@ -243,7 +243,7 @@

<dependency>
<groupId>org.jboss.weld.se</groupId>
<artifactId>weld-se</artifactId>
<artifactId>weld-se-shaded</artifactId>
<version>${weld-version}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit c9dac89

Please sign in to comment.