Skip to content

Commit

Permalink
Consolidate org.wildfly.common.expression with SmallRye
Browse files Browse the repository at this point in the history
Fixes #99
  • Loading branch information
dmlloyd committed Jan 19, 2024
1 parent 6fd9865 commit e80f3d7
Show file tree
Hide file tree
Showing 9 changed files with 83 additions and 1,421 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@
<groupId>io.smallrye.common</groupId>
<artifactId>smallrye-common-cpu</artifactId>
</dependency>
<dependency>
<groupId>io.smallrye.common</groupId>
<artifactId>smallrye-common-expression</artifactId>
</dependency>
<dependency>
<groupId>io.smallrye.common</groupId>
<artifactId>smallrye-common-net</artifactId>
Expand Down
60 changes: 0 additions & 60 deletions src/main/java/org/wildfly/common/expression/CompositeNode.java

This file was deleted.

Loading

0 comments on commit e80f3d7

Please sign in to comment.