Skip to content

Commit 234e5ae

Browse files
committed
Merge pull request OfficeDev#338 from serious6/update_dependency
Update project dependencies
2 parents 1c8add6 + d3e071b commit 234e5ae

5 files changed

Lines changed: 15 additions & 16 deletions

File tree

.idea/libraries/Maven__joda_time_joda_time_2_7.xml renamed to .idea/libraries/Maven__joda_time_joda_time_2_8.xml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libraries/Maven__org_apache_commons_commons_lang3_3_3_2.xml renamed to .idea/libraries/Maven__org_apache_commons_commons_lang3_3_4.xml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ews-java-api.iml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<orderEntry type="library" name="Maven: commons-codec:commons-codec:1.9" level="project" />
1616
<orderEntry type="library" name="Maven: org.apache.httpcomponents:httpcore:4.4.1" level="project" />
1717
<orderEntry type="library" name="Maven: commons-logging:commons-logging:1.2" level="project" />
18-
<orderEntry type="library" name="Maven: org.apache.commons:commons-lang3:3.3.2" level="project" />
19-
<orderEntry type="library" name="Maven: joda-time:joda-time:2.7" level="project" />
18+
<orderEntry type="library" name="Maven: org.apache.commons:commons-lang3:3.4" level="project" />
19+
<orderEntry type="library" name="Maven: joda-time:joda-time:2.8" level="project" />
2020
<orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.12" level="project" />
2121
<orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" />
2222
<orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-all:1.3" level="project" />
@@ -26,6 +26,5 @@
2626
<orderEntry type="library" scope="TEST" name="Maven: ch.qos.logback:logback-classic:1.1.3" level="project" />
2727
<orderEntry type="library" scope="TEST" name="Maven: ch.qos.logback:logback-core:1.1.3" level="project" />
2828
<orderEntry type="library" scope="TEST" name="Maven: org.slf4j:jcl-over-slf4j:1.7.12" level="project" />
29-
<orderEntry type="library" scope="TEST" name="Maven: org.fusesource.jansi:jansi:1.11" level="project" />
3029
</component>
31-
</module>
30+
</module>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@
7171
<!-- Dependencies [REPORT]: -->
7272
<maven-site-plugin.version>3.4</maven-site-plugin.version>
7373
<maven-project-info-reports-plugin.version>2.8</maven-project-info-reports-plugin.version>
74-
<versions-maven-plugin.version>2.1</versions-maven-plugin.version>
74+
<versions-maven-plugin.version>2.2</versions-maven-plugin.version>
7575
<maven-jxr-plugin.version>2.5</maven-jxr-plugin.version>
7676
<maven-surefire-report-plugin.version>2.18.1</maven-surefire-report-plugin.version>
7777
<!-- Dependencies [COMPILE]: -->
7878
<httpclient.version>4.4.1</httpclient.version>
7979
<httpcore.version>4.4.1</httpcore.version>
8080
<commons-logging.version>1.2</commons-logging.version>
81-
<joda-time.version>2.7</joda-time.version>
82-
<commons-lang3.version>3.3.2</commons-lang3.version>
81+
<joda-time.version>2.8</joda-time.version>
82+
<commons-lang3.version>3.4</commons-lang3.version>
8383
<!-- Dependencies [TEST]: -->
8484
<junit.version>4.12</junit.version>
8585
<hamcrest-all.version>1.3</hamcrest-all.version>

src/main/java/microsoft/exchange/webservices/data/core/ExchangeServiceBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ public void setMaximumPoolingConnections(int maximumPoolingConnections) {
235235
}
236236

237237
/**
238-
* Create registry with configured {@see ConnectionSocketFactory} instances.
238+
* Create registry with configured {@link ConnectionSocketFactory} instances.
239239
* Override this method to change how to work with different schemas.
240240
*
241241
* @return registry object

0 commit comments

Comments
 (0)