-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev' into deploy-to-ec2
Conflicts: pom.xml
- Loading branch information
Showing
4 changed files
with
113 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,42 @@ | |
<artifactId>datatools-server</artifactId> | ||
<version>3.2.0-SNAPSHOT</version> | ||
|
||
<licenses> | ||
<license> | ||
<name>MIT License</name> | ||
<url>https://opensource.org/licenses/MIT</url> | ||
</license> | ||
</licenses> | ||
|
||
<!-- Developer entries are provided for primary developers. | ||
For other contributors, see https://github.com/catalogueglobal/datatools-server/graphs/contributors --> | ||
<developers> | ||
<developer> | ||
<name>Landon Reed</name> | ||
<email>[email protected]</email> | ||
<organization>Conveyal</organization> | ||
<organizationUrl>http://conveyal.com/</organizationUrl> | ||
</developer> | ||
<developer> | ||
<name>Andrew Byrd</name> | ||
<email>[email protected]</email> | ||
<organization>Conveyal</organization> | ||
<organizationUrl>http://conveyal.com/</organizationUrl> | ||
</developer> | ||
<developer> | ||
<name>David Emory</name> | ||
<email>[email protected]</email> | ||
<organization>Conveyal</organization> | ||
<organizationUrl>http://conveyal.com/</organizationUrl> | ||
</developer> | ||
<developer> | ||
<name>Evan Siroky</name> | ||
<email>[email protected]</email> | ||
<organization>Conveyal</organization> | ||
<organizationUrl>http://conveyal.com/</organizationUrl> | ||
</developer> | ||
</developers> | ||
|
||
<!-- Define where the source code for project lives --> | ||
<scm> | ||
<connection>scm:git:https://github.com/catalogueglobal/datatools-server.git</connection> | ||
|
@@ -222,7 +258,7 @@ | |
<dependency> | ||
<groupId>com.conveyal</groupId> | ||
<artifactId>gtfs-lib</artifactId> | ||
<version>4.0.1-SNAPSHOT</version> | ||
<version>4.1.0</version> | ||
</dependency> | ||
|
||
<!-- Used for data-tools application database --> | ||
|
@@ -307,7 +343,7 @@ | |
<dependency> | ||
<groupId>com.auth0</groupId> | ||
<artifactId>java-jwt</artifactId> | ||
<version>2.1.0</version> | ||
<version>2.3.0</version> | ||
</dependency> | ||
|
||
<!-- Rest Assured is an assertion library that makes testing web APIs easy. --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters