Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
CTF
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Grzegorz
CTF
Commits
26d2eba4
Commit
26d2eba4
authored
Feb 22, 2016
by
Grzegorz Pietrusza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move mongo-java-driver and dropwizard-auth to maven
parent
3780aab6
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
7 deletions
+12
-7
dropwizard-auth-0.9.2.jar
dropwizard-auth-0.9.2.jar
+0
-0
mongo-java-driver-3.2.2.jar
mongo-java-driver-3.2.2.jar
+0
-0
ctf-archifact.iml
service/ctf-archifact.iml
+2
-2
pom.xml
service/pom.xml
+10
-5
No files found.
dropwizard-auth-0.9.2.jar
deleted
100644 → 0
View file @
3780aab6
File deleted
mongo-java-driver-3.2.2.jar
deleted
100644 → 0
View file @
3780aab6
File deleted
service/ctf-archifact.iml
View file @
26d2eba4
...
...
@@ -88,6 +88,8 @@
<orderEntry
type=
"library"
name=
"Maven: io.dropwizard.metrics:metrics-healthchecks:3.1.2"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: net.sourceforge.argparse4j:argparse4j:0.6.0"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: org.eclipse.jetty.toolchain.setuid:jetty-setuid-java:1.0.3"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: io.dropwizard:dropwizard-auth:0.9.0-rc3"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: org.mongodb:mongo-java-driver:3.1.0"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: com.google.inject:guice:4.0"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: org.apache.httpcomponents:httpclient:4.5.1"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: org.apache.httpcomponents:httpcore:4.4.3"
level=
"project"
/>
...
...
@@ -98,7 +100,5 @@
<orderEntry
type=
"library"
name=
"Maven: org.webjars:bootstrap:3.3.5"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: org.webjars:angularjs:1.4.7"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: com.bazaarvoice.dropwizard:dropwizard-webjars-bundle:0.2.1"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"dropwizard-auth-0.9.2"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"mongo-java-driver-3.2.2"
level=
"project"
/>
</component>
</module>
\ No newline at end of file
service/pom.xml
View file @
26d2eba4
...
...
@@ -26,11 +26,16 @@
<artifactId>
dropwizard-core
</artifactId>
<version>
0.9.0
</version>
</dependency>
<!--<dependency>-->
<!--<groupId>io.dropwizard</groupId>-->
<!--<artifactId>dropwizard-auth</artifactId>-->
<!--<version>0.9.2</version>-->
<!--</dependency>-->
<dependency>
<groupId>
io.dropwizard
</groupId>
<artifactId>
dropwizard-auth
</artifactId>
<version>
0.9.0-rc3
</version>
</dependency>
<dependency>
<groupId>
org.mongodb
</groupId>
<artifactId>
mongo-java-driver
</artifactId>
<version>
3.1.0
</version>
</dependency>
<dependency>
<groupId>
com.google.inject
</groupId>
<artifactId>
guice
</artifactId>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment