Skip to content

Commit

Permalink
Adapt example/reactive blocking example to native
Browse files Browse the repository at this point in the history
  • Loading branch information
Sgitario committed Sep 27, 2021
1 parent af31615 commit f547041
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions examples/blocking-reactive-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
<groupId>org.jboss.spec.javax.ws.rs</groupId>
<artifactId>jboss-jaxrs-api_2.1_spec</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-arc</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus.qe</groupId>
<artifactId>quarkus-test-core</artifactId>
Expand Down Expand Up @@ -47,19 +51,6 @@
</plugins>
</build>
<profiles>
<profile>
<!-- Disable native build on this module -->
<id>native</id>
<activation>
<property>
<name>native</name>
</property>
</activation>
<properties>
<!-- To not build the module on Native -->
<quarkus.package.type>fast-jar</quarkus.package.type>
</properties>
</profile>
<profile>
<id>deploy-to-openshift-using-extension</id>
<dependencies>
Expand Down

0 comments on commit f547041

Please sign in to comment.