Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F1633
No One
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Authored By
stwalkerster
Aug 14 2016, 10:47 PM
2016-08-14 22:47:28 (UTC+0)
Size
1 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/pom.xml b/pom.xml
index 396a31f..48b63fc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,6 +28,11 @@
<version>18.0</version>
</dependency>
<dependency>
+ <groupId>net.dean.jraw</groupId>
+ <artifactId>JRAW</artifactId>
+ <version>0.9.0</version>
+ </dependency>
+ <dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.4.1</version>
@@ -76,6 +81,47 @@
<connection>git</connection>
</scm>
+ <repositories>
+ <repository>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ <id>central</id>
+ <name>Central Repository</name>
+ <url>http://repo.maven.apache.org/maven2</url>
+ </repository>
+ <repository>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ <id>bintray-thatjavanerd-maven</id>
+ <name>bintray</name>
+ <url>http://dl.bintray.com/thatjavanerd/maven</url>
+ </repository>
+ </repositories>
+
+ <pluginRepositories>
+ <pluginRepository>
+ <releases>
+ <updatePolicy>never</updatePolicy>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ <id>central</id>
+ <name>Central Repository</name>
+ <url>http://repo.maven.apache.org/maven2</url>
+ </pluginRepository>
+ <pluginRepository>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ <id>bintray-thatjavanerd-maven</id>
+ <name>bintray-plugins</name>
+ <url>http://dl.bintray.com/thatjavanerd/maven</url>
+ </pluginRepository>
+ </pluginRepositories>
+
<build>
<plugins>
<plugin>
File Metadata
Details
Attached
Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1411
Default Alt Text
(1 KB)
Attached To
Mode
P45 (An Untitled Masterwork)
Attached
Detach File
Event Timeline
Log In to Comment