Skip to content

Commit

Permalink
Upgrade to Quarkus 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed Nov 5, 2020
1 parent 8ab74db commit e4ad8c9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion catalog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</dependency>
<dependency>
<groupId>org.jboss.slf4j</groupId>
<artifactId>slf4j-jboss-logging</artifactId>
<artifactId>slf4j-jboss-logmanager</artifactId>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion extensions/as2/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
</dependency>
<dependency>
<groupId>org.jboss.slf4j</groupId>
<artifactId>slf4j-jboss-logging</artifactId>
<artifactId>slf4j-jboss-logmanager</artifactId>
</dependency>
</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ ReflectiveClassBuildItem registerForReflection(CombinedIndexBuildItem combinedIn
.collect(Collectors.toList());

dtos.add(CamelAuthorizationException.class.getName());
dtos.add(Boolean[].class.getName());
dtos.add(Float[].class.getName());
dtos.add(java.util.Date[].class.getName());
dtos.add(Calendar[].class.getName());
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<okhttp.version>3.14.6</okhttp.version><!-- keep in sync with okio -->
<okio.version>1.17.2</okio.version><!-- keep in sync with okhttp -->
<opencensus-api.version>0.26.0</opencensus-api.version><!-- Mess in pubsub transitive deps vs google cloud deps -->
<quarkus.version>1.9.2.Final</quarkus.version>
<quarkus.version>999-SNAPSHOT</quarkus.version>
<quarkus-qpid-jms.version>0.19.0</quarkus-qpid-jms.version>
<protobuf.version>3.11.1</protobuf.version>
<retrofit.version>2.5.0</retrofit.version>
Expand Down
4 changes: 4 additions & 0 deletions poms/bom-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
</exclusion>
<exclusion>
<groupId>org.glassfish.web</groupId>
<artifactId>*</artifactId>
Expand Down

0 comments on commit e4ad8c9

Please sign in to comment.