Skip to content

Commit

Permalink
Merge pull request #20 from dvsa/fix-workflow-cd
Browse files Browse the repository at this point in the history
fix: added distrubtionManagemnt into profile
  • Loading branch information
sdh100shaun authored May 18, 2024
2 parents 7ce045c + 1c818de commit a2bdc17
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
17 changes: 7 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@
<releases><enabled>true</enabled></releases>
</repository>
</repositories>
<distributionManagement>
<repository>
<id>github</id>
<name>GitHub dvsa Apache Maven Packages</name>
<url>${github.url}</url>
</repository>
</distributionManagement>
</profile>
</profiles>

Expand Down Expand Up @@ -133,14 +140,4 @@
<version>4.9.0</version>
</dependency>
</dependencies>


<distributionManagement>
<repository>
<id>github</id>
<name>GitHub dvsa Apache Maven Packages</name>
<url>https://maven.pkg.github.com/dvsa/vol-accessibility-lib</url>
</repository>
</distributionManagement>

</project>
1 change: 0 additions & 1 deletion src/main/java/scanner/AXEScanner.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import activesupport.driver.Browser;
import com.deque.html.axecore.args.AxeRuleOptions;
import com.deque.html.axecore.args.AxeRunOptions;
import com.deque.html.axecore.args.AxeRunOptions;
import com.deque.html.axecore.results.Results;
import com.deque.html.axecore.results.Rule;
import com.deque.html.axecore.selenium.AxeBuilder;
Expand Down

0 comments on commit a2bdc17

Please sign in to comment.