Skip to content

Commit

Permalink
fix kex-boolector and kex-z3 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdullinAM committed Nov 10, 2023
1 parent 07a9d88 commit 192b168
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions kex-boolector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@

<dependency>
<groupId>org.vorpal.research</groupId>
<artifactId>core</artifactId>
<artifactId>kex-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.vorpal.research</groupId>
<artifactId>core</artifactId>
<artifactId>kex-core</artifactId>
<version>${project.version}</version>
<classifier>tests</classifier>
<type>test-jar</type>
Expand Down
4 changes: 2 additions & 2 deletions kex-z3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@

<dependency>
<groupId>org.vorpal.research</groupId>
<artifactId>core</artifactId>
<artifactId>kex-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.vorpal.research</groupId>
<artifactId>core</artifactId>
<artifactId>kex-core</artifactId>
<version>${project.version}</version>
<classifier>tests</classifier>
<type>test-jar</type>
Expand Down

0 comments on commit 192b168

Please sign in to comment.