Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
floodlight
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
croft1
floodlight
Commits
4c93fecd
Commit
4c93fecd
authored
9 years ago
by
Jacob Chappell
Browse files
Options
Downloads
Patches
Plain Diff
Downgrade Jackson CBOR to 2.4.4. Update build files for Ant and Maven.
parent
822a023b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
build.xml
+1
-1
1 addition, 1 deletion
build.xml
lib/jackson-dataformat-cbor-2.4.4.jar
+0
-0
0 additions, 0 deletions
lib/jackson-dataformat-cbor-2.4.4.jar
lib/jackson-dataformat-cbor-2.5.4.jar
+0
-0
0 additions, 0 deletions
lib/jackson-dataformat-cbor-2.5.4.jar
pom.xml
+6
-0
6 additions, 0 deletions
pom.xml
with
7 additions
and
1 deletion
build.xml
+
1
−
1
View file @
4c93fecd
...
...
@@ -60,7 +60,7 @@
<include
name=
"jackson-dataformat-xml-2.1.4.jar"
/>
<include
name=
"jackson-dataformat-yaml-2.1.4.jar"
/>
<include
name=
"jackson-dataformat-csv-2.1.4.jar"
/>
<include
name=
"jackson-dataformat-cbor-2.
5
.4.jar"
/>
<include
name=
"jackson-dataformat-cbor-2.
4
.4.jar"
/>
<include
name=
"slf4j-api-1.6.4.jar"
/>
<include
name=
"org.restlet.jar"
/>
<include
name=
"org.restlet.ext.jackson.jar"
/>
...
...
This diff is collapsed.
Click to expand it.
lib/jackson-dataformat-cbor-2.4.4.jar
0 → 100644
+
0
−
0
View file @
4c93fecd
File added
This diff is collapsed.
Click to expand it.
lib/jackson-dataformat-cbor-2.5.4.jar
deleted
100644 → 0
+
0
−
0
View file @
822a023b
File deleted
This diff is collapsed.
Click to expand it.
pom.xml
+
6
−
0
View file @
4c93fecd
...
...
@@ -219,9 +219,15 @@
<artifactId>
netty
</artifactId>
<version>
3.9.0.Final
</version>
</dependency>
<dependency>
<groupId>
com.fasterxml.jackson.dataformat
</groupId>
<artifactId>
jackson-dataformat-cbor
</artifactId>
<version>
${lib-jackson-version}
</version>
</dependency>
</dependencies>
<properties>
<lib-restlet-version>
2.3.2
</lib-restlet-version>
<lib-jackson-version>
2.4.4
</lib-jackson-version>
<lib-hamcrest-version>
1.3
</lib-hamcrest-version>
</properties>
</project>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment