# AT&T RESTful PDP Implementation Factories
 #
 xacml.pipFinderFactory=org.onap.policy.pdp.rest.impl.XACMLPdpPIPFinderFactory
-xacml.att.policyFinderFactory=org.onap.policy.pdp.rest.XACMLPdpPolicyFinderFactory
+xacml.att.policyFinderFactory=org.onap.policy.pdp.rest.impl.XACMLPdpPolicyFinderFactory
 #
 # When set to true, this flag tells the StdPolicyFinderFactory to combined all the root policy files into
 # into one PolicySet and use the given Policy Algorithm.
 
 # AT&T RESTful PDP Implementation Factories
 #
 xacml.pipFinderFactory=org.onap.policy.pdp.rest.impl.XACMLPdpPIPFinderFactory
-xacml.att.policyFinderFactory=org.onap.policy.pdp.rest.XACMLPdpPolicyFinderFactory
+xacml.att.policyFinderFactory=org.onap.policy.pdp.rest.impl.XACMLPdpPolicyFinderFactory
 #
 # When set to true, this flag tells the StdPolicyFinderFactory to combined all the root policy files into
 # into one PolicySet and use the given Policy Algorithm.
 
             <updatePolicy>always</updatePolicy>
          </snapshots>
         </repository>
-       
+           <repository>
+              <id>onap-releases</id>
+              <name>onap-releases</name>
+              <url>https://nexus.onap.org/content/repositories/releases/</url>
+              <releases>
+              <enabled>true</enabled>
+           </releases>
+           <snapshots>
+              <enabled>false</enabled>
+           </snapshots>
+        </repository>
+           <repository>
+              <id>onap-staging</id>
+                  <name>onap-staging</name>
+                  <url>https://nexus.onap.org/content/repositories/staging/</url>
+                  <releases>
+                     <enabled>true</enabled>
+              <updatePolicy>always</updatePolicy>
+           </releases>
+           <snapshots>
+              <enabled>false</enabled>
+           </snapshots>
+           </repository>
+           <repository>
+                  <id>onap-snapshots</id>
+                  <name>onap-snapshots</name>
+                  <url>https://nexus.onap.org/content/repositories/snapshots/</url>
+                  <releases>
+                     <enabled>false</enabled>
+                  </releases>
+           <snapshots>
+              <enabled>true</enabled>
+              <updatePolicy>always</updatePolicy>
+           </snapshots>
+           </repository>
         <repository>
           <id>${{releaseRepositoryID}}</id>
           <url>${{releaseRepositoryURL}}</url>