Fixed misspelled XML namespace in pom.
Removed twitter scala-json dependency from pom.
This commit is contained in:
parent
c73bb89f7c
commit
224b4b4cec
2 changed files with 1 additions and 6 deletions
|
|
@ -84,11 +84,6 @@
|
|||
<artifactId>sbinary</artifactId>
|
||||
<version>0.3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.twitter</groupId>
|
||||
<artifactId>scala-json</artifactId>
|
||||
<version>1.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>dispatch.json</groupId>
|
||||
<artifactId>dispatch-json</artifactId>
|
||||
|
|
|
|||
2
pom.xml
2
pom.xml
|
|
@ -1,4 +1,4 @@
|
|||
<project xmlns="http://maven.apache. isorg/POM/4.0.0"
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue