Skip to content

Commit

Permalink
Merge pull request #40 from PennState/feature/removeDependencyCheck
Browse files Browse the repository at this point in the history
removing dependency checking for now
  • Loading branch information
bigbird023 authored Nov 4, 2021
2 parents 481b82f + fb4b754 commit f28b893
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ under the License.
<java.compiler.source>1.8</java.compiler.source>
<java.compiler.target>1.8</java.compiler.target>

<dependency-check.skip>true</dependency-check.skip>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.sourceEncoding>UTF-8</project.reporting.sourceEncoding>

Expand All @@ -98,7 +100,7 @@ under the License.
See: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=911925 -->
<argLine>-Djdk.net.URLClassPath.disableClassPathURLCheck=true</argLine>

<activemq.version>5.15.9</activemq.version>
<assertj.version>3.11.1</assertj.version>
<cdi-api.version>2.0.2</cdi-api.version>
Expand Down Expand Up @@ -420,4 +422,4 @@ under the License.
</profile>
</profiles>

</project>
</project>

0 comments on commit f28b893

Please sign in to comment.