Skip to content

Commit e975850

Browse files
committed
fix: fix twilio-php docs
1 parent 98f55e3 commit e975850

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

pom.xml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,18 @@
4646
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
4747
<autoReleaseAfterClose>true</autoReleaseAfterClose>
4848
</configuration>
49+
<dependencies>
50+
<!--
51+
TODO:
52+
Remove after OSSRH-66257, NEXUS-26993 are fixed,
53+
possibly via https://github.com/sonatype/nexus-maven-plugins/pull/91
54+
-->
55+
<dependency>
56+
<groupId>com.thoughtworks.xstream</groupId>
57+
<artifactId>xstream</artifactId>
58+
<version>1.4.15</version>
59+
</dependency>
60+
</dependencies>
4961
</plugin>
5062
<plugin>
5163
<groupId>org.apache.maven.plugins</groupId>
@@ -104,16 +116,6 @@
104116
<maven.compiler.target>1.8</maven.compiler.target>
105117
</properties>
106118
<dependencies>
107-
<!--
108-
TODO:
109-
Remove after OSSRH-66257, NEXUS-26993 are fixed,
110-
possibly via https://github.com/sonatype/nexus-maven-plugins/pull/91
111-
-->
112-
<dependency>
113-
<groupId>com.thoughtworks.xstream</groupId>
114-
<artifactId>xstream</artifactId>
115-
<version>1.4.15</version>
116-
</dependency>
117119
<dependency>
118120
<groupId>junit</groupId>
119121
<artifactId>junit-dep</artifactId>

0 commit comments

Comments
 (0)