Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2013-12-10 17:18:43 +0000
committerGerrit Code Review @ Eclipse.org2013-12-18 20:41:59 +0000
commitada0190ee766d0f4a8bc1ad786dd7ef197c585f3 (patch)
tree72c5f86997d24c5f42f385aec2b2ad0e50662720 /plugins/org.eclipse.osee.x.core.parent
parente3200c768c2983d2e36882ce8cb1ee4b41c6ecd6 (diff)
downloadorg.eclipse.osee-ada0190ee766d0f4a8bc1ad786dd7ef197c585f3.tar.gz
org.eclipse.osee-ada0190ee766d0f4a8bc1ad786dd7ef197c585f3.tar.xz
org.eclipse.osee-ada0190ee766d0f4a8bc1ad786dd7ef197c585f3.zip
feature: Create REST Client bundle
Moved base proxy handling and client configuration to its own bundle so other rest clients can re-use the code. Also so we can add common authentication handling mechanisms. Change-Id: Ic22b5cefed8fcd33bf064d6ea236532fdb01ee6d
Diffstat (limited to 'plugins/org.eclipse.osee.x.core.parent')
-rw-r--r--plugins/org.eclipse.osee.x.core.parent/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.x.core.parent/pom.xml b/plugins/org.eclipse.osee.x.core.parent/pom.xml
index ab80caa42b3..9f2c32efb1d 100644
--- a/plugins/org.eclipse.osee.x.core.parent/pom.xml
+++ b/plugins/org.eclipse.osee.x.core.parent/pom.xml
@@ -53,6 +53,7 @@
<module>../../plugins/org.eclipse.osee.display.mvp.test</module>
<module>../../plugins/org.eclipse.osee.rest.admin</module>
+ <module>../../plugins/org.eclipse.osee.rest.client</module>
<module>../../features/org.eclipse.osee.x.core.external.feature</module>
<module>../../features/org.eclipse.osee.x.core.feature</module>

Back to the top