i'm using the tag-jmeter-extn-1.1 tha tis the Properties file reader plugin. how i can add it on the section dependencies of pom file ?
<dependencies>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-all</artifactId>
<version>5.16.0</version>
</dependency>
<dependency>
<groupId>com.blazemeter</groupId>
<artifactId>jmeter-plugins-directory-listing</artifactId>
<version>0.3</version>
</dependency>
<dependency>
<groupId>com.example</groupId>
<artifactId>tag-jmeter-extn</artifactId>
<version>1.1</version>
</dependency>
</dependencies>