Skip to content

Commit

Permalink
Adding NINO validator and adjusting LICENSE file to called out EDS ra…
Browse files Browse the repository at this point in the history
…ther than DDA
  • Loading branch information
stevewalton28 committed Jan 24, 2020
1 parent 62cf41e commit 07e9974
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Digital Delivery Academy
Copyright (c) 2020 Evoco Digital Services Ltd

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
<hamcrest.version>2.2</hamcrest.version>
<jackson.version>2.10.1</jackson.version>
<mockneat.version>0.3.8</mockneat.version>
<dwp.formatvalidation.nino>1.3.0</dwp.formatvalidation.nino>
<versions.maven.plugin.version>2.7</versions.maven.plugin.version>
<jacoco.maven.plugin.version>0.8.5</jacoco.maven.plugin.version>
<javadoc.maven.plugin.version>3.1.1</javadoc.maven.plugin.version>
Expand Down Expand Up @@ -112,6 +113,11 @@
<artifactId>mockneat</artifactId>
<version>${mockneat.version}</version>
</dependency>
<dependency>
<groupId>uk.gov.dwp.regex</groupId>
<artifactId>nino-validation</artifactId>
<version>${dwp.formatvalidation.nino}</version>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
Expand Down

0 comments on commit 07e9974

Please sign in to comment.