UMN-PeopleSoft / IBMonitorService

PeopleSoft Integration Broker Monitoring Service
GNU General Public License v3.0
27 stars 5 forks source link

Allow people from outside the University to build project #3

Closed Dispader closed 7 years ago

Dispader commented 7 years ago

Hey there,

So, I was looking to contribute by thinning down the configuration loading by attempting to use commons-configuration, but in the process I remembered the troubles we had with getting Oracle drivers to load. As it happens, it looks like there's a solution: at least some of the library versions have been publicly published out to JCenter.

This commit removes the dependency declaration for the University of Minnesota's Nexus repository, and adds public JCenter, along with an apparent fix for the Oracle driver issue.

(I'm going to close out both Pull #1 and #2 , which are both addressed in this Pull by updating the Gradle wrapper.)

Cheers, Jake