Quantcast
Viewing all articles
Browse latest Browse all 21093

Re: SolarWinds Orion SDK Java Client Not compiling

I added the following in my MAVEN pom.xml which allows the jars to be downloaded from the central repository and the code compiled:

<dependency>
     <groupId>axis</groupId>
     <artifactId>axis</artifactId>
     <version>1.4</version>
</dependency>
<dependency>
     <groupId>org.apache.axis</groupId>
     <artifactId>axis-jaxrpc</artifactId>
     <version>1.4</version>
</dependency>

<dependency>
  <groupId>javax.activation</groupId>
  <artifactId>activation</artifactId>
  <version>1.1.1</version>
</dependency>
<dependency>
  <groupId>javax.mail</groupId>
  <artifactId>mail</artifactId>
  <version>1.4</version>
</dependency>


Viewing all articles
Browse latest Browse all 21093

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>