Skip to content

Commit

Permalink
ACS-6309 Add javaagent
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekswieton committed Feb 1, 2024
1 parent 5d36a9c commit 17f18e7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions remote-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,6 @@
</parent>

<dependencies>
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.1.1</version>
<type>maven-plugin</type>
</dependency>

<dependency>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-repository</artifactId>
Expand Down Expand Up @@ -193,7 +186,6 @@
<execution>
<id>default-test</id>
<configuration>
<argLine>-javaagent:${com.nordstrom.tools:junit-foundation:jar}</argLine>
<!-- To prevent tests alfresco.log to be created in project roots and bother while synchronizing with SCM -->
<workingDirectory>${project.build.directory}</workingDirectory>
<systemPropertyVariables>
Expand Down

0 comments on commit 17f18e7

Please sign in to comment.