Skip to content

Commit

Permalink
* Upgraded to ASM 9.6
Browse files Browse the repository at this point in the history
* Unset phosphor.verify from tests
  • Loading branch information
katherine-hough committed Oct 20, 2023
1 parent d946f3c commit 2e18ef5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Phosphor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -188,27 +188,27 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>9.1</version>
<version>9.6</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-util</artifactId>
<version>9.1</version>
<version>9.6</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-tree</artifactId>
<version>9.1</version>
<version>9.6</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-analysis</artifactId>
<version>9.1</version>
<version>9.6</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-commons</artifactId>
<version>9.1</version>
<version>9.6</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
<target>
<property name="phosphor.jar" value="${maven.dependency.edu.gmu.swe.phosphor.Phosphor.jar.path}"/>
<property name="argLine.prefix"
value="-Dphosphor.verify=true -Xbootclasspath/p:${phosphor.jar} -javaagent:${phosphor.jar}=${auto.taint}"/>
value="-Xbootclasspath/p:${phosphor.jar} -javaagent:${phosphor.jar}=${auto.taint}"/>
</target>
</configuration>
</execution>
Expand Down Expand Up @@ -151,7 +151,7 @@
<property name="phosphor.jar" value="${maven.dependency.edu.gmu.swe.phosphor.Phosphor.jar.path}"/>
<property name="phosphor-javaagent.jar" value="${maven.dependency.edu.gmu.swe.phosphor.phosphor-jigsaw-javaagent.jar.path}"/>
<property name="argLine.prefix"
value="-Dphosphor.verify=true -javaagent:${phosphor-javaagent.jar}=${auto.taint}"/>
value="-javaagent:${phosphor-javaagent.jar}=${auto.taint}"/>
</target>
</configuration>
</execution>
Expand Down

0 comments on commit 2e18ef5

Please sign in to comment.