Skip to content

Commit c7e912a

Browse files
authored
[NO-ISSUE]: Fix deltaspike error in uberfire tests (#1454)
1 parent 23f33aa commit c7e912a

File tree

1 file changed

+10
-0
lines changed
  • uberfire-backend/uberfire-backend-cdi

1 file changed

+10
-0
lines changed

uberfire-backend/uberfire-backend-cdi/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,16 @@
111111
<dependency>
112112
<groupId>org.jboss.errai</groupId>
113113
<artifactId>errai-security-server</artifactId>
114+
<exclusions>
115+
<exclusion>
116+
<groupId>org.apache.deltaspike.core</groupId>
117+
<artifactId>deltaspike-core-api</artifactId>
118+
</exclusion>
119+
<exclusion>
120+
<groupId>org.apache.deltaspike.core</groupId>
121+
<artifactId>deltaspike-core-impl</artifactId>
122+
</exclusion>
123+
</exclusions>
114124
</dependency>
115125

116126
<dependency>

0 commit comments

Comments
 (0)