Skip to content

Commit

Permalink
GH-392 Add Vavr and ClassIndex and remove text hollow pattern and
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikoysk committed Mar 14, 2020
1 parent e6f13b5 commit 8e33a08
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 473 deletions.
4 changes: 4 additions & 0 deletions panda-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
<groupId>org.hjson</groupId>
<artifactId>hjson</artifactId>
</dependency>
<dependency>
<groupId>org.atteo.classindex</groupId>
<artifactId>classindex</artifactId>
</dependency>

<!-- Benchmarks -->
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package org.panda_lang.utilities.commons.text.pattern;
package org.panda_lang.framework.language.interpreter.pattern;

public interface PatternMatcher {

Expand Down
4 changes: 4 additions & 0 deletions panda-utilities/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
</dependency>
<dependency>
<groupId>io.vavr</groupId>
<artifactId>vavr</artifactId>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 8e33a08

Please sign in to comment.