Skip to content

Commit

Permalink
Weld integration
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
  • Loading branch information
senivam authored and jansupol committed Oct 22, 2020
1 parent 111af66 commit f84fc04
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 39 deletions.
21 changes: 0 additions & 21 deletions examples/cdi-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,23 +175,6 @@
</dependency>
</dependencies>
</profile>
<profile>
<id>jakartification_exclude_tests</id> <!-- TODO remove after jakartification -->
<activation>
<jdk>[1.8,)</jdk>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skipTests>true</skipTests>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>

<build>
Expand All @@ -210,10 +193,6 @@
<configuration>
<forkMode>always</forkMode>
<enableAssertions>false</enableAssertions>
<!-- TODO remove after jakartification -->
<excludes>
<exclude>org/glassfish/jersey/examples/cdi/resources/EchoParamBeanTest.java</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
Expand Down
17 changes: 0 additions & 17 deletions examples/helloworld-weld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,23 +124,6 @@
</plugins>
</build>
</profile>
<profile>
<id>jakartification_exclude_tests</id> <!-- TODO remove after jakartification -->
<activation>
<jdk>[1.8,)</jdk>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skipTests>true</skipTests>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>

</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2113,8 +2113,8 @@
<spring5.version>5.1.5.RELEASE</spring5.version>
<surefire.version>3.0.0-M3</surefire.version>

<weld.version>4.0.0.Beta1</weld.version> <!-- 2.4.1 doesn't work - bv tests -->
<!-- Jakartified, eligible for CQ -->
<weld.version>4.0.0.Beta5</weld.version> <!-- 2.4.1 doesn't work - bv tests -->
<validation.impl.version>7.0.0.Alpha6</validation.impl.version>
<!-- END of Jakartified, eligible for CQ -->
<xerces.version>2.11.0</xerces.version>
Expand Down

0 comments on commit f84fc04

Please sign in to comment.