mirror of
https://github.com/RAIRLab/Spectra.git
synced 2024-11-08 10:40:37 -05:00
Work to get it to compile
This commit is contained in:
parent
9532243465
commit
bad5fb5914
2 changed files with 2 additions and 2 deletions
2
pom.xml
2
pom.xml
|
@ -63,7 +63,7 @@
|
|||
<dependency>
|
||||
<groupId>com.naveensundarg</groupId>
|
||||
<artifactId>prover</artifactId>
|
||||
<version>0.997</version>
|
||||
<version>1.40</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
|
|
@ -342,7 +342,7 @@ public class PlanningProblem {
|
|||
Set<Formula> formulae = objects.stream().map(x -> {
|
||||
try {
|
||||
return Reader.readFormula(x);
|
||||
} catch (Reader.ParsingException e) {
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue