Change to JUnit5 and clean up pom
[nonrtric.git] / policy-agent / src / main / java / org / oransc / policyagent / repository / Policy.java
index 0f7105a..5148226 100644 (file)
@@ -17,6 +17,7 @@
  * limitations under the License.
  * ========================LICENSE_END===================================
  */
+
 package org.oransc.policyagent.repository;
 
 import org.immutables.gson.Gson;
@@ -34,4 +35,6 @@ public interface Policy {
     public Ric ric();
 
     public PolicyType type();
+
+    public String lastModified();
 }