Skip to content

Commit 6af9e9f

Browse files
committed
Merge pull request #426 from UNC-Libraries/form-referrer
Referrers and requests
2 parents c02daf8 + 47ee363 commit 6af9e9f

File tree

20 files changed

+21
-758
lines changed

20 files changed

+21
-758
lines changed

access-common/pom.xml

-12
Original file line numberDiff line numberDiff line change
@@ -97,18 +97,6 @@
9797
<artifactId>jdom</artifactId>
9898
</dependency>
9999

100-
<!-- Email -->
101-
<dependency>
102-
<groupId>javax.mail</groupId>
103-
<artifactId>mail</artifactId>
104-
<version>1.4.3</version>
105-
</dependency>
106-
<dependency>
107-
<groupId>org.freemarker</groupId>
108-
<artifactId>freemarker</artifactId>
109-
<version>2.3.16</version>
110-
</dependency>
111-
112100
<!-- Test -->
113101

114102
<dependency>

access-common/src/main/java/edu/unc/lib/dl/ui/service/ContactEmailService.java

-169
This file was deleted.

access-common/src/main/resources/edu/unc/lib/dl/ui/service/IngestSuccessHtml.ftl

-43
This file was deleted.

access/pom.xml

-15
Original file line numberDiff line numberDiff line change
@@ -177,21 +177,6 @@
177177
<scope>test</scope>
178178
</dependency>
179179

180-
<!-- Email -->
181-
<dependency>
182-
<groupId>javax.activation</groupId>
183-
<artifactId>activation</artifactId>
184-
<version>1.1</version>
185-
</dependency>
186-
187-
<!-- View -->
188-
<dependency>
189-
<groupId>com.google.code.maven-play-plugin.net.tanesha.recaptcha4j</groupId>
190-
<artifactId>recaptcha4j</artifactId>
191-
<version>0.0.8</version>
192-
</dependency>
193-
194-
195180
<!-- CDR -->
196181
<dependency>
197182
<groupId>edu.unc.lib.cdr</groupId>

access/src/main/java/edu/unc/lib/dl/ui/controller/RequestAccessController.java

-137
This file was deleted.

0 commit comments

Comments
 (0)