Skip to content

Commit

Permalink
Compile jbmc/classpath-jar-load-whole-jar test sources
Browse files Browse the repository at this point in the history
Fix pom.xml for compilation,
remove obsolete pre-compiled jar file.
  • Loading branch information
peterschrammel committed Nov 10, 2024
1 parent 1ce8ea1 commit 15524c7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions jbmc/regression/jbmc/classpath-jar-load-whole-jar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.cprover.regression</groupId>
<artifactId>regression</artifactId>
<artifactId>regression.jbmc.classpath-jar-load-whole-jar</artifactId>
<version>1.0-SNAPSHOT</version>

<parent>
<groupId>org.cprover.regression</groupId>
<artifactId>regression.jbmc</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>

<build>
<finalName>jar-file</finalName>
<plugins>
Expand All @@ -24,9 +30,4 @@
</plugins>
</build>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>

</project>
Binary file not shown.

0 comments on commit 15524c7

Please sign in to comment.