Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nicol authored and nicol committed Feb 7, 2025
1 parent 8f9122c commit 63918ab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<dependency>
<groupId>io.trino</groupId>
<artifactId>trino-jdbc</artifactId>
<version>469</version>
<version>470</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
Expand Down Expand Up @@ -379,7 +379,7 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.48.0.0</version>
<version>3.49.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/magic/api/dao/impl/MongoDbDAO.java
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public Map<String, MTGProperty> getDefaultAttributes() {
m.put(PASS, new MTGProperty("","password of the connected user"));
m.put(PARAMETERS, new MTGProperty("","MongoDB parameters append to the url"));
m.put(DRIVER, new MTGProperty("mongodb://","Mongo server protocol. Use mongodb:// for standard network. Use mongodb+srv:// for atlas","mongodb://","mongodb+srv://"));
m.put(INIT_DEFAULT_COLS,MTGProperty.newBooleanProperty("true", "create defaults collection at startup. Will be set to false after first startup"));
m.put(INIT_DEFAULT_COLS,MTGProperty.newBooleanProperty("true", "create defaults collection at startup. Will be set to false after startup"));
return m;
}

Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/data/sets_codeAliases.json
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,8 @@
"4BB"
],
"PMEI": [
"PW25",
"PL25",
"PJSC",
"PSPL",
"P30M",
Expand Down

0 comments on commit 63918ab

Please sign in to comment.