Skip to content

Commit

Permalink
Merge pull request #38 from OpenNMS/mvr/include-more-dependencies
Browse files Browse the repository at this point in the history
Adding dependencies to all @Grapes annotations in groovy scripts
  • Loading branch information
mfuhrmann authored Jan 9, 2020
2 parents 4759c05 + 764ce51 commit 54941f8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
8 changes: 8 additions & 0 deletions opennms-pris-plugins/opennms-pris-plugins-script/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
</dependency>
<dependency>
<groupId>org.apache.ivy</groupId>
<artifactId>ivy</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.gpars</groupId>
<artifactId>gpars</artifactId>
</dependency>
</dependencies>

<build>
Expand Down
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@
<chQosLogbackVersion>1.2.3</chQosLogbackVersion>
<commonsConfigurationVersion>1.10</commonsConfigurationVersion>
<commonsIoVersion>2.6</commonsIoVersion>
<gparsVersion>1.2.1</gparsVersion>
<groovyVersion>2.4.15</groovyVersion>
<guavaVersion>27.0-jre</guavaVersion>
<hamcrestVersion>2.1</hamcrestVersion>
<httpComponentsVersion>4.5.6</httpComponentsVersion>
<ivyVersion>2.4.0</ivyVersion>
<jettyServerVersion>9.4.20.v20190813</jettyServerVersion>
<junitVersion>4.12</junitVersion>
<mavenResourcesPluginVersion>3.1.0</mavenResourcesPluginVersion>
Expand Down Expand Up @@ -170,6 +172,16 @@
<artifactId>groovy-all</artifactId>
<version>${groovyVersion}</version>
</dependency>
<dependency>
<groupId>org.apache.ivy</groupId>
<artifactId>ivy</artifactId>
<version>${ivyVersion}</version>
</dependency>
<dependency>
<groupId>org.codehaus.gpars</groupId>
<artifactId>gpars</artifactId>
<version>${gparsVersion}</version>
</dependency>

<dependency>
<groupId>org.beanshell</groupId>
Expand Down

0 comments on commit 54941f8

Please sign in to comment.