diff options
author | lizi00164331 <li.zi30@zte.com.cn> | 2017-09-08 13:58:24 +0800 |
---|---|---|
committer | lizi00164331 <li.zi30@zte.com.cn> | 2017-09-08 13:58:24 +0800 |
commit | c3966c0f911b119e9493c4faa7b8eba2ecbc7457 (patch) | |
tree | 815dc8a2764e9073f1178a1d0fc782ab1741c9da /esr-mgr/src/test | |
parent | fa6dd60a45a093205ae55065f6de044c91493e60 (diff) |
Fix the esr-server setup issue.
remove the dependency on jersey client in version 1.18. Change the service portal to 9518.
Change-Id: I65657840b8ecfc7a592dc03d439fedf84491114e
Issue-ID: AAI-273
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
Diffstat (limited to 'esr-mgr/src/test')
-rw-r--r-- | esr-mgr/src/test/java/org/onap/aai/esr/db/resource/VimResourceTest.java | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/esr-mgr/src/test/java/org/onap/aai/esr/db/resource/VimResourceTest.java b/esr-mgr/src/test/java/org/onap/aai/esr/db/resource/VimResourceTest.java new file mode 100644 index 0000000..6265c21 --- /dev/null +++ b/esr-mgr/src/test/java/org/onap/aai/esr/db/resource/VimResourceTest.java @@ -0,0 +1,20 @@ +/** + * Copyright 2017 ZTE Corporation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package org.onap.aai.esr.db.resource; + +public class VimResourceTest { + +} |