This repository was archived by the owner on Aug 13, 2018. It is now read-only.
File tree Expand file tree Collapse file tree
modules/client/connect/rest
src/main/java/org/rapidpm/binarycache/client/connect/rest Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111
1212 <artifactId >binarycache-modules-client-connect-rest</artifactId >
1313
14+ <dependencies >
15+
16+ <dependency >
17+ <groupId >org.jboss.resteasy</groupId >
18+ <artifactId >resteasy-jaxrs</artifactId >
19+ </dependency >
20+
21+ <dependency >
22+ <groupId >org.rapidpm.microservice</groupId >
23+ <artifactId >binarycache-modules-client-api</artifactId >
24+ </dependency >
25+ </dependencies >
1426
1527</project >
Original file line number Diff line number Diff line change 1+ package org .rapidpm .binarycache .client .connect .rest ;
2+
3+ /**
4+ * Copyright (C) 2017 RapidPM - Sven Ruppert
5+ * Licensed under the Apache License, Version 2.0 (the "License");
6+ * you may not use this file except in compliance with the License.
7+ * You may obtain a copy of the License at
8+ * http://www.apache.org/licenses/LICENSE-2.0
9+ * Unless required by applicable law or agreed to in writing, software
10+ * distributed under the License is distributed on an "AS IS" BASIS,
11+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+ * See the License for the specific language governing permissions and
13+ * limitations under the License.
14+ *
15+ * Created by Sven Ruppert - RapidPM - Team on 07.03.17.
16+ */
17+ public class BinaryCacheRestClient {
18+
19+ @ Inject BinaryCacheClient binaryCacheClient ;
20+
21+
22+
23+ //create REST methods , delegate to binaryCacheClient
24+
25+
26+
27+
28+ }
Original file line number Diff line number Diff line change 9595 <artifactId >binarycache-modules-optionals-microservice</artifactId >
9696 <version >${project.version} </version >
9797 </dependency >
98+ <dependency >
99+ <groupId >org.rapidpm.microservice</groupId >
100+ <artifactId >binarycache-modules-client</artifactId >
101+ <version >${project.version} </version >
102+ </dependency >
103+ <dependency >
104+ <groupId >org.rapidpm.microservice</groupId >
105+ <artifactId >binarycache-modules-client-api</artifactId >
106+ <version >${project.version} </version >
107+ </dependency >
108+
109+
98110 </dependencies >
99111 </dependencyManagement >
100112
You can’t perform that action at this time.
0 commit comments